Devin0xFFFFFF / singed-feathers

Singed Feathers Game
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Make Waiting on Opponent UI #118

Closed dinosire closed 7 years ago

dinosire commented 7 years ago

Create a new UI screen/state for when you are waiting for your opponent's turn. Mainly disable buttons and show some text. Look at #112 for reference.

dinosire commented 7 years ago

In SingedFeathers > Scripts > Controllers > WebTurnResolver, change the time value of the Poll method's call to ExecuteAfterTime(). Note that it takes a value in seconds.

dinosire commented 7 years ago

In SingedFeathers > Scripts > View > InputView, look at how the buttons are set/unset for when a turn is done to decide when to show the "Waiting" UI.