Details Labels and Zooming on Adventure World Map (#7840)

* Details Button on Adventure Map.
Zooming on Adventure Map

* no Wildcard Import
This commit is contained in:
MD200210
2025-06-13 06:12:28 +02:00
committed by GitHub
parent 7e6f772345
commit 3ee6b0e58d
5 changed files with 351 additions and 9 deletions

View File

@@ -2,10 +2,10 @@
"width": 480,
"height": 270,
"yDown": true,
"elements": [
"elements": [
{
"type": "Scroll",
"name": "map",
"name": "map",
"width": 480,
"height": 270
},
@@ -28,6 +28,60 @@
"height": 20,
"x": 415,
"y": 245
}
},
{
"type": "TextButton",
"name": "details",
"text": "[%80] Details",
"width": 60,
"height": 20,
"x": 210,
"y": 245
},
{
"type": "TextButton",
"name": "events",
"text": "[%80] Events",
"width": 60,
"height": 20,
"x": 210,
"y": 245
},
{
"type": "TextButton",
"name": "reputation",
"text": "[%80] Reputation",
"width": 60,
"height": 20,
"x": 210,
"y": 245
},
{
"type": "TextButton",
"name": "names",
"text": "[%80] Names",
"width": 60,
"height": 20,
"x": 210,
"y": 245
},
{
"type": "TextButton",
"name": "zoomIn",
"text": "[%80]+",
"width": 20,
"height": 20,
"x": 5,
"y": 5
},
{
"type": "TextButton",
"name": "zoomOut",
"text": "[%80]-",
"width": 20,
"height": 20,
"x": 455,
"y": 5
}
]
}

View File

@@ -26,6 +26,60 @@
"height": 20,
"x": 205,
"y": 455
}
},
{
"type": "TextButton",
"name": "details",
"text": "[%80] Details",
"width": 60,
"height": 20,
"x": 105,
"y": 245
},
{
"type": "TextButton",
"name": "events",
"text": "[%80] Events",
"width": 60,
"height": 20,
"x": 105,
"y": 245
},
{
"type": "TextButton",
"name": "reputation",
"text": "[%80] Reputation",
"width": 60,
"height": 20,
"x": 105,
"y": 245
},
{
"type": "TextButton",
"name": "names",
"text": "[%80] Names",
"width": 60,
"height": 20,
"x": 105,
"y": 245
},
{
"type": "TextButton",
"name": "zoomIn",
"text": "[%80]+",
"width": 20,
"height": 20,
"x": 5,
"y": 5
},
{
"type": "TextButton",
"name": "zoomOut",
"text": "[%80]-",
"width": 20,
"height": 20,
"x": 245,
"y": 5
}
]
}