[client] display version

This commit is contained in:
2018-01-05 18:15:51 +03:00
parent 54abb75102
commit d013fb4988
3 changed files with 11 additions and 1 deletions

View File

@@ -20,6 +20,15 @@
"@type": "ru.m.tankz.view.frames.GameFrame"
}
]
},
{
"@type": "haxework.gui.LabelView",
"inLayout": false,
"contentSize": true,
"vAlign": "BOTTOM",
"hAlign": "RIGHT",
"text": "@res:text:version",
"@style": "label"
}
]
}