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/battery_item.tres
Normal file
10
items/battery_item.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3 uid="uid://bcteljob51wfj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b0kddtrrun1tc" path="res://assets/battery.webp" id="1_lh7dq"]
|
||||
[ext_resource type="Script" uid="uid://dccraom7a7e8d" path="res://inv_system/item_data.gd" id="2_4u113"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_4u113")
|
||||
item_name = "Battery"
|
||||
icon = ExtResource("1_lh7dq")
|
||||
metadata/_custom_type_script = "uid://dccraom7a7e8d"
|
||||
10
items/large_psu_item.tres
Normal file
10
items/large_psu_item.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3 uid="uid://88v5bcyrgpob"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dd5u5obr0c61q" path="res://assets/big psu.png" id="1_rjw1c"]
|
||||
[ext_resource type="Script" uid="uid://dccraom7a7e8d" path="res://inv_system/item_data.gd" id="2_i66kx"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_i66kx")
|
||||
item_name = "Large Power Supply Unit"
|
||||
icon = ExtResource("1_rjw1c")
|
||||
metadata/_custom_type_script = "uid://dccraom7a7e8d"
|
||||
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