Shrouded-Edge-Games / ShardsOfCandra

Repo to hold the beginnings of our new game where you combine powers to solve puzzles and your choices matter
0 stars 0 forks source link

Upskill: User Interface #58

Open sehaubold opened 1 year ago

sehaubold commented 1 year ago

System / Aspect: User Interface / Viewport Description: Display game elements / stats to player that are not visible externally. Basic understanding of this would include:

  1. Display health and resource (i.e. stamina)
  2. Dynamically update display based on changes in game state
  3. Add or remove elements dynamically
  4. Create Game menu (bonus points for pausing the game state)

Commits to this issues should include an overview of the aspect you were working on (i.e. Particle Color Change On Velocity) and the description (if able) should make note of anything that you feel other folks would like to know or problems you ran into. (not something to stress about if you don't, just a time saver for other peeps)