More work on test chamber 06

This commit is contained in:
James Lambert 2023-02-25 21:36:22 -07:00
parent d66003f315
commit 34f336f3af
4 changed files with 2 additions and 3 deletions

View file

@ -85,9 +85,8 @@ Where `/home/james/Blender/blender-2.93.1-linux-x64` is the folder where Blender
## Current TODO list
- [ ] fix chell animation problem (fixed itself, investigate)
--------------------------------------------------------
- [ ] Skips audio sometimes
- [ ] rotate auto uv
- [?] Skips audio sometimes
- [ ] Portal not rending recursively sometimes
- [ ] Passing into a ceiling portal can sometimes mess with the player rotation
- [ ] Correct elevator timing

View file

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