schwal10 / lunatic-fringe

Lunatic Fringe is a game originally distributed as an AfterDark screensaver
GNU Affero General Public License v3.0
6 stars 1 forks source link

Implement HUD #15

Closed schwal10 closed 2 years ago

schwal10 commented 7 years ago

Implement the HUD and its features:

  1. Radar
  2. Fuel level
  3. Condition lights (engines, guns, turn jets, etc.)
  4. Spare parts
  5. Current/stored power ups (invulnerability and turbo thrust are stored until they are used)
  6. Points
  7. Lives indicator
schwal10 commented 7 years ago

hudwithradar

schwal10 commented 4 years ago

Note that the Scanner is referring to the actual screen the Player is on, while the Radar is referencing the screen at the top right of the HUD.

schwal10 commented 2 years ago

This is now done, HUD has been implemented