Merge pull request #1554 from kevlahnota/master

fix crash missing mana label on Android Adventure mode
This commit is contained in:
Anthony Calosa
2022-09-19 11:17:07 +08:00
committed by GitHub

View File

@@ -62,7 +62,16 @@
"width": 64,
"height": 16,
"x": 442,
"y": 64
"y": 56
},
{
"type": "Label",
"name": "mana",
"font": "default",
"width": 64,
"height": 16,
"x": 442,
"y": 73
},
{
"type": "Label",
@@ -71,7 +80,7 @@
"width": 64,
"height": 16,
"x": 442,
"y": 82
"y": 90
},
{
"type": "TextButton",