Fixed Neo City area, now playable. Overhauled the EllinPQ mechanics, such as the "CLEAR" effect when passing maps, and some bug fixes along the way. Refactored a lot of out-of-place classes and properly renamed a few others through the project. Updated readme and licenses through the source, preparing the stage for the new release.
15 lines
500 B
XML
15 lines
500 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.java.j2seproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
|
<name>HeavenMS</name>
|
|
<explicit-platform explicit-source-supported="true"/>
|
|
<source-roots>
|
|
<root id="src.dir"/>
|
|
</source-roots>
|
|
<test-roots/>
|
|
</data>
|
|
</configuration>
|
|
</project>
|