Move piano splash a few pixels lower
authorWuzzy <Wuzzy2@mail.ru>
Sat, 15 Jun 2019 14:04:01 +0200
changeset 15150 c383ebdd61b9
parent 15149 a8b1e25040f3
child 15151 9d0dc3be6307
Move piano splash a few pixels lower
hedgewars/uGearsUtils.pas
--- a/hedgewars/uGearsUtils.pas	Sat Jun 15 13:30:36 2019 +0200
+++ b/hedgewars/uGearsUtils.pas	Sat Jun 15 14:04:01 2019 +0200
@@ -578,6 +578,7 @@
     else Scale:= Scale + ((1-Scale) / 2);
     if Scale > 1 then Timer:= round(min(Scale*0.0005/cGravityf,4))
     else Timer:= 1;
+    if Scale > 1 then Y:= Y + 10;
     // Low Gravity
     FrameTicks:= FrameTicks*Timer;
     end;