修正main的开头说明

This commit is contained in:
MrZ626
2021-06-03 00:24:38 +08:00
parent 967b56db58
commit 6bae8f1fa4

View File

@@ -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";
]]--