Manually rebased over latest mkxp commit. Some features, such as lighting, are not reimplemented yet.
This commit is contained in:
parent
5a7480a406
commit
3b64e7871b
24 changed files with 722 additions and 320 deletions
BIN
assets/icon.ico
Normal file
BIN
assets/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/icon.png
BIN
assets/icon.png
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 616 B |
11
assets/manifest.xml
Normal file
11
assets/manifest.xml
Normal 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
3
assets/resources.rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include <winuser.h>
|
||||
1 RT_MANIFEST "assets/manifest.xml"
|
||||
MAINICON ICON "assets/icon.ico"
|
Loading…
Add table
Add a link
Reference in a new issue