控制台里的demo改为test

This commit is contained in:
MrZ626
2021-05-05 00:27:38 +08:00
parent 1c342d0327
commit 2ce1ca6bf8

View File

@@ -218,12 +218,12 @@ do--commands.help(arg)
"Usage: theme <classic|xmas|sprfes|zday1/2/3>", "Usage: theme <classic|xmas|sprfes|zday1/2/3>",
}, },
}, },
demo={ test={
description="Go to an empty demo scene", description="Go to an empty test scene",
details={ details={
"Go to an empty demo scene", "Go to an empty test scene",
"", "",
"Usage: demo", "Usage: test",
}, },
}, },
applet={ applet={
@@ -263,7 +263,7 @@ do--commands.help(arg)
"stopbgm", "stopbgm",
"setbg", "setbg",
"theme", "theme",
"demo", "test",
"applet", "applet",
} }
function commands.help(arg) function commands.help(arg)
@@ -556,7 +556,7 @@ function commands.theme(name)
log{C.aqua,"Usage: theme [themeName]"} log{C.aqua,"Usage: theme [themeName]"}
end end
end end
function commands.demo() function commands.test()
SCN.go('test','none') SCN.go('test','none')
end end
do--commands.applet(name) do--commands.applet(name)