Manually rebased over latest mkxp commit. Some features, such as lighting, are not reimplemented yet.

This commit is contained in:
Mathew Velasquez 2015-09-02 22:41:25 -04:00
parent 5a7480a406
commit 3b64e7871b
24 changed files with 722 additions and 320 deletions

BIN
assets/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 616 B

Before After
Before After

11
assets/manifest.xml Normal file
View file

@ -0,0 +1,11 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32"
name="System"
version="1.0.0.0"
language="*"
processorArchitecture="x86" />
</dependentAssembly>
</dependency>
</assembly>

3
assets/resources.rc Normal file
View file

@ -0,0 +1,3 @@
#include <winuser.h>
1 RT_MANIFEST "assets/manifest.xml"
MAINICON ICON "assets/icon.ico"