Skip to content

Commit f95c97a

Browse files
authored
feature: simplified escape menu (#55)
+ game menu graphic improvements and redesign! + menu container hovered icon sprites!
1 parent 8857217 commit f95c97a

23 files changed

+419
-34
lines changed

resources/gui/charactericon.png

0 Bytes
Loading
530 Bytes
Loading

resources/gui/friendsicon.png

-20 Bytes
Loading

resources/gui/friendsicon_hovered.png

385 Bytes
Loading

resources/gui/gamemenu.png

-113 Bytes
Loading

resources/gui/guild.png

-145 Bytes
Loading

resources/gui/guildicon.png

-79 Bytes
Loading

resources/gui/guildicon_hovered.png

358 Bytes
Loading

resources/gui/inventoryicon.png

7 Bytes
Loading
543 Bytes
Loading

resources/gui/layouts/game/MenuContainer.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Bounds": "1033,722,329,42",
2+
"Bounds": "1033,722,332,44",
33
"Padding": "0,0,0,0",
44
"AlignmentEdgeDistances": "0,0,4,4",
55
"AlignmentTransform": "0,0",
@@ -23,7 +23,7 @@
2323
"RightMouseClickSound": null,
2424
"Children": {
2525
"InventoryContainer": {
26-
"Bounds": "8,4,34,35",
26+
"Bounds": "8,4,36,36",
2727
"Padding": "0,0,0,0",
2828
"AlignmentEdgeDistances": "0,0,0,0",
2929
"AlignmentTransform": "0,0",
@@ -47,8 +47,8 @@
4747
"RightMouseClickSound": null,
4848
"Children": {
4949
"InventoryButton": {
50-
"Bounds": "1,1,32,32",
51-
"Padding": "3,3,3,3",
50+
"Bounds": "2,2,32,32",
51+
"Padding": "0,0,0,0",
5252
"AlignmentEdgeDistances": "0,0,0,0",
5353
"AlignmentTransform": "0,0",
5454
"Margin": "0,0,0,0",
@@ -75,7 +75,7 @@
7575
"Font": "arial,10",
7676
"TextScale": 1.0,
7777
"NormalImage": "inventoryicon.png",
78-
"HoveredImage": "",
78+
"HoveredImage": "inventoryicon_hovered.png",
7979
"ClickedImage": "",
8080
"DisabledImage": "",
8181
"CenterImage": false,
@@ -87,7 +87,7 @@
8787
}
8888
},
8989
"SpellsContainer": {
90-
"Bounds": "48,4,34,35",
90+
"Bounds": "48,4,36,36",
9191
"Padding": "0,0,0,0",
9292
"AlignmentEdgeDistances": "0,0,0,0",
9393
"AlignmentTransform": "0,0",
@@ -111,8 +111,8 @@
111111
"RightMouseClickSound": null,
112112
"Children": {
113113
"SpellsButton": {
114-
"Bounds": "1,1,32,32",
115-
"Padding": "3,3,3,3",
114+
"Bounds": "2,2,32,32",
115+
"Padding": "0,0,0,0",
116116
"AlignmentEdgeDistances": "0,0,0,0",
117117
"AlignmentTransform": "0,0",
118118
"Margin": "0,0,0,0",
@@ -139,7 +139,7 @@
139139
"Font": "arial,10",
140140
"TextScale": 1.0,
141141
"NormalImage": "spellicon.png",
142-
"HoveredImage": "",
142+
"HoveredImage": "spellicon_hovered.png",
143143
"ClickedImage": "",
144144
"DisabledImage": "",
145145
"CenterImage": false,
@@ -151,7 +151,7 @@
151151
}
152152
},
153153
"CharacterContainer": {
154-
"Bounds": "88,4,34,35",
154+
"Bounds": "88,4,36,36",
155155
"Padding": "0,0,0,0",
156156
"AlignmentEdgeDistances": "0,0,0,0",
157157
"AlignmentTransform": "0,0",
@@ -175,8 +175,8 @@
175175
"RightMouseClickSound": null,
176176
"Children": {
177177
"CharacterButton": {
178-
"Bounds": "1,1,32,32",
179-
"Padding": "3,3,3,3",
178+
"Bounds": "2,2,32,32",
179+
"Padding": "0,0,0,0",
180180
"AlignmentEdgeDistances": "0,0,0,0",
181181
"AlignmentTransform": "0,0",
182182
"Margin": "0,0,0,0",
@@ -203,7 +203,7 @@
203203
"Font": "arial,10",
204204
"TextScale": 1.0,
205205
"NormalImage": "charactericon.png",
206-
"HoveredImage": "",
206+
"HoveredImage": "charactericon_hovered.png",
207207
"ClickedImage": "",
208208
"DisabledImage": "",
209209
"CenterImage": false,
@@ -215,7 +215,7 @@
215215
}
216216
},
217217
"QuestsContainer": {
218-
"Bounds": "128,4,34,35",
218+
"Bounds": "128,4,36,36",
219219
"Padding": "0,0,0,0",
220220
"AlignmentEdgeDistances": "0,0,0,0",
221221
"AlignmentTransform": "0,0",
@@ -239,8 +239,8 @@
239239
"RightMouseClickSound": null,
240240
"Children": {
241241
"QuestsButton": {
242-
"Bounds": "1,1,32,32",
243-
"Padding": "3,3,3,3",
242+
"Bounds": "2,2,32,32",
243+
"Padding": "0,0,0,0",
244244
"AlignmentEdgeDistances": "0,0,0,0",
245245
"AlignmentTransform": "0,0",
246246
"Margin": "0,0,0,0",
@@ -267,7 +267,7 @@
267267
"Font": "arial,10",
268268
"TextScale": 1.0,
269269
"NormalImage": "questsicon.png",
270-
"HoveredImage": "",
270+
"HoveredImage": "questsicon_hovered.png",
271271
"ClickedImage": "",
272272
"DisabledImage": "",
273273
"CenterImage": false,
@@ -279,7 +279,7 @@
279279
}
280280
},
281281
"FriendsContainer": {
282-
"Bounds": "168,4,34,35",
282+
"Bounds": "168,4,36,36",
283283
"Padding": "0,0,0,0",
284284
"AlignmentEdgeDistances": "0,0,0,0",
285285
"AlignmentTransform": "0,0",
@@ -303,8 +303,8 @@
303303
"RightMouseClickSound": null,
304304
"Children": {
305305
"FriendsButton": {
306-
"Bounds": "1,1,32,32",
307-
"Padding": "3,3,3,3",
306+
"Bounds": "2,2,32,32",
307+
"Padding": "0,0,0,0",
308308
"AlignmentEdgeDistances": "0,0,0,0",
309309
"AlignmentTransform": "0,0",
310310
"Margin": "0,0,0,0",
@@ -331,7 +331,7 @@
331331
"Font": "arial,10",
332332
"TextScale": 1.0,
333333
"NormalImage": "friendsicon.png",
334-
"HoveredImage": "",
334+
"HoveredImage": "friendsicon_hovered.png",
335335
"ClickedImage": "",
336336
"DisabledImage": "",
337337
"CenterImage": false,
@@ -343,7 +343,7 @@
343343
}
344344
},
345345
"PartyContainer": {
346-
"Bounds": "248,4,34,35",
346+
"Bounds": "248,4,36,36",
347347
"Padding": "0,0,0,0",
348348
"AlignmentEdgeDistances": "0,0,0,0",
349349
"AlignmentTransform": "0,0",
@@ -367,8 +367,8 @@
367367
"RightMouseClickSound": null,
368368
"Children": {
369369
"PartyButton": {
370-
"Bounds": "2,2,30,30",
371-
"Padding": "3,3,3,3",
370+
"Bounds": "2,2,32,32",
371+
"Padding": "0,0,0,0",
372372
"AlignmentEdgeDistances": "0,0,0,0",
373373
"AlignmentTransform": "0,0",
374374
"Margin": "0,0,0,0",
@@ -395,7 +395,7 @@
395395
"Font": "arial,10",
396396
"TextScale": 1.0,
397397
"NormalImage": "partyicon.png",
398-
"HoveredImage": "",
398+
"HoveredImage": "partyicon_hovered.png",
399399
"ClickedImage": "",
400400
"DisabledImage": "",
401401
"CenterImage": false,
@@ -407,7 +407,7 @@
407407
}
408408
},
409409
"GuildContainer": {
410-
"Bounds": "208,4,34,35",
410+
"Bounds": "208,4,36,36",
411411
"Padding": "0,0,0,0",
412412
"AlignmentEdgeDistances": "0,0,0,0",
413413
"AlignmentTransform": "0,0",
@@ -431,8 +431,8 @@
431431
"RightMouseClickSound": null,
432432
"Children": {
433433
"GuildButton": {
434-
"Bounds": "1,1,32,32",
435-
"Padding": "3,3,3,3",
434+
"Bounds": "2,2,32,32",
435+
"Padding": "0,0,0,0",
436436
"AlignmentEdgeDistances": "0,0,0,0",
437437
"AlignmentTransform": "0,0",
438438
"Margin": "0,0,0,0",
@@ -459,7 +459,7 @@
459459
"Font": "arial,10",
460460
"TextScale": 1.0,
461461
"NormalImage": "guildicon.png",
462-
"HoveredImage": "",
462+
"HoveredImage": "guildicon_hovered.png",
463463
"ClickedImage": "",
464464
"DisabledImage": "",
465465
"CenterImage": false,
@@ -471,7 +471,7 @@
471471
}
472472
},
473473
"MenuContainer": {
474-
"Bounds": "288,4,34,35",
474+
"Bounds": "288,4,36,36",
475475
"Padding": "0,0,0,0",
476476
"AlignmentEdgeDistances": "0,0,0,0",
477477
"AlignmentTransform": "0,0",
@@ -495,7 +495,7 @@
495495
"RightMouseClickSound": null,
496496
"Children": {
497497
"MenuButton": {
498-
"Bounds": "1,1,32,32",
498+
"Bounds": "2,2,32,32",
499499
"Padding": "0,0,0,0",
500500
"AlignmentEdgeDistances": "0,0,0,0",
501501
"AlignmentTransform": "0,0",
@@ -523,7 +523,7 @@
523523
"Font": null,
524524
"TextScale": 1.0,
525525
"NormalImage": "menuicon.png",
526-
"HoveredImage": null,
526+
"HoveredImage": "menuicon_hovered.png",
527527
"ClickedImage": null,
528528
"DisabledImage": null,
529529
"CenterImage": false,

0 commit comments

Comments
 (0)