Bot update - waypoints, attacking, looting

This commit is contained in:
OTCv8
2019-11-02 08:43:11 +01:00
parent 62ff2b1cf5
commit 6dd9a54749
15 changed files with 1640 additions and 63 deletions

View File

@@ -15,16 +15,15 @@ BotLabel < Label
text-align: center
text-wrap: true
BotItem < UIItem
BotItem < Item
virtual: true
size: 32 32
border: 1 black
&selectable: true
BotTextEdit < TextEdit
@onClick: modules.game_textedit.show(self)
text-align: center
multiline: false
focusable: false
BotSeparator < HorizontalSeparator
margin-top: 5
@@ -40,8 +39,7 @@ CaveBotLabel < Label
focusable: true
$focus:
background-color: #00000033
color: #ffffff
background-color: #00000055
MiniWindow
id: botWindow