A little cleanup
This commit is contained in:
parent
1cb2c7ebdb
commit
bedeee894a
15 changed files with 21 additions and 124 deletions
|
|
@ -3,9 +3,9 @@ class_name Game
|
|||
|
||||
## TODO: rewrite item system
|
||||
|
||||
enum ITEM_TYPE {VALUABLE, WEAPON, HULL, SHIELD, ENGINE, AMMUNITION}
|
||||
enum AMMO_TYPE {NULL, LASER_ENERGY, ROCKETS}
|
||||
enum BASE_TYPE {POWER, MINING, FOOD, TRADING, MODULE}
|
||||
enum ItemType {Valuable, Weapon, Hull, Shield, Engine, Ammunition}
|
||||
enum AmmoType {None, LaserEnergy, Rockets}
|
||||
enum BaseType {Power, Mining, Food, Trading, Module}
|
||||
enum Faction {None, Player, Peaceful, Neutral, Aggressive}
|
||||
|
||||
#const DEFAULT_ITEM = preload("res://items/test_item.tres")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue