Update readme

This commit is contained in:
James Lambert 2023-02-11 21:19:38 -07:00
parent e0789a13fc
commit 1661eaf914
2 changed files with 5 additions and 5 deletions

View file

@ -84,18 +84,18 @@ Where `/home/james/Blender/blender-2.93.1-linux-x64` is the folder where Blender
## Current TODO list
- [ ] red light district
- [ ] burn marks
- [ ] Skips audio sometimes
- [ ] Portal not rending recursively sometimes
- [ ] Passing into a ceiling portal can sometimes mess with the player rotation
- [ ] Stop looping sounds betwen levels
- [ ] Release grabbed objects when line of sight is cut
- [ ] Correct elevator timing
- [ ] Elevator and door sounds
- [ ] Presort portal gun polygon order
- [ ] Signage should not always be on
- [ ] Camera shake
- [x] Release grabbed objects when line of sight is cut
- [x] Stop looping sounds betwen levels
- [x] red light district
- [x] burn marks
- [x] close portal in elevator
- [x] keep stationary portal with fizzle grids
- [x] add more fizzle grids

View file

@ -161,7 +161,7 @@ static void gameProc(void* arg) {
contactSolverInit(&gContactSolver);
portalSurfaceCleanupQueueInit();
savefileNew();
levelLoad(4);
levelLoad(0);
cutsceneRunnerReset();
controllersInit();
initAudio(fps);