控制台里的demo改为test
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user