Explorar el Código

orbital: add the two parallax starfields.

legacy
Sam Hocevar sam hace 12 años
padre
commit
c02e57365c
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. +2
    -1
      win32/orbital.vcxproj
  2. +2
    -1
      win32/orbital.vcxproj.filters

+ 2
- 1
win32/orbital.vcxproj Ver fichero

@@ -32,6 +32,7 @@
<ClInclude Include="..\orbital\orbital.h" />
<ClInclude Include="..\orbital\particlesystem.h" />
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\starfield.h" />
<ClInclude Include="..\orbital\tank.h" />
</ItemGroup>
<ItemGroup>
@@ -60,4 +61,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

+ 2
- 1
win32/orbital.vcxproj.filters Ver fichero

@@ -5,6 +5,7 @@
<ClInclude Include="..\orbital\CommandParser.h" />
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\tank.h" />
<ClInclude Include="..\orbital\starfield.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\orbital\orbital.h" />
@@ -15,4 +16,4 @@
<ItemGroup>
<ClCompile Include="..\orbital\orbital.cpp" />
</ItemGroup>
</Project>
</Project>

Cargando…
Cancelar
Guardar