Skip to content

Commit

Permalink
Docs grooming
Browse files Browse the repository at this point in the history
  • Loading branch information
haihala committed Jul 4, 2024
1 parent 9ec8616 commit 72033bc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docs/Fix throws.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/tasks/Main todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Low priority do later tasks
- [[Rewards 2.0]]
- [[Yoink assets]]
- [[Netplay]]
- [[Optional inputs]]
- Delay wakeup on knockdown
- Pretty loading screen

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add optional inputs to parsers. This should be done to make cleaner inputs yield to cleaner results. The system should automatically invalidate input parser heads whenever an input that is not an optional. Doing 4646464646464 will now occasionally give you a dash.
3 changes: 2 additions & 1 deletion docs/tasks/before locals test/Before locals test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
- Minor
- Jump
- Reduce pre-jump frames
- Allow direction corrections after pre-jump
- Allow direction corrections after pre-jump
- Do a quick round over the items
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/tasks/before locals test/Fix throws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- [ ] Freezing position for both sides
- [ ] Side switch doesn't seem to work
- [ ] Position snap at the end of the animation


Could add an un-freeze event. I don't like how the freeze event has random fields.

0 comments on commit 72033bc

Please sign in to comment.