Sfoglia il codice sorgente

orbital: new snake enemy.

legacy
Sam Hocevar sam 12 anni fa
parent
commit
6f19f877a8
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +1
    -0
      win32/orbital.vcxproj
  2. +1
    -0
      win32/orbital.vcxproj.filters

+ 1
- 0
win32/orbital.vcxproj Vedi File

@@ -32,6 +32,7 @@
<ClInclude Include="..\orbital\orbital.h" />
<ClInclude Include="..\orbital\particlesystem.h" />
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\snake.h" />
<ClInclude Include="..\orbital\starfield.h" />
<ClInclude Include="..\orbital\tank.h" />
</ItemGroup>


+ 1
- 0
win32/orbital.vcxproj.filters Vedi File

@@ -6,6 +6,7 @@
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\tank.h" />
<ClInclude Include="..\orbital\starfield.h" />
<ClInclude Include="..\orbital\snake.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\orbital\orbital.h" />


Caricamento…
Annulla
Salva