Skip to content

Commit

Permalink
Too fast he went
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusty-Box authored Jul 15, 2024
1 parent 15663b5 commit bd92492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/badguy/dive_mine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include "sprite/sprite_manager.hpp"
#include "supertux/sector.hpp"

const float DiveMine::s_trigger_radius = 150.f;
const float DiveMine::s_swim_speed = 50.f;
const float DiveMine::s_trigger_radius = 120.f;
const float DiveMine::s_swim_speed = 35.f;
const float DiveMine::s_max_float_acceleration = 15.f;

DiveMine::DiveMine(const ReaderMapping& reader) :
Expand Down

0 comments on commit bd92492

Please sign in to comment.