Restructuring of Nodes and Scenes. Added WorldCamera. Added a Main Scene.

This commit is contained in:
gdz
2025-12-07 14:15:24 +01:00
parent 2a5fdec16a
commit de8a4e5e91
16 changed files with 128 additions and 81 deletions

View File

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