enough for tonight, thinking about adding a custom tooltip but maybe i should focus on other things

This commit is contained in:
Tabby 2026-01-10 23:40:52 +11:00
parent 76c957236b
commit 270dd2a6f6
15 changed files with 213 additions and 5 deletions

10
items/large_psu_item.tres Normal file
View 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"