enough for tonight, thinking about adding a custom tooltip but maybe i should focus on other things
This commit is contained in:
parent
76c957236b
commit
270dd2a6f6
15 changed files with 213 additions and 5 deletions
10
items/small_psu_item.tres
Normal file
10
items/small_psu_item.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3 uid="uid://swd1m0hvep4c"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bmstxerbgdq61" path="res://assets/small psu.png" id="1_62foo"]
|
||||
[ext_resource type="Script" uid="uid://dccraom7a7e8d" path="res://inv_system/item_data.gd" id="2_x1n7s"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_x1n7s")
|
||||
item_name = "Small Power Supply Unit"
|
||||
icon = ExtResource("1_62foo")
|
||||
metadata/_custom_type_script = "uid://dccraom7a7e8d"
|
||||
Loading…
Add table
Add a link
Reference in a new issue