Equipment menu
This commit is contained in:
parent
c6bf51f1b0
commit
bef15301cb
28 changed files with 809 additions and 48 deletions
14
items/starterhull.tres
Normal file
14
items/starterhull.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="Item" load_steps=3 format=3 uid="uid://14rkvp6cksg5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dbwvej0c5bl52" path="res://sprites/ship mk1.png" id="1_5dwb0"]
|
||||
[ext_resource type="Script" path="res://scripts/item.gd" id="1_e4j4a"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_e4j4a")
|
||||
name = "StarterHull"
|
||||
description = "The very basic hull, even YOU could afford that."
|
||||
min_price = 200.0
|
||||
max_price = 250.0
|
||||
weight = 0.0
|
||||
icon = ExtResource("1_5dwb0")
|
||||
type = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue