mirror of
https://github.com/veden/Rampant.git
synced 2024-12-30 21:19:46 +02:00
23 lines
597 B
Lua
Executable File
23 lines
597 B
Lua
Executable File
|
|
-- local regionMaps
|
|
|
|
-- function initTester()
|
|
-- regionMaps = global.regionMaps
|
|
-- end
|
|
|
|
-- function test1()
|
|
-- local playerPosition = game.players[1].position
|
|
-- placePheromone(regionMaps[1], playerPosition.x, playerPosition.y, 2, 100)
|
|
-- end
|
|
|
|
-- function test2()
|
|
-- local playerPosition = game.players[1].position
|
|
-- spreadPheromone(regionMaps[1], playerPosition.x, playerPosition.y)
|
|
-- end
|
|
|
|
-- function test3()
|
|
-- local playerPosition = game.players[1].position
|
|
-- decayPheromone(regionMaps[1], playerPosition.x, playerPosition.y, 3)
|
|
-- end
|
|
|