Move the background wave down slightly more

This commit is contained in:
Adubbz 2018-02-22 23:49:42 +11:00
parent 406a84bd9c
commit e2baf7b39e

View File

@ -261,7 +261,7 @@ void menuLoop() {
} }
} }
drawWave(timer, themeCurrent.backWaveColor, 300.0, 0.0, 3.0); drawWave(timer, themeCurrent.backWaveColor, 295.0, 0.0, 3.0);
drawWave(timer, themeCurrent.middleWaveColor, 290.0, 2.0, 3.5); drawWave(timer, themeCurrent.middleWaveColor, 290.0, 2.0, 3.5);
drawWave(timer, themeCurrent.frontWaveColor, 280.0, 4.0, -2.5); drawWave(timer, themeCurrent.frontWaveColor, 280.0, 4.0, -2.5);
timer += 0.05; timer += 0.05;