glowlings/entities/scripts/glowling.gd
2024-06-01 17:35:21 +01:00

11 lines
259 B
GDScript

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