Adding some glow effects

This commit is contained in:
Dan Baker 2024-06-01 17:35:21 +01:00
parent 05476a13fc
commit a91635a68c
6 changed files with 198 additions and 15 deletions

View file

@ -0,0 +1,11 @@
extends Node2D
class_name Glowling
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta):
pass