Equipment menu

This commit is contained in:
gotfishmakesticks 2024-01-13 10:58:44 +03:00
commit bef15301cb
28 changed files with 809 additions and 48 deletions

14
items/starterhull.tres Normal file
View 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