Temporarily disabled explosion creation for the sand-barrel example
This commit is contained in:
parent
be0f09a828
commit
127162190a
@ -3,7 +3,7 @@ void onKartObjectCollision()
|
||||
if (getCollidingID()=="stklib_fitchBarrelTestDestroyed_a"){
|
||||
int kart_id = getCollidingKart1();
|
||||
Vec3 location = getKartLocation(kart_id);
|
||||
createExplosion(location);
|
||||
//createExplosion(location);
|
||||
disableAnimation("stklib_fitchBarreltest_a_main");
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user