7 lines
173 B
Lua
7 lines
173 B
Lua
texture = engine_loadTexture("assets/textures/fier0.rgba",8,32)
|
|
|
|
a = 0
|
|
function engine_onFrame()
|
|
engine_renderTexture2D(texture,math.random(-8,102),math.random(-8,72))
|
|
end
|