approachcircle / Pong

a pong game written in LibGDX
GNU General Public License v3.0
1 stars 1 forks source link

add return buttons to `DifficultySelect` #6

Closed approachcircle closed 6 months ago

approachcircle commented 6 months ago

both can probably just call ScreenStack.pop() to return to the previous screen, unless the abort button should quit to the main menu, in which case two calls can be performed

approachcircle commented 6 months ago

a PauseScreen has now been added

approachcircle commented 6 months ago

implemented in https://github.com/approachcircle/Pong/commit/66de4663bfe9545cc31bcce77986967e3738f287 with the introduction of the EscapeBehaviour enum.