accidentally fixed the bug for camera component not being properly placed in-game; will need to fine tune the numbers next

This commit is contained in:
Ji Yoon Rhee
2024-01-04 23:03:39 +09:00
parent 586a7cf134
commit 191cd0dbdd
110 changed files with 21562 additions and 3135 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,6 +11,7 @@
<None Include="..\..\Source\hwanyoung2Editor.Target.cs">
<Filter>Source</Filter>
</None>
<None Include="..\..\.vsconfig" />
<Filter Include="Config">
<UniqueIdentifier>{FA535FFB-25E1-3D20-B416-52F9BE21E06E}</UniqueIdentifier>
</Filter>
@ -128,6 +129,12 @@
<ClInclude Include="..\..\Source\hwanyoung2\HYPlayerState.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYWeapon.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
<ClInclude Include="..\..\Source\hwanyoung2\HYWeapon.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\InventoryItem.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>