mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
add 'r' key to reload the level
This commit is contained in:
parent
9d060fd25f
commit
834591a9d5
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ function start_loop( state, elt ) {
|
|||
state = load_level( levels, state.level - 1 );
|
||||
}
|
||||
break;
|
||||
case 82: // r
|
||||
state = load_level( levels, state.level );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue