From 944f57b04a6097723812c59be7209c58540409d9 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 19 Jul 2021 15:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83main=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=BC=80=E5=A4=B4=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main.lua b/main.lua index 391ffdc5..5a4b0930 100644 --- a/main.lua +++ b/main.lua @@ -1,16 +1,16 @@ --[[ - ______ __ _ - /_ __/___ _____ / /_ ____ ___ (_)____ ____ - / / / _ \ / ___// __ \ / __ `__ \ / // __ \ / __ \ - / / / __// /__ / / / // / / / / // // / / // /_/ / - /_/ \___/ \___//_/ /_//_/ /_/ /_//_//_/ /_/ \____/ + # ______ __ _ # + # /_ __/___ _____ / /_ ____ ___ (_)____ ____ # + # / / / _ \ / ___// __ \ / __ `__ \ / // __ \ / __ \ # + # / / / __// /__ / / / // / / / / // // / / // /_/ / # + # /_/ \___/ \___//_/ /_//_/ /_/ /_//_//_/ /_/ \____/ # Techmino is my first "huge project" optimization is welcomed if you also love tetromino stacking game Instructions: - 1. I made a framework called Zframework, most code in Zframework are not directly relevant to game; - 2. "xxx" are texts for reading, 'xxx' are string values just in program; - 3. Some goto statement are used for better performance. All goto-labes have detailed names so don't afraid; + 1. I made a framework called Zframework, *most* code in Zframework are not directly relevant to game; + 2. "xxx" are texts for reading by player, 'xxx' are string values just used in program; + 3. Some goto statement are used for better performance. All goto-labes have detailed names so don't be afraid; 4. Except "gcinfo" function of lua itself, other "gc" are short for "graphics"; ]]--