From e75ab93838ee7e73ef5500ae5661a7f063d847e1 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 18 Jun 2021 12:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E8=AF=B4=E6=98=8E=E5=92=8C=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_console.lua | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index fec2446e..98fad4cf 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -498,6 +498,11 @@ local commands={}do } do--app local APPs={ + { + code="calc", + scene='app_calc', + description="A simple calculator" + }, { code="15p", scene='app_15p', @@ -511,7 +516,7 @@ local commands={}do { code="pong", scene='app_pong', - description="Pong (2P minigame)" + description="Pong (2P)" }, { code="atoz", @@ -521,17 +526,17 @@ local commands={}do { code="uttt", scene='app_UTTT', - description="Ultimate Tic-Tac-Toe (2P minigame)" + description="Ultimate Tic-Tac-Toe (2P)" }, { code="cube", scene='app_cubefield', - description="Cubefield" + description="Cubefield, original by Max Abernethy" }, { code="2048", scene='app_2048', - description="2048" + description="2048 with some new features" }, { code="ten", @@ -541,7 +546,7 @@ local commands={}do { code="tap", scene='app_tap', - description="Tapping speed test" + description="Clicking/Tapping speed test" }, { code="dtw", @@ -549,29 +554,24 @@ local commands={}do description="Don't Touch White, a.k.a. Piano Tiles" }, { - code="cannon", + code="can", scene='app_cannon', - description="Cannon" + description="A simple cannon shooting game" }, { - code="dropper", + code="drp", scene='app_dropper', description="Dropper" }, { - code="calc", - scene='app_calc', - description="Calculator" - }, - { - code="reflect", + code="rfl", scene='app_reflect', - description="Reflect (2P minigame)" + description="Reflect (2P)" }, { code="poly", scene='app_polyforge', - description="Polyforge" + description="Polyforge, original by ImpactBlue Studios" }, } commands.app={ @@ -587,7 +587,7 @@ local commands={}do return end end - log{C.A,"No this applet"} + log{C.A,"No this applet, type app -list to check all applets"} else log{C.A,"Usage:"} log{C.A,"app -list"}