Option7-OctoPuss / MeetYourTesterGame

Game in godot
MIT License
3 stars 0 forks source link

Implement UI for the end game notification #110

Open F4de78 opened 6 months ago

F4de78 commented 6 months ago

US: End Game Notification #94

PREREQUISITES:

None

FIGMA/GODOT UI:

  1. design on Figma the assets for the notification (win and lose)
  2. import the assets in Godot
  3. implement the end-game notification scene (win and lose) in Godot

BOUNDARIES:

  1. What this task handles is the design and implementation of the end-game notification scene for the winning and the losing
  2. What this task does not handle is the implementation of end-game logic and the display of the end-game notification

OUTCOMES:

  1. The end-game notification scene is ready to be displayed.
F4de78 commented 6 months ago

@Spacekido and I worked on this task for 3.5 hours, probably is possible to use better colors for the buttons and refactor the "dynamic" creation of the pop-up (like placing the body of the pop-up in a file )