Version 2.3 - cooldowns in action bar, more advanced bot, new cavebot, bug fixes

This commit is contained in:
OTCv8
2020-04-15 01:22:06 +02:00
parent ed8162a9d5
commit 9a4ab2ae3b
68 changed files with 3261 additions and 428 deletions

View File

@@ -1,6 +1,8 @@
BotConfig < Panel
id: botConfig
height: 45
margin-left: 2
margin-right: 2
ComboBox
id: list
@@ -24,26 +26,29 @@ BotConfig < Panel
color: #FF0000
Button
margin-top: 1
margin-top: 2
id: add
anchors.top: prev.bottom
anchors.left: parent.left
text: Add
width: 56
height: 20
height: 18
text-offet: 0 2
Button
id: edit
anchors.top: prev.top
anchors.horizontalCenter: parent.horizontalCenter
text: Edit
width: 56
height: 20
height: 18
text-offet: 0 2
Button
id: remove
anchors.top: prev.top
anchors.right: parent.right
text: Remove
width: 56
height: 20
height: 18
text-offet: 0 2

View File

@@ -1,6 +1,6 @@
DualScrollPanel < Panel
height: 55
margin-top: 2
height: 51
margin-top: 3
SmallBotSwitch
id: title
@@ -36,6 +36,8 @@ DualScrollPanel < Panel
anchors.right: parent.right
anchors.top: scroll1.bottom
margin-top: 3
margin-left: 2
margin-right: 1
SingleScrollItemPanel < Panel
height: 45
@@ -66,8 +68,8 @@ SingleScrollItemPanel < Panel
step: 1
DualScrollItemPanel < Panel
height: 37
margin-top: 2
height: 33
margin-top: 3
BotItem
id: item
@@ -197,23 +199,26 @@ ItemAndSlotPanel < Panel
height: 20
TwoItemsAndSlotPanel < Panel
height: 37
height: 35
margin-top: 4
BotItem
id: item1
anchors.left: parent.left
anchors.top: parent.top
margin-top: 1
BotItem
id: item2
anchors.left: prev.right
anchors.top: prev.top
margin-left: 1
SmallBotSwitch
id: title
anchors.left: prev.right
anchors.right: parent.right
anchors.top: prev.top
anchors.top: parent.top
text-align: center
margin-left: 2
margin-top: 0