LifeLua 21-08-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
Loading...
Searching...
No Matches
HelloWorld.lua
while true do
draw.text(10, 10, "Hello World!", color.new(255, 255, 255))
draw.swapbuffers()
end