diff options
Diffstat (limited to '')
-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; |