-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dab89e5
commit 79c0836
Showing
2 changed files
with
19 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Flora roadmap | ||
- [x] 0.1 | ||
- Pack and unpack GDS files | ||
- [x] 0.2 | ||
- Extract BG files to PNG and create BG files from indexed PNGs | ||
- [x] 0.3 | ||
- Extract the contents of a PCM file into a folder and make a PCM file from the contents of a folder | ||
- [ ] 0.4 | ||
- Replace files inside a PCM file with those given in a folder | ||
- Extract and import files specific to a certain puzzle, for ease of puzzle editing | ||
- [ ] 0.4.1 | ||
- Make classes for BG and GDS files, so that they can be used in other commands | ||
- [ ] 0.5 | ||
- Flora mod files: Create and load mods based on the files that they edit, so that multiple mods can be loaded at the same time if they are compatible. | ||
- [ ] 1.0 | ||
- Extract all data related to a puzzle to formats such as JSON, PNG, etc. for ease of editing, and later on load as a Flora mod. Includes simplifying the script into a format that can easily be understood. |