From fc62731bcda39cea29ce1ed66e31c67157b0ad52 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Sun, 15 Dec 2024 20:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADdebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sqr/User/main.nut | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sqr/User/main.nut b/sqr/User/main.nut index 39661f2..f3ddcf3 100644 --- a/sqr/User/main.nut +++ b/sqr/User/main.nut @@ -9,12 +9,14 @@ function main(args) { + + local Game = GameWindow(); Game.title = "Yosin & Kiwano"; Game.bg_color = [255.0, 255.0, 255.0, 255.0]; Game.size = [1066, 600]; Game.v_sync = false; Game.frame_interval = 10000; - Game.debug_mode = true; + // Game.debug_mode = true; Game.Run(LoginStage); } \ No newline at end of file