1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

expose Vehicle.spin_sprite to Car scripting (#22392)

* expose spinSprite to Car scripting

---------

Co-authored-by: Guy Sviry <guy@axissecurity.com>
This commit is contained in:
Guy Sviry
2024-08-07 20:13:33 +03:00
committed by GitHub
parent 2f39ee55f7
commit 332df0f1db
5 changed files with 33 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 97;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 98;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;