feat ✨ added working text renderer
This commit is contained in:
@ -132,12 +132,17 @@
|
||||
<ClCompile Include="src\core\Engine.cpp" />
|
||||
<ClCompile Include="src\core\Logger.cpp" />
|
||||
<ClCompile Include="src\core\WindowManager.cpp" />
|
||||
<ClCompile Include="src\games\systems\TextRenderer.cpp" />
|
||||
<ClCompile Include="src\game\components\TextComponent.cpp" />
|
||||
<ClCompile Include="src\game\systems\FontManager.cpp" />
|
||||
<ClCompile Include="src\game\systems\FontManager.hpp" />
|
||||
<ClCompile Include="src\game\systems\TextRenderer.hpp" />
|
||||
<ClCompile Include="src\main.cpp" />
|
||||
<ClCompile Include="src\systems\Renderer.cpp" />
|
||||
<ClCompile Include="src\systems\Renderer.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="libs\stb_truetype.h" />
|
||||
<ClInclude Include="src\core\Engine.hpp" />
|
||||
<ClInclude Include="src\core\Logger.hpp" />
|
||||
<ClInclude Include="src\core\WindowManager.hpp" />
|
||||
|
Reference in New Issue
Block a user