Skip to content

Commit

Permalink
Update to 2022.8.24 (#414)
Browse files Browse the repository at this point in the history
* Updated types for new version

* ignore gitparams.h

* Prevent cropping of text in VersionShower
  • Loading branch information
cddjr committed Aug 24, 2022
1 parent cb1f4bc commit e745731
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 163 deletions.
3 changes: 1 addition & 2 deletions AmongUsMenu.vcxproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug_Version|Win32">
Expand Down Expand Up @@ -325,7 +325,6 @@
<ClInclude Include="appdata\il2cpp-functions.h" />
<ClInclude Include="appdata\il2cpp-translations.h" />
<ClInclude Include="events\_events.h" />
<ClInclude Include="gitparams.h" />
<ClInclude Include="gui\console.hpp" />
<ClInclude Include="gui\esp.hpp" />
<ClInclude Include="gui\gui-helpers.hpp" />
Expand Down
1 change: 0 additions & 1 deletion AmongUsMenu.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@
<ClInclude Include="user\achievements.hpp">
<Filter>user</Filter>
</ClInclude>
<ClInclude Include="gitparams.h" />
<ClInclude Include="gui\replay.hpp">
<Filter>gui</Filter>
</ClInclude>
Expand Down
2 changes: 2 additions & 0 deletions appdata/il2cpp-functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ DO_APP_FUNC(void, EOSManager_UpdatePermissionKeys, (EOSManager* __this, void* ca

DO_APP_FUNC(void, TextMeshPro_SetFaceColor, (TextMeshPro* __this, Color32 color, MethodInfo* method), "Unity.TextMeshPro, System.Void TMPro.TextMeshPro::SetFaceColor(UnityEngine.Color32)");
DO_APP_FUNC(void, TextMeshPro_SetOutlineColor, (TextMeshPro* __this, Color32 color, MethodInfo* method), "Unity.TextMeshPro, System.Void TMPro.TextMeshPro::SetOutlineColor(UnityEngine.Color32)");
DO_APP_FUNC(void, TMP_Text_set_alignment, (TMP_Text* __this, TextAlignmentOptions__Enum value, MethodInfo* method), "Unity.TextMeshPro, System.Void TMPro.TMP_Text::set_alignment(TMPro.TextAlignmentOptions)");
DO_APP_FUNC(String*, TMP_Text_get_text, (TMP_Text* __this, MethodInfo* method), "Unity.TextMeshPro, System.String TMPro.TMP_Text::get_text()");
DO_APP_FUNC(void, TMP_Text_set_text, (TMP_Text* __this, String* value, MethodInfo* method), "Unity.TextMeshPro, System.Void TMPro.TMP_Text::set_text(System.String)");
DO_APP_FUNC(Color32, Color32_op_Implicit, (Color c, MethodInfo* method), "UnityEngine.CoreModule, UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)");

Expand Down

0 comments on commit e745731

Please sign in to comment.