Fix mirrors, poly draw (WIP), and game over screen. Temp disable high scores.

This commit is contained in:
elasota
2019-12-28 19:50:29 -05:00
parent d9e61cffac
commit 08fac98637
42 changed files with 666 additions and 333 deletions

View File

@@ -238,6 +238,8 @@
<ClInclude Include="ResTypeID.h" />
<ClInclude Include="ResTypeIDCodec.h" />
<ClInclude Include="RGBAColor.h" />
<ClInclude Include="ScanlineMaskDataStorage.h" />
<ClInclude Include="ScanlineMaskIterator.h" />
<ClInclude Include="SharedTypes.h" />
<ClInclude Include="SimpleGraphic.h" />
<ClInclude Include="Vec2i.h" />
@@ -315,6 +317,7 @@
<ClCompile Include="RandomNumberGenerator.cpp" />
<ClCompile Include="ResourceCompiledRef.cpp" />
<ClCompile Include="ResourceFile.cpp" />
<ClCompile Include="ScanlineMaskIterator.cpp" />
<ClCompile Include="SimpleGraphic.cpp" />
<ClCompile Include="WindowDef.cpp" />
<ClCompile Include="WindowManager.cpp" />