bunch of fixes and changes done
This commit is contained in:
parent
4a9193e549
commit
73b9a706a3
59 changed files with 940 additions and 68 deletions
14
items/disc_item.tres
Normal file
14
items/disc_item.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=4 format=3 uid="uid://cbgv58ylt2wnc"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://c563rid4b4fho" path="res://inv_system/item_panels/epic.tres" id="1_lhfs3"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnrvduigm7ouj" path="res://assets/item images/disc.png" id="2_v2wmo"]
|
||||
[ext_resource type="Script" uid="uid://dccraom7a7e8d" path="res://inv_system/item_data.gd" id="3_k0y7x"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_k0y7x")
|
||||
item_name = "Data Disc"
|
||||
icon = ExtResource("2_v2wmo")
|
||||
custom_panel_style = ExtResource("1_lhfs3")
|
||||
bin_chance = 0
|
||||
buy_value = 600
|
||||
metadata/_custom_type_script = "uid://dccraom7a7e8d"
|
||||
Loading…
Add table
Add a link
Reference in a new issue