A little cleanup

This commit is contained in:
2ndbeam 2024-05-19 23:33:24 +03:00
commit bedeee894a
15 changed files with 21 additions and 124 deletions

View file

@ -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")