Skip to content

Commit 7a8801c

Browse files
authored
enhancement: description windows and slot textures (#51)
- Revamps description styling and slots textures. - Also fixes a formatting issue at resources\gui\layouts\game\EquipmentItem.json
1 parent 771123b commit 7a8801c

29 files changed

+27
-28
lines changed

resources/gui/bankitem.png

-104 Bytes
Loading

resources/gui/craftitem.png

-104 Bytes
Loading

resources/gui/description.png

280 Bytes
Loading

resources/gui/description_divider.png

164 Bytes
Loading

resources/gui/description_header.png

293 Bytes
Loading
198 Bytes
Loading

resources/gui/equipmentitem.png

-155 Bytes
Loading

resources/gui/hotbaritem.png

-104 Bytes
Loading

resources/gui/inventoryitem.png

-104 Bytes
Loading

resources/gui/itemdesc.png

-953 Bytes
Binary file not shown.

resources/gui/itemdescexpanded.png

-1.22 KB
Binary file not shown.

resources/gui/itemdescription.png

-2.2 KB
Binary file not shown.
-178 Bytes
Binary file not shown.

resources/gui/layouts/game/CraftingIngredient.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Bounds": "0,0,34,34",
2+
"Bounds": "0,0,34,35",
33
"Padding": "0,0,0,0",
44
"AlignmentEdgeDistances": "0,0,0,0",
55
"AlignmentTransform": "0,0",

resources/gui/layouts/game/DescriptionWindowDescription.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Bounds": "0,0,210,120",
2+
"Bounds": "0,0,210,46",
33
"Padding": "0,0,0,0",
44
"AlignmentEdgeDistances": "0,0,0,0",
55
"AlignmentTransform": "0,0",
@@ -17,17 +17,17 @@
1717
"ToolTipBackground": null,
1818
"ToolTipFont": null,
1919
"ToolTipTextColor": "",
20-
"Texture": "itemdescription.png",
20+
"Texture": "description.png",
2121
"HoverSound": null,
2222
"LeftMouseClickSound": null,
2323
"RightMouseClickSound": null,
2424
"Children": {
2525
"Description": {
26-
"Bounds": "3,0,204,16",
26+
"Bounds": "0,0,210,46",
2727
"Padding": "0,0,0,0",
2828
"AlignmentEdgeDistances": "0,0,0,0",
2929
"AlignmentTransform": "0,0",
30-
"Margin": "0,0,5,2",
30+
"Margin": "0,0,0,0",
3131
"RenderColor": "255,255,255,255",
3232
"Alignments": "",
3333
"DrawBackground": true,

resources/gui/layouts/game/DescriptionWindowDivider.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ToolTipBackground": null,
1818
"ToolTipFont": null,
1919
"ToolTipTextColor": "",
20-
"Texture": "itemdescriptiondivider.png",
20+
"Texture": "description_divider.png",
2121
"HoverSound": null,
2222
"LeftMouseClickSound": null,
2323
"RightMouseClickSound": null

resources/gui/layouts/game/DescriptionWindowHeader.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"ToolTipBackground": null,
1818
"ToolTipFont": null,
1919
"ToolTipTextColor": "",
20-
"Texture": "itemdescription.png",
20+
"Texture": "description_header.png",
2121
"HoverSound": null,
2222
"LeftMouseClickSound": null,
2323
"RightMouseClickSound": null,
2424
"Children": {
2525
"IconContainer": {
26-
"Bounds": "3,3,34,34",
26+
"Bounds": "6,6,36,36",
2727
"Padding": "0,0,0,0",
2828
"AlignmentEdgeDistances": "0,0,0,0",
2929
"AlignmentTransform": "0,0",
@@ -41,7 +41,7 @@
4141
"ToolTipBackground": null,
4242
"ToolTipFont": null,
4343
"ToolTipTextColor": "",
44-
"Texture": "itemdescriptionheadericon.png",
44+
"Texture": "description_headericon.png",
4545
"HoverSound": null,
4646
"LeftMouseClickSound": null,
4747
"RightMouseClickSound": null,
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"Title": {
76-
"Bounds": "40,0,1,20",
76+
"Bounds": "46,0,1,20",
7777
"Padding": "0,0,0,0",
7878
"AlignmentEdgeDistances": "0,0,0,0",
7979
"AlignmentTransform": "0,0",
@@ -103,7 +103,7 @@
103103
"TextScale": 1.0
104104
},
105105
"Subtitle": {
106-
"Bounds": "40,16,1,16",
106+
"Bounds": "46,16,1,16",
107107
"Padding": "0,0,0,0",
108108
"AlignmentEdgeDistances": "0,0,0,0",
109109
"AlignmentTransform": "0,0",
@@ -133,7 +133,7 @@
133133
"TextScale": 1.0
134134
},
135135
"Description": {
136-
"Bounds": "40,29,1,16",
136+
"Bounds": "46,29,1,16",
137137
"Padding": "0,0,0,0",
138138
"AlignmentEdgeDistances": "0,0,0,0",
139139
"AlignmentTransform": "0,0",

resources/gui/layouts/game/DescriptionWindowRowContainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"Bounds": "0,0,210,40",
2+
"Bounds": "0,0,210,46",
33
"Padding": "0,0,0,0",
44
"AlignmentEdgeDistances": "0,0,0,0",
55
"AlignmentTransform": "0,0",
6-
"Margin": "0,0,0,5",
6+
"Margin": "0,0,0,0",
77
"RenderColor": "255,255,255,255",
88
"Alignments": "",
99
"DrawBackground": true,
@@ -17,7 +17,7 @@
1717
"ToolTipBackground": null,
1818
"ToolTipFont": null,
1919
"ToolTipTextColor": "",
20-
"Texture": "itemdescription.png",
20+
"Texture": "description.png",
2121
"HoverSound": null,
2222
"LeftMouseClickSound": null,
2323
"RightMouseClickSound": null,

resources/gui/layouts/game/EquipmentItem.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Bounds": "0,0,34,34",
2+
"Bounds": "0,0,36,36",
33
"Padding": "2,2,2,2",
44
"AlignmentEdgeDistances": "0,0,0,0",
55
"AlignmentTransform": "0,0",
@@ -33,9 +33,8 @@
3333
"MouseInputEnabled": false,
3434
"HideToolTip": false,
3535
"Texture": "",
36-
"HoverSound": "octave-tap-resonant.wav",
37-
"RightMouseClickSound": "octave-beep-tapped.wav",
38-
36+
"HoverSound": "octave-tap-resonant.wav",
37+
"RightMouseClickSound": "octave-beep-tapped.wav"
3938
}
4039
}
4140
}

resources/gui/layouts/game/PlayerStatusIcon.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"Bounds": "0,0,34,35",
3-
"Padding": "0,0,0,0",
2+
"Bounds": "0,0,36,36",
3+
"Padding": "2,2,2,2",
44
"AlignmentEdgeDistances": "0,0,0,0",
55
"AlignmentTransform": "0,0",
6-
"Margin": "0,0,4,4",
6+
"Margin": "4,1,4,1",
77
"RenderColor": "255,255,255,255",
88
"Alignments": "",
99
"DrawBackground": true,

resources/gui/layouts/game/SpellStatusIcon.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"Bounds": "0,0,34,35",
3-
"Padding": "0,0,0,0",
2+
"Bounds": "0,0,36,36",
3+
"Padding": "2,2,2,2",
44
"AlignmentEdgeDistances": "0,0,0,0",
55
"AlignmentTransform": "0,0",
6-
"Margin": "5,1,5,3",
6+
"Margin": "4,1,4,1",
77
"RenderColor": "255,255,255,255",
88
"Alignments": "",
99
"DrawBackground": true,

resources/gui/layouts/game/TargetStatusIcon.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"Bounds": "0,0,34,35",
3-
"Padding": "0,0,0,0",
2+
"Bounds": "0,0,36,36",
3+
"Padding": "2,2,2,2",
44
"AlignmentEdgeDistances": "0,0,0,0",
55
"AlignmentTransform": "0,0",
6-
"Margin": "0,0,4,4",
6+
"Margin": "4,1,4,1",
77
"RenderColor": "255,255,255,255",
88
"Alignments": "",
99
"DrawBackground": true,

resources/gui/menuitem.png

-104 Bytes
Loading

resources/gui/shopitem.png

-104 Bytes
Loading

resources/gui/spellitem.png

-104 Bytes
Loading

resources/gui/status.png

-99 Bytes
Loading

resources/gui/texturepanel.png

27 Bytes
Loading

resources/gui/tooltip.png

-20 Bytes
Loading

resources/gui/tradeitem.png

-104 Bytes
Loading

0 commit comments

Comments
 (0)