Files
cacaus/main.lua
JailDoctor 02ad5addad - [NEW] Sound everywhere
- Game logic extracted to game.lua
2022-12-28 12:25:45 +01:00

11 lines
166 B
Lua

function _init()
tiles=loadsurf("tiles.gif")
setsource(tiles)
local pal=loadpal("tiles.gif")
setpal(pal)
game_init()
end
function _update() end