initial commit

This commit is contained in:
derek
2024-07-15 11:05:03 -05:00
parent cdcc2db8e7
commit a18fb55e8d
3 changed files with 21 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
extends Node
# 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