From ac0ced5b71d2cf2bce444fce88e7b359ac08815c Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Thu, 13 Dec 2012 17:02:55 -0600 Subject: Added thundercloud sprite, made area death clouds --- src/bossRamboo.cpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/bossRamboo.cpp') diff --git a/src/bossRamboo.cpp b/src/bossRamboo.cpp index 2dcd885..ea97629 100644 --- a/src/bossRamboo.cpp +++ b/src/bossRamboo.cpp @@ -159,7 +159,7 @@ int daRamboo_c::onCreate() { ActivePhysics::Info HitMeBaby; HitMeBaby.xDistToCenter = 160.0; - HitMeBaby.yDistToCenter = -80.0; + HitMeBaby.yDistToCenter = 80.0; HitMeBaby.xDistToEdge = 148.0; HitMeBaby.yDistToEdge = 148.0; @@ -173,8 +173,16 @@ int daRamboo_c::onCreate() { this->aPhysics.initWithStruct(this, &HitMeBaby); - this->aPhysics.addToList(); + this->aPhysics.collisionCheckType = 2; + this->aPhysics._8 = 48.0; + this->aPhysics._C = 48.0; + this->aPhysics._18 = 48.0; + this->aPhysics.trpValue0 = 48.0; + this->aPhysics.trpValue1 = 48.0; + this->aPhysics.trpValue2 = 48.0; + this->aPhysics.trpValue3 = 48.0; + this->aPhysics.addToList(); this->Baseline = this->pos.y; this->rot.x = 0; // X is vertical axis -- cgit v1.2.3