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:
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
Reference in New Issue
Block a user