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
|
|
@ -2,10 +2,12 @@ extends Resource
|
|||
|
||||
class_name Item
|
||||
|
||||
enum ItemType {Valuable, Weapon, Hull, Shield, Engine, Ammunition}
|
||||
|
||||
@export var name : String
|
||||
@export var description : String
|
||||
@export var min_price : float
|
||||
@export var max_price : float
|
||||
@export var weight : float
|
||||
@export var icon : Texture
|
||||
@export var type : Game.ITEM_TYPE
|
||||
@export var type : ItemType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue