Rewrote entity system

This commit is contained in:
2025-05-09 22:33:51 -05:00
parent a69ec56a2d
commit f465880044
29 changed files with 372 additions and 284 deletions

View File

@@ -1,7 +1,7 @@
extends Camera3D
@export var pixelScale:float = 1.0;
@export var follow:Node;
@export var follow:Node3D;
const WORLD_UNITS:float = 32.0;