Skip to content

Commit

Permalink
misc: Change font
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiga74164 committed Apr 10, 2024
1 parent 9cd6a65 commit 20f8b19
Show file tree
Hide file tree
Showing 5 changed files with 2,470 additions and 2 deletions.
1 change: 1 addition & 0 deletions cheat/SoloLevelling.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<ClInclude Include="src\Render\Backend\DX12Hook.h" />
<ClInclude Include="src\Render\Gui\fonts\cousine.hpp" />
<ClInclude Include="src\Render\Gui\fonts\DejaVuSansMono.hpp" />
<ClInclude Include="src\Render\Gui\fonts\Rubik.hpp" />
<ClInclude Include="src\Render\Gui\gui.h" />
<ClInclude Include="src\Render\Gui\utils\color.hpp" />
<ClInclude Include="src\Render\Gui\utils\gui-util.hpp" />
Expand Down
3 changes: 3 additions & 0 deletions cheat/SoloLevelling.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@
<ClInclude Include="src\cheat\vars.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\Render\Gui\fonts\Rubik.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="vendor\imgui\misc\cpp\imgui_stdlib.cpp">
Expand Down
Loading

0 comments on commit 20f8b19

Please sign in to comment.