yiotro / Antiyoy

A source code of android game called 'antiyoy'.
421 stars 53 forks source link

After replay return to campaign #54

Open gahrae opened 6 years ago

gahrae commented 6 years ago

When the player completes a campaign level then they may choose to watch a replay of the game. Exiting the replay screen takes the player to the main menu. It would be better to return to the campaign menu or to start the next campaign level.

yiotro commented 6 years ago

Yeah, you're right. The only little problem is that you can also launch replay without completing campaign level and in this case it wouldn't make sense to return player to campaign menu. What I mean is that that back button would need to have few different reactions dependent on previous player, which makes game logic slightly more complicated.