luke-goldfain / Hangtime

Hangtime, a student capstone game created in Unity 3D.
1 stars 0 forks source link

Clamp checkpoint indicators to screen and have them turn into arrows when at edge #52

Open luke-goldfain opened 4 years ago

luke-goldfain commented 4 years ago

Checkpoint indicators are a nice addition, but currently do not help players who don't see them on the screen. Have the indicators clamp to the screen and point in the direction of the checkpoint so that they are visible to players at all times.

luke-goldfain commented 4 years ago

Checkpoint indicators now clamp to screen. Arrows up next.