WesleyThompson / ProjectMech

1 stars 2 forks source link

inefficient gameover gui and reticle gui #27

Open HomerGaidarski opened 8 years ago

HomerGaidarski commented 8 years ago

Currently, the gameover gui and reticle gui are loaded using the OnGUI() method and is called multiple times as the game goes (it redraws the image constantly).

Instead, use ui elements like the healthbar.