From 90802fc96de6523ce12290cd66703aa1351c91dd Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 16 Oct 2018 08:01:56 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/main.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/main.lua') diff --git a/bin/main.lua b/bin/main.lua index 69c6608..3655cf5 100644 --- a/bin/main.lua +++ b/bin/main.lua @@ -15,7 +15,7 @@ end function jin.core.onEvent(e) if e.type == "Quit" then jin.core.stop() - end + end end local t = 0 @@ -31,6 +31,12 @@ function jin.core.onUpdate(dt) end end +function run() + --#if editor + + --#endif +end + function jin.core.onDraw() jin.graphics.print(string.format("FPS: %d\nok this is another test", fps), 0, 0) end \ No newline at end of file -- cgit v1.1-26-g67d0