mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Merge pull request #1554 from kevlahnota/master
fix crash missing mana label on Android Adventure mode
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user