X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Ffalling_coin.cpp;h=8e091a5d34d51a05543f448bf0b96ca9ceff8002;hb=ca967dcf4ee89f99880355be00782d1cd047be6a;hp=4066d2bd3b365d9f0c3b08081a9c04cb10f0041f;hpb=cb941f239a04ee0588c99bfcdcd6aff62e1fbc98;p=supertux.git diff --git a/src/object/falling_coin.cpp b/src/object/falling_coin.cpp index 4066d2bd3..8e091a5d3 100644 --- a/src/object/falling_coin.cpp +++ b/src/object/falling_coin.cpp @@ -29,7 +29,7 @@ FallingCoin::FallingCoin(const Vector& start_position, const int vel_x) { pos = start_position; sprite = sprite_manager->create("images/objects/coin/coin.sprite"); - physic.set_velocity_y(800); + physic.set_velocity_y(-800); physic.set_velocity_x(vel_x); }