整理代码

This commit is contained in:
MrZ626
2020-11-23 09:39:19 +08:00
parent 914a962a94
commit 44b151c617
44 changed files with 559 additions and 559 deletions

View File

@@ -1,26 +1,26 @@
SCR= require("Zframework/screen")
COLOR= require("Zframework/color")
SCN= require("Zframework/scene")
LOG= require("Zframework/log")
require("Zframework/toolfunc")
SCR= require"Zframework/screen"
COLOR= require"Zframework/color"
SCN= require"Zframework/scene"
LOG= require"Zframework/log"
require"Zframework/toolfunc"
VIB= require("Zframework/vibrate")
SFX= require("Zframework/sfx")
VIB= require"Zframework/vibrate"
SFX= require"Zframework/sfx"
LIGHT= require("Zframework/light")
BG= require("Zframework/background")
WIDGET= require("Zframework/widget")
TEXT= require("Zframework/text")
SYSFX= require("Zframework/sysFX")
LIGHT= require"Zframework/light"
BG= require"Zframework/background"
WIDGET= require"Zframework/widget"
TEXT= require"Zframework/text"
SYSFX= require"Zframework/sysFX"
IMG= require("Zframework/image")
BGM= require("Zframework/bgm")
VOC= require("Zframework/voice")
IMG= require"Zframework/image"
BGM= require"Zframework/bgm"
VOC= require"Zframework/voice"
LANG= require("Zframework/languages")
TASK= require("Zframework/task")
FILE= require("Zframework/file")
PROFILE=require("Zframework/profile")
LANG= require"Zframework/languages"
TASK= require"Zframework/task"
FILE= require"Zframework/file"
PROFILE=require"Zframework/profile"
local ms,kb=love.mouse,love.keyboard
local gc=love.graphics