Many changes
Handle it
This commit is contained in:
parent
bf09402bc5
commit
214e0aa5e0
366 changed files with 24353 additions and 2096 deletions
14
utility/Globals.gd
Normal file
14
utility/Globals.gd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
extends Node
|
||||
|
||||
class_name GlobalVariables
|
||||
|
||||
const TILE_SIZE = 32
|
||||
const ROOM_WIDTH = 20
|
||||
const ROOM_HEIGHT = 16
|
||||
const GRID_WIDTH = 4
|
||||
const GRID_HEIGHT = 4
|
||||
const MAP_EMPTY = 0
|
||||
const MAP_PATH = 1
|
||||
const MAP_START = 2
|
||||
const MAP_FINISH = 4
|
||||
const MAP_UP_CELL = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue