feature complete prototype almost done!
This commit is contained in:
parent
93cc1a8c59
commit
af8662fd6a
21 changed files with 327 additions and 41 deletions
|
|
@ -8,6 +8,6 @@ script = ExtResource("2_6iu4j")
|
|||
item_name = "Battery"
|
||||
icon = ExtResource("1_i7fpe")
|
||||
bin_chance = 2
|
||||
buy_value = 25
|
||||
buy_value = 50
|
||||
can_buy = true
|
||||
metadata/_custom_type_script = "uid://dccraom7a7e8d"
|
||||
|
|
|
|||
14
items/nas_item.tres
Normal file
14
items/nas_item.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=4 format=3 uid="uid://3afonee3dw7"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://dcnrpkhjhp4tk" path="res://inv_system/item_panels/rare.tres" id="1_wtpx3"]
|
||||
[ext_resource type="Texture2D" uid="uid://m68k8dqmcrfr" path="res://assets/item images/nas.png" id="2_wtpx3"]
|
||||
[ext_resource type="Script" uid="uid://dccraom7a7e8d" path="res://inv_system/item_data.gd" id="3_tihsb"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_tihsb")
|
||||
item_name = "NAS Box"
|
||||
icon = ExtResource("2_wtpx3")
|
||||
custom_panel_style = ExtResource("1_wtpx3")
|
||||
bin_chance = 0
|
||||
buy_value = 600
|
||||
metadata/_custom_type_script = "uid://dccraom7a7e8d"
|
||||
14
items/plastic_block.tres
Normal file
14
items/plastic_block.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=4 format=3 uid="uid://u5u51q8erbkf"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b7tii4smwcurc" path="res://assets/item images/plastic.png" id="1_ad3tn"]
|
||||
[ext_resource type="StyleBox" uid="uid://ctni70631ksq7" path="res://inv_system/item_panels/uncommon.tres" id="1_ecsjn"]
|
||||
[ext_resource type="Script" uid="uid://dccraom7a7e8d" path="res://inv_system/item_data.gd" id="2_ecsjn"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_ecsjn")
|
||||
item_name = "Block of Plastic"
|
||||
icon = ExtResource("1_ad3tn")
|
||||
custom_panel_style = ExtResource("1_ecsjn")
|
||||
bin_chance = 0
|
||||
buy_value = 60
|
||||
metadata/_custom_type_script = "uid://dccraom7a7e8d"
|
||||
Loading…
Add table
Add a link
Reference in a new issue