BRS在程序内名称改为BiRS(防止和BPS-RS歧义)

修正BiRS中Z5和S5的180度转的表使用错误
整理代码
This commit is contained in:
MrZ626
2021-07-25 22:07:01 +08:00
parent 6ae419eeee
commit 850a31d172
3 changed files with 14 additions and 15 deletions

View File

@@ -267,7 +267,7 @@ do
love.event.quit('restart')
end
if SETTING.ghostType=='greyCell'then SETTING.ghostType='grayCell'needSave=true end
if SETTING.RS=='ZRS'then SETTING.RS='BRS'needSave=true end
if SETTING.RS=='ZRS'or SETTING.RS=='BRS'then SETTING.RS='BiRS'needSave=true end
if not SETTING.VKSkin then SETTING.VKSkin=1 end
if type(SETTING.skinSet)=='number'then SETTING.skinSet='crystal_scf'end
if not TABLE.find({8,10,13,17,22,29,37,47,62,80,100},SETTING.frameMul)then