mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 19:51:48 +01:00
Update Screen system
Added FuelScreen (Working buttons) Added SellScreen (Nothing working)
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
<ClCompile Include="Animations\Animation.cpp"/>
|
||||
<ClCompile Include="Camera.cpp"/>
|
||||
<ClCompile Include="Game.cpp"/>
|
||||
<ClCompile Include="GameManager.cpp" />
|
||||
<ClCompile Include="GridSystem\WorldGridManager.cpp">
|
||||
<RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
@@ -301,6 +302,8 @@
|
||||
</ClCompile>
|
||||
<ClCompile Include="Gui\Button.cpp" />
|
||||
<ClCompile Include="Gui\Screen.cpp" />
|
||||
<ClCompile Include="Gui\Screens\FuelScreen.cpp" />
|
||||
<ClCompile Include="Gui\Screens\ScreenManager.cpp" />
|
||||
<ClCompile Include="Level.cpp">
|
||||
<RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
@@ -458,10 +461,13 @@
|
||||
<ClInclude Include="Animations\Animation.h"/>
|
||||
<ClInclude Include="Camera.h"/>
|
||||
<ClInclude Include="Game.h"/>
|
||||
<ClInclude Include="GameManager.h" />
|
||||
<ClInclude Include="GridSystem\WorldGridManager.h"/>
|
||||
<ClInclude Include="GridSystem\WorldTile.h"/>
|
||||
<ClInclude Include="Gui\Button.h" />
|
||||
<ClInclude Include="Gui\Screen.h" />
|
||||
<ClInclude Include="Gui\Screens\FuelScreen.h" />
|
||||
<ClInclude Include="Gui\Screens\ScreenManager.h" />
|
||||
<ClInclude Include="Level.h"/>
|
||||
<ClInclude Include="pch.h"/>
|
||||
<ClInclude Include="Player.h"/>
|
||||
|
||||
Reference in New Issue
Block a user