diff options
Diffstat (limited to 'bin/game/main.lua')
-rw-r--r-- | bin/game/main.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/game/main.lua b/bin/game/main.lua index 3e5182b..fd54a7d 100644 --- a/bin/game/main.lua +++ b/bin/game/main.lua @@ -141,13 +141,10 @@ function jin.core.onDraw() --jin.graphics.draw(sprs[2], 150, 150, 1, 1, 0) local x, y = jin.mouse.getPosition() animator:render(50, 150, 1, 1, 0) - ps:render() --jin.graphics.print(#sprs, 10, 10) jin.graphics.draw(spr, 100, 200, 1, 1, 0) --jin.graphics.useShader(shader_program2) --jin.graphics.draw(tex, 0, 0,0.2, 0.2) --jin.graphics.unuseShader() - if stop then - --jin.graphics.print("Quit", 100, 300) - end + ps:render() end
\ No newline at end of file |