diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-08-30 12:23:26 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-08-30 12:23:26 -0400 |
commit | 69f69143f5604626ded3c26ee754b94eaf3c4f15 (patch) | |
tree | a64a1ce20ff21cd6d73b1d36c3e3f9ca930c9b4d /README.md | |
parent | aa916b0f06be0d42bec1e035d0efeec954e09243 (diff) | |
download | NPEhero-69f69143f5604626ded3c26ee754b94eaf3c4f15.tar.gz NPEhero-69f69143f5604626ded3c26ee754b94eaf3c4f15.tar.bz2 NPEhero-69f69143f5604626ded3c26ee754b94eaf3c4f15.zip |
Clean up error handling pt.1
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -9,15 +9,16 @@ Goals: - [ ] Code cleanup - [ ] Installer / Linux package -Todo: -- [ ] Tweak design of songPlayer -- [ ] Redesign level editor menus -- [ ] fix reliance on local font -- [ ] Improve errorList and controlEditor -- [ ] Click sounds on all buttons in editor -- [ ] Fix notesEditor note preview being too small with no notes -- [ ] Properly center background image -- [ ] NotesEditor2: Clicking with the playhead requires pressing play first +Todo - needs design: +- Tweak design of songPlayer +- Redesign level editor menus +- Improve errorList and error handling + +Todo - bugs: +- fix reliance on local font +- Fix notesEditor note preview being too small with no notes +- Properly center background image +- NotesEditor2: Clicking with the playhead requires pressing play first # Installation |