From 22a791be0680d8872e47d4fc375b6d4979af0c67 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Sun, 17 Mar 2024 03:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0main=E5=BC=80=E5=A4=B4?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.lua b/main.lua index 6aa25641..f3c5c908 100644 --- a/main.lua +++ b/main.lua @@ -11,14 +11,14 @@ -- * . + . * ` t * , . . ^ ` ^ ` -- -- . _ ` - , ^ * ` ` + * - . + . -- --- Techmino: Galaxy is an super-improved version of Techmino. --- Creating issues on GitHub is welcomed if you also love tetromino stacking game +-- Techmino: Galaxy is an ultra-improved version of Techmino. +-- Creating issues on GitHub is welcomed if you also love stacking/matching game -- Developer's note --- 1. I made a framework called Zenitha, *most* codes in Zenitha are not directly relevant to the game; +-- 1. I made a framework called Zenitha, the code in Zenitha are not directly relevant to the game; -- 2. This project use Emmylua for better IDE support, recommend to use it if you can; -- 3. Check file ".editorconfig" for detailed formatting rule (but not exactly, don't change large amount of code with it); --- 4. "xxx" are texts for reading by the player, 'xxx' are string values used only in code; +-- 4. "xxx" are texts for reading by the player/developer, 'xxx' are string values used only in code; -- 5. Most codes are focusing on efficiency, then maintainability and readability, excuse me for some mess; -- 6. 26