chore(cbs): add another motobug for test purpose
This commit is contained in:
parent
4abfe43a50
commit
9ed44ecabe
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ end
|
||||||
function World:initEnnemies(battlefile)
|
function World:initEnnemies(battlefile)
|
||||||
self:addEnnemy(10, 3, "motobug")
|
self:addEnnemy(10, 3, "motobug")
|
||||||
self:addEnnemy(10, 5, "motobug")
|
self:addEnnemy(10, 5, "motobug")
|
||||||
|
self:addEnnemy(9, 4, "motobug")
|
||||||
end
|
end
|
||||||
|
|
||||||
function World:registerActor(actor)
|
function World:registerActor(actor)
|
||||||
|
|
Loading…
Reference in a new issue