diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-12-04 02:09:02 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-12-04 02:09:02 -0600 |
commit | 42069c9299c18891a81efeeb45d19007d80c70c1 (patch) | |
tree | de7263f7bd51366695f5f0a8fc6e2a1717d4fb5b /src/bossTopman.cpp | |
parent | e8ffbf5bdc704c4efb426f4d1c10b21527debdc3 (diff) | |
download | kamek-42069c9299c18891a81efeeb45d19007d80c70c1.tar.gz kamek-42069c9299c18891a81efeeb45d19007d80c70c1.zip |
fixed a bunch of bugs, shy guy, mega goomba, challenge star, topman boss
Diffstat (limited to '')
-rw-r--r-- | src/bossTopman.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bossTopman.cpp b/src/bossTopman.cpp index d76af1a..5888859 100644 --- a/src/bossTopman.cpp +++ b/src/bossTopman.cpp @@ -332,9 +332,9 @@ int daDreidel::onCreate() { this->speed.x = 0.0; this->speed.y = 0.0; - this->max_speed.x = 0.8; + this->max_speed.x = 1.1; this->x_speed_inc = 0.0; - this->XSpeed = 0.8; + this->XSpeed = 1.1; this->isInSpace = this->settings & 0xF; this->fromBehind = 0; |