Fix language of executable being Germany. Corrected internal process name for windows executable. Properly update discord status state on Main Menu.
parent
e132eeab4e
commit
c352bf61df
@ -0,0 +1,47 @@ |
|||||||
|
January 1st |
||||||
|
=========== |
||||||
|
The Hub / NPC Interactions |
||||||
|
Save/Load Game |
||||||
|
EMSCRIPTEN Version: ??? |
||||||
|
NEW GAME -> Ask for a User ID -> Ask for a Save File Name -> Saves the Game -> Starts the Game |
||||||
|
LOAD GAME -> Ask for a User ID -> Shows Available Files -> Click to Load -> Start Game |
||||||
|
|
||||||
|
Audio Engine |
||||||
|
- Audio Ambience Zones |
||||||
|
- Menu Sound Effects |
||||||
|
- Attack / Enemy Sound Effects |
||||||
|
- Music Loading/Looping |
||||||
|
Settings Menu |
||||||
|
- Any settings should be saved to the save file! |
||||||
|
- Volume Controls |
||||||
|
- Play Sound in Background |
||||||
|
- 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. |
||||||
|
-We have to save keybinds to the save file. |
||||||
|
-Smooth Movement |
||||||
|
|
||||||
|
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. |
||||||
|
- Fix Keyboard/Controller Menu Navigation (Need clearly defined rules) |
||||||
|
- Game Controller Support |
||||||
|
- Should use the Keybind structure that already exists. |
||||||
|
- Loading Screen |
||||||
|
- Title Screen setpieces |
||||||
|
|
||||||
|
- Export/Import Save Files Online/Offline |
||||||
|
|
||||||
|
- Consider controls for fine-tuning music and how they sound during events. |
Loading…
Reference in new issue