blob: dd4d27e1f7b9721eeb86cdff5ab8f4ac09c1f1db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# NPE Hero v2.0
One-year anniversary update!
Goals:
- [x] New integrated level editor
- [X] Custom keybindings
- [X] Accept mp3 song files
- [ ] UI improvements
- [ ] Code cleanup
- [ ] Installer / Linux package
Todo:
- [ ] fix reliance on local font
- [ ] Redesign level editor menus
- [ ] remove sidebar new dialog
- [ ] Make scaling of the center box consistent across pages
- [ ] 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
- [ ] Tweak design of songPlayer
- [ ] Level sharing file format, import and export
# Installation
Coming soon.
# Development Links
[Figma link](https://www.figma.com/file/dpeMlWStSWrVHfLd0Uohws/Untitled?node-id=0%3A1&t=PVQi61Ig3AWtWNMm-1)
[JavaFX docs (with search)](https://openjfx.io/javadoc/15)
javafx guides (really helpful website):
[edencoding.com](https://edencoding.com/javafx-layouts/)
|