mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-27 17:23:22 +00:00
Make the left-arrow key do the reverse of the right-arrow key
Track how we got to a certain scene through persistent breadcrumbs, then follow them back to go along the path the user took.
This commit is contained in:
parent
d228a13031
commit
bc81c00be8
2 changed files with 40 additions and 6 deletions
|
@ -68,7 +68,7 @@
|
|||
<li><kbd>F</kbd> - Toggle fullscreen</li>
|
||||
<li><kbd>R</kbd> - Restart video</li>
|
||||
<li><kbd>→</kbd> - Jump to the next segment (or to the next interaction zone)</li>
|
||||
<li><kbd>←</kbd> - Jump to the previous segment</li>
|
||||
<li><kbd>←</kbd> - Jump to the previous segment (or interaction zone)</li>
|
||||
<li><kbd>Space</kbd> - Toggle play and pause</li>
|
||||
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue