Added waypoints for bot

This commit is contained in:
OTCv8
2019-11-01 03:44:56 +01:00
parent 85a7fbf0a6
commit 62ff2b1cf5
22 changed files with 865 additions and 32 deletions

View File

@@ -0,0 +1,19 @@
local context = G.botContext
local Panels = context.Panels
Panels.Attacking = function(parent)
context.setupUI([[
Panel
id: attacking
height: 150
BotLabel
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
text: Attacking
]], parent)
end