模块文件名更清晰

This commit is contained in:
MrZ626
2020-11-16 11:38:49 +08:00
parent 025ef02e71
commit 890ef6c87b
4 changed files with 3 additions and 3 deletions

View File

@@ -4,16 +4,16 @@ SCN= require("Zframework/scene")
LOG= require("Zframework/log")
require("Zframework/toolfunc")
VIB= require("Zframework/vib")
VIB= require("Zframework/vibrate")
SFX= require("Zframework/sfx")
LIGHT= require("Zframework/light")
BG= require("Zframework/bg")
BG= require("Zframework/background")
WIDGET= require("Zframework/widget")
TEXT= require("Zframework/text")
sysFX= require("Zframework/sysFX")
IMG= require("Zframework/img")
IMG= require("Zframework/image")
BGM= require("Zframework/bgm")
VOC= require("Zframework/voice")