I'm okay with doing it the simple way at first, haha. I've looked through the code for ZS:DX, which is why I think the code I wrote in the first post should work, but it's not showing me anything. Is there a problem with that code?
From looking at the pause scripts in ZS:DX and others, it seems like this should work:
But that doesn't show anything either. I can't get either of those to work, am I missing something?
From looking at the pause scripts in ZS:DX and others, it seems like this should work:
Code (lua) Select
function game:on_paused()
local pause_infra_img = sol.surface.create("hud/pause_infra.png")
end
But that doesn't show anything either. I can't get either of those to work, am I missing something?