2023-12-22 17:19:54 -06:00
|
|
|
January 1st
|
|
|
|
===========
|
|
|
|
The Hub / NPC Interactions
|
|
|
|
Settings Menu
|
2024-01-01 07:48:57 -06:00
|
|
|
- Any settings should be saved to the save file!
|
2023-12-22 17:19:54 -06:00
|
|
|
- Volume Controls
|
2024-01-06 03:30:00 -06:00
|
|
|
- Play Sound in Background
|
2023-12-22 17:19:54 -06:00
|
|
|
- Key Configuration
|
|
|
|
-Upon pressing a key, check if the key is bound to another option, if so,
|
|
|
|
remove that bind from the list. Up to two keys may be binded per action.
|
2024-01-01 07:48:57 -06:00
|
|
|
-We have to save keybinds to the save file.
|
2024-01-06 03:35:52 -06:00
|
|
|
-Smooth Movement
|
2024-01-06 05:47:04 -06:00
|
|
|
-Click on title screen should not process as input immediately.
|
2024-01-06 18:09:29 -06:00
|
|
|
|
2024-01-06 05:47:04 -06:00
|
|
|
-Investigate why frame rate matters for intro screen.
|
2023-12-22 17:19:54 -06:00
|
|
|
|
|
|
|
January 31st
|
|
|
|
============
|
|
|
|
Implement the rest of the enemy types:
|
|
|
|
- Baby Wolf
|
|
|
|
- Wolf
|
|
|
|
- Wolf Leader
|
|
|
|
- Baby Bear
|
|
|
|
- Brown Bear
|
|
|
|
- Green Frog
|
|
|
|
- Red Frog
|
|
|
|
- Orange Frog
|
|
|
|
- Blue Frog
|
|
|
|
Implement Ursule, Mother of Bears Boss
|
|
|
|
Story proofreading/correcting/storyboarding
|
|
|
|
- Add a command to play sound effects/music.
|
2024-01-01 01:59:41 -06:00
|
|
|
- Fix Keyboard/Controller Menu Navigation (Need clearly defined rules)
|
2023-12-22 17:19:54 -06:00
|
|
|
- Game Controller Support
|
2023-12-23 14:06:39 -06:00
|
|
|
- Should use the Keybind structure that already exists.
|
2023-12-28 21:48:12 -06:00
|
|
|
- Loading Screen
|
2024-01-04 05:21:56 -06:00
|
|
|
- Title Screen setpieces
|
|
|
|
|
2024-01-05 23:13:42 -06:00
|
|
|
- Export/Import Save Files Online/Offline
|
|
|
|
|
2024-01-06 18:09:29 -06:00
|
|
|
- Consider controls for fine-tuning music and how they sound during events.
|
|
|
|
|
|
|
|
- Lock up unimplemented classes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Emscripten _DEBUG flag add as an option when building
|