Dimensions for constructibles

This commit is contained in:
Rendo 2025-10-11 12:58:36 +05:00
commit 6f56fffb59
18 changed files with 135 additions and 25 deletions

6
scripts/globals.gd Normal file
View file

@ -0,0 +1,6 @@
@abstract
extends Object
class_name Globals
const GRID_SIZE : Vector2 = Vector2(16,16)