From 6bae8f1fa41b089409ac69bad7a412b40e1de6fe Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 3 Jun 2021 00:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3main=E7=9A=84=E5=BC=80?= =?UTF-8?q?=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.lua b/main.lua index b717a08a..861f694d 100644 --- a/main.lua +++ b/main.lua @@ -8,10 +8,10 @@ optimization is welcomed if you also love tetromino stacking game Instructions: - 1. I made a framework called Zframework, most code in Zframework are directly relevant to game; - 2. "xxx" are texts for reading, 'xxx' are string values in program; + 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; - 4. Except "gcinfo" function of lua, other "gc" are short for "graphics"; + 4. Except "gcinfo" function of lua itself, other "gc" are short for "graphics"; ]]--