整理代码
规范更多全局变量名 语音包/音效包列表声明放到main开头
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
--Static data tables
|
||||
SFXPACKS={'chiptune'}
|
||||
VOCPACKS={'miya','mono','xiaoya','miku'}
|
||||
BLOCK_NAMES={
|
||||
'Z','S','J','L','T','O','I',
|
||||
'Z5','S5','P','Q','F','E',
|
||||
@@ -503,7 +501,7 @@ do--Mod data
|
||||
M.color=COLOR[M.color]
|
||||
end
|
||||
end
|
||||
do--Game tables
|
||||
do--Game data tables
|
||||
PLAYERS={}--Players data
|
||||
PLY_ALIVE={}
|
||||
FIELD={}--Field(s) for custom game
|
||||
|
||||
Reference in New Issue
Block a user