diff --git a/docs/Fix throws.md b/docs/Fix throws.md deleted file mode 100644 index 693e63d0..00000000 --- a/docs/Fix throws.md +++ /dev/null @@ -1,3 +0,0 @@ -- [ ] Freezing position for both sides -- [ ] Side switch doesn't seem to work -- [ ] Position snap at the end of the animation \ No newline at end of file diff --git a/docs/tasks/Main todo.md b/docs/tasks/Main todo.md index abcc75fb..82bc217b 100644 --- a/docs/tasks/Main todo.md +++ b/docs/tasks/Main todo.md @@ -11,6 +11,7 @@ Low priority do later tasks - [[Rewards 2.0]] - [[Yoink assets]] - [[Netplay]] +- [[Optional inputs]] - Delay wakeup on knockdown - Pretty loading screen diff --git a/docs/tasks/backlog/input parser refinement/Optional inputs.md b/docs/tasks/backlog/input parser refinement/Optional inputs.md new file mode 100644 index 00000000..38fbc7a1 --- /dev/null +++ b/docs/tasks/backlog/input parser refinement/Optional inputs.md @@ -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. \ No newline at end of file diff --git a/docs/tasks/before locals test/Before locals test.md b/docs/tasks/before locals test/Before locals test.md index 6be09e0f..53253017 100644 --- a/docs/tasks/before locals test/Before locals test.md +++ b/docs/tasks/before locals test/Before locals test.md @@ -7,4 +7,5 @@ - Minor - Jump - Reduce pre-jump frames - - Allow direction corrections after pre-jump \ No newline at end of file + - Allow direction corrections after pre-jump +- Do a quick round over the items \ No newline at end of file diff --git a/docs/Bevy 0.14.md b/docs/tasks/before locals test/Bevy 0.14.md similarity index 100% rename from docs/Bevy 0.14.md rename to docs/tasks/before locals test/Bevy 0.14.md diff --git a/docs/tasks/before locals test/Fix throws.md b/docs/tasks/before locals test/Fix throws.md new file mode 100644 index 00000000..5888c946 --- /dev/null +++ b/docs/tasks/before locals test/Fix throws.md @@ -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. \ No newline at end of file