mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[ScrollFlight] bump version
This commit is contained in:
parent
75de6d33a0
commit
73d76010bc
2 changed files with 8 additions and 8 deletions
|
@ -42,8 +42,8 @@ public class ScrollFlightMod : MelonMod
|
|||
{
|
||||
CVRWorld.GameRulesUpdated += OnApplyMovementSettings; // thank you kafe for using actions
|
||||
}
|
||||
|
||||
bool wasFlying = false;
|
||||
|
||||
private bool wasFlying;
|
||||
|
||||
// stole from LucMod :3
|
||||
public override void OnUpdate()
|
||||
|
@ -66,7 +66,7 @@ public class ScrollFlightMod : MelonMod
|
|||
wasFlying = isFlying;
|
||||
|
||||
if (!isFlying
|
||||
|| Input.GetKey(KeyCode.Mouse2) // scroll zoom
|
||||
|| Input.GetKey(KeyCode.Mouse2) // scroll zoom (TODO: Use CVRInputManager.zoom, but requires fixing zoom toggle mode on client)
|
||||
|| Input.GetKey(KeyCode.LeftControl) // third person / better interact desktop
|
||||
|| Cursor.lockState != CursorLockMode.Locked) // unity explorer / in menu
|
||||
return;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"_id": -1,
|
||||
"_id": 219,
|
||||
"name": "ScrollFlight",
|
||||
"modversion": "1.0.0",
|
||||
"gameversion": "2024r175",
|
||||
"modversion": "1.0.3",
|
||||
"gameversion": "2025r179",
|
||||
"loaderversion": "0.6.1",
|
||||
"modtype": "Mod",
|
||||
"author": "NotAKidoS",
|
||||
|
@ -16,8 +16,8 @@
|
|||
"requirements": [
|
||||
"None"
|
||||
],
|
||||
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r34/ScrollFlight.dll",
|
||||
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/ScrollFlight.dll",
|
||||
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ScrollFlight/",
|
||||
"changelog": "- Initial release",
|
||||
"changelog": "- Recompiled for 2025r179",
|
||||
"embedcolor": "#f61963"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue