Added keypad, fixed one crash bug and few more features for mobile version

This commit is contained in:
OTCv8
2020-06-12 17:58:54 +02:00
parent 8391355c42
commit 82018bf3c9
23 changed files with 294 additions and 36 deletions

View File

@@ -66,11 +66,13 @@ MiniWindow
BattlePlayers
id: hidePlayers
!tooltip: tr('Hide players')
@onSetup: if g_app.isMobile() then self:setChecked(true) end
@onCheckChange: modules.game_battle.checkCreatures()
BattleNPCs
id: hideNPCs
!tooltip: tr('Hide Npcs')
@onSetup: if g_app.isMobile() then self:setChecked(true) end
@onCheckChange: modules.game_battle.checkCreatures()
BattleMonsters
@@ -86,6 +88,7 @@ MiniWindow
BattleParty
id: hideParty
!tooltip: tr('Hide party members')
@onSetup: if g_app.isMobile() then self:setChecked(true) end
@onCheckChange: modules.game_battle.checkCreatures()
Panel