-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved README.md, split off task list into separate file (TASKS.md)
- Loading branch information
Showing
2 changed files
with
104 additions
and
25 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,25 @@ | ||
# NecroEdit task list | ||
|
||
### Done | ||
* Level rendering | ||
* Dungeon loading | ||
* Dungeon saving | ||
* Basic brush tools (place/erase objects and tiles) | ||
* Level management (select, add, remove, arrange levels) | ||
* Level properties (music, boss, player spawn point) | ||
* Better object placement (object stacking, removing topmost object only, etc.) | ||
* Object properties when placing (position, type, enemy beat delay, chest content, etc.) | ||
|
||
### TODO | ||
* *Fix save action (currently aliased to "save as")* | ||
* *Remember game directory choice* | ||
* Selection tool | ||
* Picking for brush tools (select tile hovered by mouse cursor) | ||
* More brush shapes (line, rectangle) | ||
* Customizable keyboard and mouse controls | ||
* Undo/Redo | ||
|
||
### Future ideas | ||
* Extra tools for specific tasks (e.g. bouncetrap chains) | ||
* "Test level" button (requires API from NecroDancer) | ||
* Networking (multi-user realtime editing) |