summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2020-07-25 01:11:04 +0100
committerVittorio Romeo <vittorio.romeo@outlook.com>2020-07-25 01:11:04 +0100
commitf50a9f44a72096817e9d92e09d121a719e8f8eef (patch)
treed29de3bb090f0fe8ab221e115ff6cf0e43402270
parent45eff98aa43a2b5ee8b68e23072fb20785225f5a (diff)
Nicer golden ratio beatpulseFix_CurvingWall
-rw-r--r--_RELEASE/Packs/cube/Scripts/Levels/goldenratio.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/_RELEASE/Packs/cube/Scripts/Levels/goldenratio.lua b/_RELEASE/Packs/cube/Scripts/Levels/goldenratio.lua
index 46688342..e9079365 100644
--- a/_RELEASE/Packs/cube/Scripts/Levels/goldenratio.lua
+++ b/_RELEASE/Packs/cube/Scripts/Levels/goldenratio.lua
@@ -42,7 +42,7 @@ function onInit()
-- l_setPulseDelayMax(12.9)
l_setBeatPulseMax(17)
- l_setBeatPulseDelayMax(26.2)
+ l_setBeatPulseDelayMax(24.1)
l_setWallSkewRight(-20)
end