-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Patch and flat graphics exporting, refactoring and minor fixes (…
…#2) * feat: Patch sprite exporting * feat: Flat exporting * fix: Flag help text fix * chore: Renamed dumper methods file * chore: File renaming, music method relocation * chore: Refactoring * fix: Added missing last column for patch graphics * chore: Ignore .png files * fix: Palette parsing break statement
- Loading branch information
1 parent
9992e5d
commit b539563
Showing
9 changed files
with
221 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
*.txt | ||
*.MIDI | ||
*.MUS | ||
*.png | ||
|
||
# Build files | ||
wadtogo-darwin-* | ||
wadtogo-linux-* | ||
wadtogo-windows-* | ||
wadtogo-windows-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.