init repo;

This commit is contained in:
2026-08-18 09:03:49 +02:00
commit 4e215d5d8f
3456 changed files with 65563 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
extends CharacterBody2D
# 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