Skip Cutscenes #28
Code-Over-Time
announced in
Tasks: Junior
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Category: Web Frontend Development
Level: Junior
Description
Every time a player selects
Single Player
mode in Rock Paper Scissors Apocalypse the 'lore' scene is loaded, which shows the back story.After reading this once players don't need to see it again, so once they skip it once (by hitting the fast forward button) we don't need to show it again.
Deliverable
Update the RPS game client so that it progresses directly from the VS scene to the single player character select scene after the intro lore has been skipped once already.
Acceptance Criteria
Task Tips!
this.scene.start('StoryIntroScene', { gameInterface: gameInterface })
ingame_rps/client/src/scenes/main_menu.js
localhost:8090
to access the dev game client.Beta Was this translation helpful? Give feedback.
All reactions