mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 15:49:01 -06:00
Fix a typo causing crashes in Survival 2020 level 1500+
This commit is contained in:
parent
39e9dc3303
commit
ba6f5bb837
@ -201,7 +201,7 @@ end
|
||||
|
||||
Survival2020Game.opacityFunction = function(age)
|
||||
if age > 300 then return 0
|
||||
else return 1 - Math.max(age - 240, 0) / 60 end
|
||||
else return 1 - math.max(age - 240, 0) / 60 end
|
||||
end
|
||||
|
||||
function Survival2020Game:drawGrid()
|
||||
|
Loading…
Reference in New Issue
Block a user