Refactor Field-of-view into the Camera Struct (#590)

* Fix finishline for toads turnpike in extra

* Fixed trash bin in extra

* Refactor fov

* Update scene.json

* Allow setting fog

* impl fog save & load
This commit is contained in:
MegaMech
2025-12-13 17:28:44 -07:00
committed by GitHub
parent 4e51b7d5b6
commit 7bc8d6f4be
52 changed files with 265 additions and 161 deletions
+1
View File
@@ -1,4 +1,5 @@
#include <libultraship.h>
#include <typeinfo>
#include "Game.h"
#include "port/Engine.h"