Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 07ecbcc

Browse files
committed
v1.1.3
1 parent 828e8f7 commit 07ecbcc

File tree

7 files changed

+145
-148
lines changed

7 files changed

+145
-148
lines changed

Buttons/SingleButton.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ public void setButtonPosition(int x, int y) {
3131
}
3232

3333
public void setTooltip(string tooltip) {
34-
button.GetComponent<UiTooltip>().text = tooltip;
35-
button.GetComponent<UiTooltip>().alternateText = tooltip;
34+
button.GetComponent<UiTooltip>().field_Public_String_0 = tooltip;
3635
}
3736

3837
public void setInteractable(bool interactable) {

DesktopCamera.csproj

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -44,51 +44,17 @@
4444
<Reference Include="Il2Cppmscorlib">
4545
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2Cppmscorlib.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Il2CppSystem">
48-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.dll</HintPath>
49-
</Reference>
50-
<Reference Include="Il2CppSystem.Configuration">
51-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Configuration.dll</HintPath>
52-
</Reference>
53-
<Reference Include="Il2CppSystem.Core">
54-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Core.dll</HintPath>
55-
</Reference>
56-
<Reference Include="Il2CppSystem.Runtime.Serialization">
57-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Runtime.Serialization.dll</HintPath>
58-
</Reference>
59-
<Reference Include="Il2CppSystem.Windows.Forms">
60-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Windows.Forms.dll</HintPath>
61-
</Reference>
62-
<Reference Include="Il2CppSystem.Xml">
63-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Xml.dll</HintPath>
64-
</Reference>
65-
<Reference Include="Il2CppSystem.Xml.Linq">
66-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Xml.Linq.dll</HintPath>
67-
</Reference>
68-
<Reference Include="MelonLoader.ModHandler">
69-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\MelonLoader.ModHandler.dll</HintPath>
47+
<Reference Include="MelonLoader">
48+
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\MelonLoader.dll</HintPath>
7049
</Reference>
7150
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
7251
<SpecificVersion>False</SpecificVersion>
7352
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Newtonsoft.Json.dll</HintPath>
7453
</Reference>
7554
<Reference Include="System" />
76-
<Reference Include="System.Core" />
77-
<Reference Include="System.Xml.Linq" />
78-
<Reference Include="System.Data.DataSetExtensions" />
79-
<Reference Include="System.Data" />
80-
<Reference Include="System.Xml" />
8155
<Reference Include="UnhollowerBaseLib">
8256
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnhollowerBaseLib.dll</HintPath>
8357
</Reference>
84-
<Reference Include="UnhollowerRuntimeLib, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
85-
<SpecificVersion>False</SpecificVersion>
86-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnhollowerRuntimeLib.dll</HintPath>
87-
</Reference>
88-
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
89-
<SpecificVersion>False</SpecificVersion>
90-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.dll</HintPath>
91-
</Reference>
9258
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
9359
<SpecificVersion>False</SpecificVersion>
9460
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath>
@@ -105,10 +71,6 @@
10571
<SpecificVersion>False</SpecificVersion>
10672
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
10773
</Reference>
108-
<Reference Include="VRCCore-Standalone, Version=0.0.0.0, Culture=neutral, PublicKeyToken=67033c44591afb45, processorArchitecture=MSIL">
109-
<SpecificVersion>False</SpecificVersion>
110-
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCCore-Standalone.dll</HintPath>
111-
</Reference>
11274
<Reference Include="VRCSDK3, Version=3.7.1.6, Culture=neutral, processorArchitecture=MSIL">
11375
<SpecificVersion>False</SpecificVersion>
11476
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCSDK3.dll</HintPath>

FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patreon: nitrog0d

0 commit comments

Comments
 (0)