First Prototype

This commit is contained in:
Exobyt 2024-09-08 23:03:55 +02:00
parent c321b70bb0
commit eb11047456
35 changed files with 779 additions and 4 deletions

View file

@ -4,7 +4,6 @@ extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
print()
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void: