-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
15 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 |
---|---|---|
@@ -1,19 +1,14 @@ | ||
For stuff like pause and main menus | ||
|
||
- [ ] Dev flag jumps straight to combat | ||
- [ ] End screen | ||
- [ ] Quit | ||
- [ ] Rematch | ||
- [ ] Main menu | ||
- [ ] Dev flag for skipping menus | ||
- [ ] End screen (After combat has a winner) | ||
- [ ] Show winner | ||
- [ ] Buttons | ||
- [ ] Quit | ||
- [ ] Rematch | ||
- [ ] Main menu | ||
- [ ] Main menu | ||
- [ ] Versus (combat) | ||
- [ ] Dev mode (Enables dev plugin) | ||
- [ ] Quit | ||
- [ ] Jump to end screen on game over | ||
|
||
|
||
Order of operations: | ||
1. Try out https://github.com/nicopap/ui-navigation with the end screen | ||
2. Make ending the game transition to end screen | ||
3. Implement the main menu | ||
4. This task is done, more things can come later | ||
See if https://github.com/nicopap/ui-navigation is worth using |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Fix [[Gi]] link bonus | ||
- Fix [[Gi]] link bonus (disallow link bonus for certain things) | ||
- Make parry animation length depend on how long before the hit the player parried | ||
- Fix bug where animation occasionally doesn't trigger | ||
- This could've been a cancel thing? |