mass commit of laziness

This commit is contained in:
NotAKidoS 2025-12-28 20:30:00 -06:00
parent ce992c70ee
commit 6d4fc549d9
167 changed files with 5471 additions and 675 deletions

View file

@ -1,5 +1,7 @@
using System.Reflection;
using ABI_RC.Core;
using ABI_RC.Core.InteractionSystem;
using ABI_RC.Core.Networking.API;
using ABI_RC.Core.Savior;
using ABI_RC.Core.UI;
using ABI_RC.Core.UI.UIRework.Managers;
@ -200,7 +202,7 @@ public class TinyboardMod : MelonMod
if (__instance is not CVRKeyboardPositionHelper { IsMenuOpen: true }) return;
// Check if the open source was an open menu
KeyboardManager.OpenSource? openSource = KeyboardManager.Instance._keyboardOpenSource;
KeyboardManager.OpenSource? openSource = KeyboardManager.Instance.KeyboardOpenSource;
MenuPositionHelperBase menuPositionHelper;
switch (openSource)

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.Tinyboard.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Version = "1.0.1";
public const string Author = "NotAKidoS";
}

View file

@ -1,8 +1,8 @@
{
"_id": -1,
"_id": 264,
"name": "Tinyboard",
"modversion": "1.0.0",
"gameversion": "2025r180",
"modversion": "1.0.1",
"gameversion": "2025r181",
"loaderversion": "0.7.2",
"modtype": "Mod",
"author": "NotAKidoS",
@ -16,8 +16,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r47/Tinyboard.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/Tinyboard.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/Tinyboard/",
"changelog": "- Initial release",
"changelog": "- Rebuilt for CVR 2025r181",
"embedcolor": "#f61963"
}