Streus / Time-Is-Not

1 stars 1 forks source link

Dialog boxes should not disappear while game is paused #127

Open kadams8670 opened 6 years ago

kadams8670 commented 6 years ago

While the game is any pause state other than NONE (except maybe ZOOM), dialog boxes should not have their lifetime timer count down. This requies checking the pause state of GameManager.

Note: If we want dialog boxes to count during during both NONE and ZOOM, you can call GameManager.isPaused().

If the countdown is only NONE, use if (GameManager.inst.pauseType == PauseType.NONE)

Streus commented 6 years ago

Dialog boxes currently disappear while in the tether menu and zoomed out, but not in pause menu.