1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Added frame for movement speed & map scrolling

This commit is contained in:
Ivan Savenko 2023-03-02 23:17:57 +02:00
parent f23186f47d
commit 273a06a878
3 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

View File

@ -1,6 +1,24 @@
{
"items":
[
{
"name": "frameHeroMovement",
"type": "picture",
"image": "settingsWindow/frameMovement",
"position": {"x": 6, "y": 47 }
}, {
"name": "frameEnemyMovement",
"type": "picture",
"image": "settingsWindow/frameMovement",
"position": {"x": 6, "y": 107 }
},
{
"name": "frameMapMovement",
"type": "picture",
"image": "settingsWindow/frameMovement",
"position": {"x": 6, "y": 167 }
},
{
"name": "topSettingsLabels",
"type": "labelGroup",