Equipment menu
This commit is contained in:
parent
c6bf51f1b0
commit
bef15301cb
28 changed files with 809 additions and 48 deletions
14
items/hullmk2.tres
Normal file
14
items/hullmk2.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="Item" load_steps=3 format=3 uid="uid://dcu7danm4lucy"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dbwvej0c5bl52" path="res://sprites/ship mk1.png" id="1_eqmv1"]
|
||||
[ext_resource type="Script" path="res://scripts/item.gd" id="1_xq0fp"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_xq0fp")
|
||||
name = "HullMk2"
|
||||
description = "Upgraded version of standart hull."
|
||||
min_price = 200.0
|
||||
max_price = 300.0
|
||||
weight = 0.0
|
||||
icon = ExtResource("1_eqmv1")
|
||||
type = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue