From 2ce1ca6bf8ee2fc1db3d1dd4ec891b4d61452aea Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 5 May 2021 00:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E9=87=8C=E7=9A=84de?= =?UTF-8?q?mo=E6=94=B9=E4=B8=BAtest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_console.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index 01573edd..405f868f 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -218,12 +218,12 @@ do--commands.help(arg) "Usage: theme ", }, }, - demo={ - description="Go to an empty demo scene", + test={ + description="Go to an empty test scene", details={ - "Go to an empty demo scene", + "Go to an empty test scene", "", - "Usage: demo", + "Usage: test", }, }, applet={ @@ -263,7 +263,7 @@ do--commands.help(arg) "stopbgm", "setbg", "theme", - "demo", + "test", "applet", } function commands.help(arg) @@ -556,7 +556,7 @@ function commands.theme(name) log{C.aqua,"Usage: theme [themeName]"} end end -function commands.demo() +function commands.test() SCN.go('test','none') end do--commands.applet(name)