Open YanikaZerafa opened 8 years ago
Mini size power up for the player?
This function can be implemented in a similar way as to the mega size powerup, using a coroutine. Instead of increasing the size, it is decreased.
transform.localScale += new Vector3 (-0.3F, -0.3F, -0.3F);
Mini size power up for the player?