YanikaZerafa / IMTAssignment2016

This repository contains a 3D runner game developed using Unity 3D game engine.
0 stars 0 forks source link

Mini size #7

Open YanikaZerafa opened 8 years ago

YanikaZerafa commented 8 years ago

Mini size power up for the player?

YanikaZerafa commented 8 years ago

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);