Added base items on buy/sell, new valuables icons
This commit is contained in:
parent
bedeee894a
commit
20de519cd1
25 changed files with 113 additions and 22 deletions
|
|
@ -3,7 +3,7 @@ class_name Game
|
|||
|
||||
## TODO: rewrite item system
|
||||
|
||||
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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue