shurunxuan / IGME-601-2181-Team-C

1 stars 0 forks source link

Basic hud #38

Closed Markadelf closed 5 years ago

Markadelf commented 5 years ago

https://trello.com/c/ynqQoGOD/38-heads-up-display-2-points

Story to be tested: Heads Up Display Functionality: The HUD is now prettier and displays more info to the player. Includes: Bars instead of text, a text pop up system, icons for the tool tracker, better visuals for the camera.

Procedure:

  1. Open Assets/Scenes/DemoScenes/PlayTestDemoScene.unity
  2. Observe the yellow bar that tracks your energy
  3. Observe the blue bar that tracks your info
  4. Connect to the charge point
  5. Observe the hack pop up
  6. Observe the info gained pop up
  7. Disconnect and reconnect from the charger
  8. Observe the different color text for already owned info
  9. Press 3 to equip a tool
  10. Observe the tool equipped icon appearing.
  11. Activate the camera
  12. Observe the reticule changing
  13. Activate the camera again
  14. Observe the camera flash

Notes: I deleted the Victor's UIToolTracker because it had merge conflicts with my UIToolTracker and I was under the impression that his was meant to be a temporary measure. We can always restore it via source control if we need it later.

shurunxuan commented 5 years ago

Just delete it. It is a temporary one just for testing. And I also added a virtual function and overridden functions in the tool scripts to get their names. Maybe we need to get rid of them too. I’ll test this tomorrow since it’s late now.