Camera for the storyboard can now do pan, bounce, dolly, and shake.

This commit is contained in:
Zed A. Shaw 2025-11-09 11:41:11 -05:00
parent 0d326089f7
commit 29409c54ce
5 changed files with 23 additions and 15 deletions

View file

@ -20,7 +20,7 @@ int main(int argc, char* argv[]) {
cinematic::init();
GameDB::init();
if(DEBUG_BUILD) sound::mute(true);
sound::mute(true);
gui::FSM main;
main.event(gui::Event::STARTED);