mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-02-12 00:16:15 +00:00
10 lines
255 B
Lua
10 lines
255 B
Lua
----------- JEAN
|
|
|
|
function Update()
|
|
local Map = getMap() --
|
|
local Danger = getDanger() --
|
|
local player = getPlayer() --
|
|
local playerInDanger = isInDanger() --
|
|
local pathToClosest = getPath(player, getClosestPlayer()) --
|
|
return x, x ,false, false
|
|
end |