diff options
Diffstat (limited to 'src/bossThwompaDomp.cpp')
-rw-r--r-- | src/bossThwompaDomp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bossThwompaDomp.cpp b/src/bossThwompaDomp.cpp index 134ff5d..58254a7 100644 --- a/src/bossThwompaDomp.cpp +++ b/src/bossThwompaDomp.cpp @@ -273,7 +273,7 @@ int daEnMegaDosun_c::onDelete() { this->direction = 1; } - this->pos.x += (direction) ? 0.9 : -0.9; + this->pos.x += (direction) ? 1.2 : -1.2; if (this->notFalling == 0) { if(this->CheckIfPlayerBelow(40.0, 256.0)) { @@ -282,7 +282,7 @@ int daEnMegaDosun_c::onDelete() { } } - if (this->timer == 60) { + if (this->timer == 30) { this->notFalling = 0; } |