Skip to content

Commit 7553125

Browse files
committed
Improved adventure map icons
1 parent 31bf4c2 commit 7553125

File tree

284 files changed

+180
-1181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+180
-1181
lines changed

Mods/adventureMap/Content/config/widgets/adventureMap.json

Lines changed: 102 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -355,20 +355,58 @@
355355
]
356356
},
357357
{
358-
"type" : "adventureMapButton",
359-
"name" : "buttonMove",
360-
"image" : "buttons/iam006.def",
361-
"help" : "core.help.297",
362-
"hotkey" : "adventureMoveHero",
363-
"playerColored" : true,
364-
"generateFromBaseImage" : "iam006",
365-
"generateSmall" : true,
358+
"type" : "adventureMapContainer",
359+
"hideWhen" : "heroGround",
366360
"area" : {
367361
"top" : 64,
368362
"left" : 0,
369363
"width" : 32,
370364
"height" : 32
371-
}
365+
},
366+
"items" : [
367+
{
368+
"type" : "adventureMapButton",
369+
"name" : "buttonMoveHorse",
370+
"image" : "buttons/iam006.def",
371+
"help" : "core.help.297",
372+
"hotkey" : "adventureMoveHero",
373+
"playerColored" : true,
374+
"generateFromBaseImage" : "iam006",
375+
"area" : {
376+
"top" : 0,
377+
"left" : 0,
378+
"width" : 32,
379+
"height" : 32
380+
}
381+
}
382+
]
383+
},
384+
{
385+
"type" : "adventureMapContainer",
386+
"hideWhen" : "heroBoat",
387+
"area" : {
388+
"top" : 64,
389+
"left" : 0,
390+
"width" : 32,
391+
"height" : 32
392+
},
393+
"items" : [
394+
{
395+
"type" : "adventureMapButton",
396+
"name" : "buttonMoveBoat",
397+
"image" : "buttons/iam-boat",
398+
"help" : "core.help.297",
399+
"hotkey" : "adventureMoveHero",
400+
"playerColored" : true,
401+
"generateFromBaseImage" : "iam-boat",
402+
"area" : {
403+
"top" : 0,
404+
"left" : 0,
405+
"width" : 32,
406+
"height" : 32
407+
}
408+
}
409+
]
372410
},
373411
{
374412
"type" : "adventureMapButton",
@@ -517,7 +555,7 @@
517555
"items" : [
518556
{
519557
"type" : "adventureMapButton",
520-
"name" : "worldViewOther",
558+
"name" : "worldViewOtherBig",
521559
"image" : "buttons/iam-layersL.def",
522560
"help" : "core.help.294",
523561
"hotkey" : "adventureToggleMapLevel",
@@ -532,6 +570,13 @@
532570
}
533571
]
534572
},
573+
574+
// Add later
575+
// world view
576+
// replay / market place
577+
// puzzle
578+
// dig
579+
535580
{
536581
"type" : "adventureMapButton",
537582
"name" : "buttonQuestLog",
@@ -602,19 +647,58 @@
602647
]
603648
},
604649
{
605-
"type" : "adventureMapButton",
606-
"name" : "buttonMove",
607-
"image" : "buttons/iam006L.def",
608-
"help" : "core.help.297",
609-
"hotkey" : "adventureMoveHero",
610-
"playerColored" : true,
611-
"generateFromBaseImage" : "iam006",
650+
"type" : "adventureMapContainer",
651+
"hideWhen" : "heroGround",
612652
"area" : {
613653
"top" : 128,
614654
"left" : 0,
615655
"width" : 64,
616656
"height" : 32
617-
}
657+
},
658+
"items" : [
659+
{
660+
"type" : "adventureMapButton",
661+
"name" : "buttonMoveHorse",
662+
"image" : "buttons/iam006L.def",
663+
"help" : "core.help.297",
664+
"hotkey" : "adventureMoveHero",
665+
"playerColored" : true,
666+
"generateFromBaseImage" : "iam006",
667+
"area" : {
668+
"top" : 0,
669+
"left" : 0,
670+
"width" : 32,
671+
"height" : 32
672+
}
673+
}
674+
]
675+
},
676+
{
677+
"type" : "adventureMapContainer",
678+
"hideWhen" : "heroBoat",
679+
"area" : {
680+
"top" : 128,
681+
"left" : 0,
682+
"width" : 64,
683+
"height" : 32
684+
},
685+
"items" : [
686+
{
687+
"type" : "adventureMapButton",
688+
"name" : "buttonMoveBoat",
689+
"image" : "buttons/iam-boatL",
690+
"help" : "core.help.297",
691+
"hotkey" : "adventureMoveHero",
692+
"playerColored" : true,
693+
"generateFromBaseImage" : "iam-boat",
694+
"area" : {
695+
"top" : 0,
696+
"left" : 0,
697+
"width" : 32,
698+
"height" : 32
699+
}
700+
}
701+
]
618702
},
619703
{
620704
"type" : "adventureMapButton",

Mods/adventureMap/Content/sprites/buttons/iam-airship.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
-2.06 KB
Binary file not shown.
-2 KB
Binary file not shown.
-1.94 KB
Binary file not shown.
-1.99 KB
Binary file not shown.

Mods/adventureMap/Content/sprites/buttons/iam-airshipL.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
-2.67 KB
Binary file not shown.
-2.58 KB
Binary file not shown.
-2.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)