Version 1.9

This commit is contained in:
OTCv8
2020-01-21 23:45:52 +01:00
parent 11ad766308
commit be8704ee92
56 changed files with 3517 additions and 483 deletions

View File

@@ -54,6 +54,7 @@ MiniWindow
height: 45
Panel
id: buttons
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
height: 20
@@ -88,6 +89,7 @@ MiniWindow
@onCheckChange: modules.game_battle.checkCreatures()
Panel
id: sortPanel
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
@@ -147,3 +149,4 @@ MiniWindow
padding-right: 5
layout:
type: verticalBox
fit-children: true