# HG changeset patch # User Wuzzy # Date 1560600241 -7200 # Node ID c383ebdd61b9bdf3586605a46eeefb2063355063 # Parent a8b1e25040f3de744169aebe7a8392200482b473 Move piano splash a few pixels lower diff -r a8b1e25040f3 -r c383ebdd61b9 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;