doodle/pkg/modal
Noah 73421d27f2 Wait Modal
* Add modal.Wait() that creates a global progress bar modal which is not
  dismissable by the user; the caller must Dismiss() the modal
  themselves when ready.
* It will be useful in the future in case e.g. saving a Level needs to
  take a while to rebalance chunks and the modal prevents ALL
  interaction with the game so the user can't further modify the level
  while it's busy refactoring itself.
* Cheat code: "test wait screen" to show the Wait modal for 10 seconds.
2022-09-24 18:39:02 -07:00
..
loadscreen Rename Go module 2022-09-24 15:17:25 -07:00
alert.go Rename Go module 2022-09-24 15:17:25 -07:00
confirm.go Rename Go module 2022-09-24 15:17:25 -07:00
end_level.go Rename Go module 2022-09-24 15:17:25 -07:00
modal.go Wait Modal 2022-09-24 18:39:02 -07:00
modal_test.go Rename Go module 2022-09-24 15:17:25 -07:00
wait.go Wait Modal 2022-09-24 18:39:02 -07:00