The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
11 months ago
|
January 1st
|
||
|
===========
|
||
|
The Hub / NPC Interactions
|
||
|
Save/Load Game
|
||
11 months ago
|
EMSCRIPTEN Version: ???
|
||
11 months ago
|
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
|
||
|
|
||
11 months ago
|
Audio Engine
|
||
|
- Audio Ambience Zones
|
||
|
- Menu Sound Effects
|
||
|
- Attack / Enemy Sound Effects
|
||
|
- Music Loading/Looping
|
||
|
Settings Menu
|
||
11 months ago
|
- Any settings should be saved to the save file!
|
||
11 months ago
|
- Volume Controls
|
||
|
- 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.
|
||
11 months ago
|
-We have to save keybinds to the save file.
|
||
11 months ago
|
|
||
|
|
||
|
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.
|
||
11 months ago
|
- Fix Keyboard/Controller Menu Navigation (Need clearly defined rules)
|
||
11 months ago
|
- Game Controller Support
|
||
11 months ago
|
- Should use the Keybind structure that already exists.
|
||
11 months ago
|
- Loading Screen
|
||
11 months ago
|
- Title Screen setpieces
|
||
|
|
||
|
- Export/Import Save Files Online/Offline
|