mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

Debris Noirs ghost mode #126

Closed mattrdowney closed 5 years ago

mattrdowney commented 5 years ago

After you die, make it so you can fly around (after respawn).

Here respawning to a ghost is different from restarting the level.

In order to make the controllers work, a circular loading bar appears in the center of the screen while in ghost mode. It resets to "invisible"/empty when input.magnitude >= 1. It takes ~10 seconds to fill. The ghost player is ethereal and must be reset to ephemeral on restarting a level.

mattrdowney commented 5 years ago

Done as of 9390ca0cb8dd9ef68c448cff0841a41f0a7b337d

I call it ghost mode.