v2.5.0: incresaed the amount of text shake when falling
This commit is contained in:
committed by
Evan Debenham
parent
fcf5b19b9e
commit
8c6788750e
@@ -523,8 +523,8 @@ public class InterlevelScene extends PixelScene {
|
||||
|
||||
if (mode == Mode.FALL) {
|
||||
loadingText.setPos(
|
||||
(Camera.main.width - loadingText.width() - 4) + Random.NormalFloat(-1, 1),
|
||||
(Camera.main.height - loadingText.height() - 6) + Random.NormalFloat(-1, 1)
|
||||
(Camera.main.width - loadingText.width() - 4) + Random.NormalFloat(-2, 2),
|
||||
(Camera.main.height - loadingText.height() - 6) + Random.NormalFloat(-2, 2)
|
||||
);
|
||||
align(loadingText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user