summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pumpkinGoomba.cpp2
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;