Added base items on buy/sell, new valuables icons

This commit is contained in:
2ndbeam 2024-05-20 18:29:44 +03:00
commit 20de519cd1
25 changed files with 113 additions and 22 deletions

View file

@ -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}