Initial commit

This commit is contained in:
2025-05-23 10:58:01 +02:00
commit f23df0b1f8
34 changed files with 527 additions and 0 deletions

11
scenes/platform.gd Normal file
View File

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