微调main文件开头说明

This commit is contained in:
MrZ626
2021-07-19 15:37:56 +08:00
parent 4079c6596e
commit 944f57b04a

View File

@@ -1,16 +1,16 @@
--[[ --[[
______ __ _ # ______ __ _ #
/_ __/___ _____ / /_ ____ ___ (_)____ ____ # /_ __/___ _____ / /_ ____ ___ (_)____ ____ #
/ / / _ \ / ___// __ \ / __ `__ \ / // __ \ / __ \ # / / / _ \ / ___// __ \ / __ `__ \ / // __ \ / __ \ #
/ / / __// /__ / / / // / / / / // // / / // /_/ / # / / / __// /__ / / / // / / / / // // / / // /_/ / #
/_/ \___/ \___//_/ /_//_/ /_/ /_//_//_/ /_/ \____/ # /_/ \___/ \___//_/ /_//_/ /_/ /_//_//_/ /_/ \____/ #
Techmino is my first "huge project" Techmino is my first "huge project"
optimization is welcomed if you also love tetromino stacking game optimization is welcomed if you also love tetromino stacking game
Instructions: Instructions:
1. I made a framework called Zframework, most code in Zframework are not directly relevant to game; 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; 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 afraid; 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"; 4. Except "gcinfo" function of lua itself, other "gc" are short for "graphics";
]]-- ]]--