Skip to content

Commit a771a00

Browse files
committed
Update repository for v2.2 release
1 parent 7cf4112 commit a771a00

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This plugin lets you edit vehicles on any ride in your park on the fly.
44

5-
![(Manticore's carrousel with edited vehicles)](https://raw.githubusercontent.com/Basssiiie/OpenRCT2-RideVehicleEditor/main/img/manticore-carrousel-v2.1.png)
5+
![(Manticore's carrousel with edited vehicles)](img/timmytuner-header-v2.2.png)
66

7-
*<p align="right">Carrousel made by Manticore</p>*
7+
*<p align="right">Factory conveyor belt made by [TimmyTuner](https://www.dkmp.wtf/contest-parks/rcc65_timmytuner)</p>*
88

99
## Current features
1010
- Select and switch through **all ride vehicles** in your park, or use the **picker** to click on the vehicle directly.
@@ -137,9 +137,9 @@ The plugin supports various keyboard shortcuts to speed up working with the plug
137137
To configure the keyboard shortcut keys:
138138

139139
1. Open a **park** or **scenario**.
140-
- Due to OpenRCT2 limitations, it's not possible to edit them in the main menu or the scenario editor.
140+
- Due to OpenRCT2 limitations, it's not possible to edit them in the main menu.
141141
2. Open the **options** window under the **diskette** ![Diskette button](https://raw.githubusercontent.com/Basssiiie/OpenRCT2-RideVehicleEditor/main/img/icons/diskette.png) icon in the top toolbar.
142-
3. Go to the **gears** ![Gears tab](https://raw.githubusercontent.com/Basssiiie/OpenRCT2-RideVehicleEditor/main/img/icons/gears.png) tab.
142+
3. Go to the **controls** ![Controls tab](https://raw.githubusercontent.com/Basssiiie/OpenRCT2-RideVehicleEditor/main/img/icons/controls.png) tab.
143143
4. Click the **Shortcut keys...** button.
144144
5. Go to the **wrench** ![Wrench tab](https://raw.githubusercontent.com/Basssiiie/OpenRCT2-RideVehicleEditor/main/img/icons/wrench.png) tab.
145145
6. Find the shortcut keys marked with **[RVE]** and configure them to your desire!

img/icons/controls.png

1 KB
Loading

img/timmytuner-header-v2.2.png

182 KB
Loading

img/tutorials/shortcuts.png

1.16 KB
Loading

src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* Returns the current version of the plugin.
66
*/
7-
export const pluginVersion = "2.2 beta";
7+
export const pluginVersion = "2.2";
88

99

1010
/**

0 commit comments

Comments
 (0)