diff options
author | Treeki <treeki@gmail.com> | 2012-09-22 03:56:25 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-22 03:56:25 +0200 |
commit | 18db1947457951b5ce7c83e10c6ee50c2f76b411 (patch) | |
tree | 426436fe2db9c7c4233fdcdfc96e00d7f5b6c803 /src | |
parent | 224cecc27eedc20e4397eb5b196a6555990fd594 (diff) | |
parent | d47a9ed57a826d60c37bfa8a4ae00ccaba0ed806 (diff) | |
download | kamek-18db1947457951b5ce7c83e10c6ee50c2f76b411.tar.gz kamek-18db1947457951b5ce7c83e10c6ee50c2f76b411.zip |
Merge branch 'level-select' of tsn:Kamek into level-select
Diffstat (limited to 'src')
-rw-r--r-- | src/pumpkinGoomba.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pumpkinGoomba.cpp b/src/pumpkinGoomba.cpp index 1cc7a96..426d323 100644 --- a/src/pumpkinGoomba.cpp +++ b/src/pumpkinGoomba.cpp @@ -165,7 +165,7 @@ int dGoombaPie::onCreate() { // Other shit isBursting = false; - this->scale = (Vec){0.375, 0.375, 0.375}; + this->scale = (Vec){0.39, 0.39, 0.39}; ActivePhysics::Info HitMeBaby; |