when collected all crystals it is possible to move to the next level, by stepping in the portal

This commit is contained in:
Remco
2016-06-10 10:56:54 +02:00
parent 912a2234a3
commit 0ca94aef4d
9 changed files with 134 additions and 34 deletions
+2
View File
@@ -165,6 +165,7 @@
<ClCompile Include="LevelObject.cpp" />
<ClCompile Include="Main.cpp" />
<ClCompile Include="Model.cpp" />
<ClCompile Include="Portal.cpp" />
<ClCompile Include="Sound.cpp" />
<ClCompile Include="SoundSystem.cpp" />
<ClCompile Include="Player.cpp" />
@@ -186,6 +187,7 @@
<ClInclude Include="LevelObject.h" />
<ClInclude Include="Main.h" />
<ClInclude Include="Model.h" />
<ClInclude Include="Portal.h" />
<ClInclude Include="Sound.h" />
<ClInclude Include="SoundSystem.h" />
<ClInclude Include="Player.h" />