Skip to content

Commit 5125e93

Browse files
re generated items json (#64)
1 parent 09de12d commit 5125e93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

resources/gui/layouts/game/InventoryItem.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Bounds": "0,0,34,34",
2+
"Bounds": "0,0,10,10",
33
"Dock": "None",
44
"Padding": "0,0,0,0",
55
"AlignmentEdgeDistances": "0,0,0,0",
@@ -25,7 +25,7 @@
2525
"RightMouseClickSound": null,
2626
"Children": {
2727
"Icon": {
28-
"Bounds": "1,1,32,32",
28+
"Bounds": "0,0,10,10",
2929
"Dock": "None",
3030
"Padding": "0,0,0,0",
3131
"AlignmentEdgeDistances": "0,0,0,0",
@@ -77,7 +77,7 @@
7777
"RightMouseClickSound": null
7878
},
7979
"EquippedLabel": {
80-
"Bounds": "25,0,9,20",
80+
"Bounds": "1,0,9,20",
8181
"Dock": "None",
8282
"Padding": "2,2,2,2",
8383
"AlignmentEdgeDistances": "0,0,0,0",
@@ -108,7 +108,7 @@
108108
"TextScale": 1.0
109109
},
110110
"CooldownLabel": {
111-
"Bounds": "17,7,0,20",
111+
"Bounds": "5,0,0,20",
112112
"Dock": "None",
113113
"Padding": "2,2,2,2",
114114
"AlignmentEdgeDistances": "0,0,0,0",
@@ -139,7 +139,7 @@
139139
"TextScale": 1.0
140140
},
141141
"Quantity": {
142-
"Bounds": "34,14,0,20",
142+
"Bounds": "10,0,0,20",
143143
"Dock": "None",
144144
"Padding": "2,2,2,2",
145145
"AlignmentEdgeDistances": "0,0,0,0",

resources/gui/layouts/game/ShopItem.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"LeftMouseClickSound": null,
2525
"RightMouseClickSound": null,
2626
"Children": {
27-
"ShopItemIcon": {
27+
"Icon": {
2828
"Bounds": "1,1,32,32",
2929
"Dock": "None",
3030
"Padding": "0,0,0,0",

0 commit comments

Comments
 (0)