Dimensions for constructibles
This commit is contained in:
parent
d37c4ec858
commit
6f56fffb59
18 changed files with 135 additions and 25 deletions
6
scripts/globals.gd
Normal file
6
scripts/globals.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
@abstract
|
||||
extends Object
|
||||
|
||||
class_name Globals
|
||||
|
||||
const GRID_SIZE : Vector2 = Vector2(16,16)
|
Loading…
Add table
Add a link
Reference in a new issue