GL - added jumppad model and rigidbody
This commit is contained in:
parent
5e1bc2264c
commit
7c44e8ba17
|
@ -40,6 +40,10 @@ using namespace GameLogic;
|
||||||
PlayerVObject(*player,*realObj, kineticEnergyLoss);
|
PlayerVObject(*player,*realObj, kineticEnergyLoss);
|
||||||
//player->playerState = PLAYER_STATE::PLAYER_STATE_WALKING;
|
//player->playerState = PLAYER_STATE::PLAYER_STATE_WALKING;
|
||||||
break;
|
break;
|
||||||
|
case OBJECT_TYPE::OBJECT_TYPE_JUMPPAD:
|
||||||
|
int i = 0;
|
||||||
|
// JUMP
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
//return Physics::ICustomBody::SubscriptMessage_none;
|
//return Physics::ICustomBody::SubscriptMessage_none;
|
||||||
|
|
Loading…
Reference in New Issue