Refactored Main::Loops into APalPlayerCharacter::Tick, so that it won't crash at the menu.

Added dying check to ReviveLocalPlayer, so that it actually revives them.
Added proper item list and searcher database that isn't a giant mess.
This commit is contained in:
gir489returns
2024-01-29 01:03:47 -05:00
parent 8fe0efa5e7
commit 53ce9959af
8 changed files with 701 additions and 11 deletions

View File

@ -175,6 +175,7 @@
<ClInclude Include="include\helper.h" />
<ClInclude Include="include\Hooking.hpp" />
<ClInclude Include="include\Menu.hpp" />
<ClInclude Include="ItemList.hpp" />
<ClInclude Include="libs\ImGui\imconfig.h" />
<ClInclude Include="libs\ImGui\imgui.h" />
<ClInclude Include="libs\ImGui\imgui_impl_dx11.h" />