Basic events system started.

This commit is contained in:
2025-05-06 11:07:16 -05:00
parent 4ad63b8c41
commit b9f0295722
22 changed files with 325 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
extends Camera3D
const PIXEL_SCALE:float = 4.0;
const PIXEL_SCALE:float = 2.0;
const WORLD_UNITS:float = 32.0;
func _ready() -> void: