diff --git a/Cargo.lock b/Cargo.lock index c1bea20..0e54e24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3052,7 +3052,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rlviser" -version = "0.7.5" +version = "0.7.6" dependencies = [ "ahash", "bevy", diff --git a/Cargo.toml b/Cargo.toml index f7e3bb4..1e03e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.7.5" +version = "0.7.6" name = "rlviser" edition = "2021" publish = false diff --git a/README.md b/README.md index ead9b5b..1e686fc 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,13 @@ You can also choose to use the integrated support in [RLGym 2.0](https://github. | `Space` | Move up | | `Left Shift` | Move down | | `R` | State set ball towards goal | +| `P` | Toggle pause/play | +| `+` | Increase game speed +0.5x | +| `-` | Decrease game speed -0.5x | +| `=` | Set game speed to 1x | | `Left click`1 | Drag cars and ball | - 1 - Requires the menu toggled ON to free the cursor, you can drag cars and the ball to move them in the world. Requires the agent on the other side to support state setting. +1 - Requires the menu toggled ON to free the cursor, you can drag cars and the ball to move them in the world. Requires the agent on the other side to support state setting. ## Modes diff --git a/src/settings/gui.rs b/src/settings/gui.rs index 730e21b..8daa485 100644 --- a/src/settings/gui.rs +++ b/src/settings/gui.rs @@ -85,26 +85,26 @@ fn advance_time(mut last_packet_send: ResMut, time: Res