mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-06-22 14:28:27 +00:00
[NAK_CVR_Mods] version bumps
This commit is contained in:
parent
7e7eff5eff
commit
7f4234a27f
32 changed files with 83 additions and 83 deletions
|
|
@ -53,7 +53,7 @@ public class DesktopInteractionsMod : MelonMod
|
|||
|
||||
private static void OnPlayerSetupStart()
|
||||
{
|
||||
Transform cameraTransform = PlayerSetup.Instance.desktopCamera.transform;
|
||||
Transform cameraTransform = PlayerSetup.Instance.desktopCameraPivot.transform;
|
||||
|
||||
_cameraTargetContainerTransform = new GameObject("ScaledTargetsContainer").transform;
|
||||
_cameraTargetContainerTransform.SetParent(cameraTransform, false);
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ using System.Reflection;
|
|||
namespace NAK.DesktopInteractions.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.0";
|
||||
public const string Version = "1.0.1";
|
||||
public const string Author = "NotAKidoS";
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"_id": -1,
|
||||
"_id": 279,
|
||||
"name": "DesktopInteractions",
|
||||
"modversion": "1.0.0",
|
||||
"gameversion": "2025r181",
|
||||
"modversion": "1.0.1",
|
||||
"gameversion": "2026r182",
|
||||
"loaderversion": "0.7.2",
|
||||
"modtype": "Mod",
|
||||
"author": "NotAKidoS",
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
"requirements": [
|
||||
"None"
|
||||
],
|
||||
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/DesktopInteractions.dll",
|
||||
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/DesktopInteractions.dll",
|
||||
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/DesktopInteractions/",
|
||||
"changelog": "- Initial release",
|
||||
"changelog": "- Fixes for 2026r182",
|
||||
"embedcolor": "#f61963"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue