Code: Select all
wazmb.__TILE = {}
local tt = wazmb.__TILE
tt._TILE_SET_ = "gfx/tiles/tileset.png"
tt._TILESIZE = 32
tt.TILESETW, tt.TILESETH = tt._TILE_SET_:getDimensions()
Code: Select all
wazmb.__TILE = {}
local tt = wazmb.__TILE
tt._TILE_SET_ = "gfx/tiles/tileset.png"
tt._TILESIZE = 32
tt.TILESETW, tt.TILESETH = tt._TILE_SET_:getDimensions()
Code: Select all
fun = true
school = true
function isItFun()
if school then
fun = false
end
if not fun then
me:explode()
end
end
Code: Select all
tt._TILE_SET_ = love.graphics.newImage( "gfx/tiles/tileset.png" )
Code: Select all
fun = true
school = true
function isItFun()
if school then
fun = false
end
if not fun then
me:explode()
end
end
Users browsing this forum: Bing [Bot], slime and 2 guests