me.fier.engine/assets/scripts/main.lua

7 lines
173 B
Lua
Raw Normal View History

2023-05-14 10:21:03 +00:00
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