1
0
Files
godotminiprojects/Loops/Scripts/Loops.gd
FoxSpellCaster 8bf64058c2 Added Dirs
2025-01-11 17:26:58 -05:00

7 lines
147 B
GDScript

extends Node2D
#NEXT This is where we are editing right now
# Called when the node enters the scene tree for the first time.
func _ready():
pass