summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-22 03:56:25 +0200
committerTreeki <treeki@gmail.com>2012-09-22 03:56:25 +0200
commit18db1947457951b5ce7c83e10c6ee50c2f76b411 (patch)
tree426436fe2db9c7c4233fdcdfc96e00d7f5b6c803 /src
parent224cecc27eedc20e4397eb5b196a6555990fd594 (diff)
parentd47a9ed57a826d60c37bfa8a4ae00ccaba0ed806 (diff)
downloadkamek-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.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;