隐形速度增加两个挡位,只能通过自定义/mod调出

This commit is contained in:
MrZ626
2021-01-14 17:58:49 +08:00
parent 261caf3544
commit c6c24b8f05
4 changed files with 6 additions and 4 deletions

View File

@@ -241,7 +241,9 @@ local function applyGameEnv(P)--Finish gameEnv processing
P:setInvisible(
ENV.visible=="show"and -1 or
ENV.visible=="time"and 300 or
ENV.visible=="easy"and 300 or
ENV.visible=="slow"and 100 or
ENV.visible=="medium"and 60 or
ENV.visible=="fast"and 20 or
ENV.visible=="none"and 0
)