Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
v1.4.3
  • Loading branch information
SunakazeKun committed Aug 12, 2017
1 parent 8002359 commit fc4a089
Show file tree
Hide file tree
Showing 115 changed files with 12,318 additions and 7,044 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/objectdb.xml
/build
/dist/
private
/dist/
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Whitehole
A level editor for Super Mario Galaxy 1 and 2.

# Todo
- BCSV importing
- Path editing
Whitehole is a level editor for Super Mario Galaxy 1 and 2.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<project name="Whitehole" default="default" basedir=".">
<description>Builds, tests, and runs the project Whitehole.</description>
<import file="nbproject/build-impl.xml"/>
<target name="-post-compile">
<copy file="hashlookup.txt" todir="${dist.dir}"/>
</target>
<!--
There exist several targets which are by default empty and which can be
Expand Down
Loading

0 comments on commit fc4a089

Please sign in to comment.