mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-31 01:25:21 +00:00
added through breakable
This commit is contained in:
@@ -58,7 +58,7 @@ LastTarget = nil
|
||||
math.randomseed(os.time())
|
||||
function Update()
|
||||
log("NEW FRAME")
|
||||
--local path = getPath(0, 0, 16, 16);
|
||||
local path = getPath(0, 0, 16, 16, true);
|
||||
|
||||
local player = getPlayer()
|
||||
if LastTarget ~= nil then
|
||||
|
||||
Reference in New Issue
Block a user