been adding a bunch of items and recipies, issue with ssd crafting
This commit is contained in:
parent
9588dfe559
commit
dc03f4d353
45 changed files with 669 additions and 9 deletions
19
inv_system/item_panels/broken.tres
Normal file
19
inv_system/item_panels/broken.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://b66jb7n1t8xeg"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 0.0
|
||||
content_margin_top = 0.0
|
||||
content_margin_right = 0.0
|
||||
content_margin_bottom = 0.0
|
||||
bg_color = Color(0.76537657, 0.76537657, 0.76537657, 0.6)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.8, 0, 0, 1)
|
||||
border_blend = true
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
corner_detail = 5
|
||||
|
|
@ -5,7 +5,7 @@ content_margin_left = 0.0
|
|||
content_margin_top = 0.0
|
||||
content_margin_right = 0.0
|
||||
content_margin_bottom = 0.0
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
||||
bg_color = Color(0.76537657, 0.76537657, 0.76537657, 0.6)
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
|
|
|
|||
14
inv_system/item_panels/legendary.tres
Normal file
14
inv_system/item_panels/legendary.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://coy6kyoackibc"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
||||
border_width_bottom = 176
|
||||
border_color = Color(0.8784314, 0.6431373, 0, 1)
|
||||
border_blend = true
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
corner_detail = 5
|
||||
shadow_color = Color(0.91759837, 0.6238727, 7.70092e-07, 0.6)
|
||||
shadow_size = 6
|
||||
14
inv_system/item_panels/rare.tres
Normal file
14
inv_system/item_panels/rare.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://dcnrpkhjhp4tk"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
||||
border_width_bottom = 176
|
||||
border_color = Color(4.813075e-06, 0.6511897, 0.8311696, 1)
|
||||
border_blend = true
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
corner_detail = 5
|
||||
shadow_color = Color(1.4439225e-06, 0.704971, 0.731948, 0.6)
|
||||
shadow_size = 6
|
||||
14
inv_system/item_panels/uncommon.tres
Normal file
14
inv_system/item_panels/uncommon.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://ctni70631ksq7"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
||||
border_width_bottom = 176
|
||||
border_color = Color(1.2513996e-06, 0.7175694, 0.083496176, 1)
|
||||
border_blend = true
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
corner_detail = 5
|
||||
shadow_color = Color(0.13444874, 0.748399, 0, 0.6)
|
||||
shadow_size = 6
|
||||
Loading…
Add table
Add a link
Reference in a new issue