initial game files
This commit is contained in:
commit
24a05c557d
14 changed files with 319 additions and 0 deletions
17
scripts/Globals.gd
Normal file
17
scripts/Globals.gd
Normal file
|
@ -0,0 +1,17 @@
|
|||
extends Node
|
||||
|
||||
const SCENE_PATH:String = "res://scenes/"
|
||||
const ART_PATH:String = "res://art/"
|
||||
const SCRIPT_PATH:String = "res://scripts"
|
||||
|
||||
const DEFAULT_X_RES:int = 1920
|
||||
const DEFAULT_Y_RES:int = 1080
|
||||
|
||||
const TYPE_RESIDENTIAL = "residential"
|
||||
const TYPE_COMMERCIAL = "commercial"
|
||||
const TYPE_INDUSTRIAL = "industrial"
|
||||
const TYPE_SERVICES = "services"
|
||||
const TYPE_SOCIAL = "social"
|
||||
const TYPE_POWERPLANT = "powerplant"
|
||||
const TYPE_ROADS = "roads"
|
||||
const TYPE_DEMOLISH = "demolish"
|
Loading…
Add table
Add a link
Reference in a new issue