重构背景系统(每个背景使用独立文件),全局变量名整理

This commit is contained in:
MrZ626
2020-11-04 00:08:50 +08:00
parent c688fef3f6
commit a485a71dfc
149 changed files with 1087 additions and 1046 deletions

View File

@@ -31,7 +31,7 @@ function VOC.loadOne(name)
if i==1 then
if not loadVoiceFile(N,N)then
LOG.print("No VOICE file: "..N,5,color.orange)
LOG.print("No VOICE file: "..N,5,COLOR.orange)
end
end
if not VOC.list[N][1]then VOC.list[N]=nil end