Camera for the storyboard can now do pan, bounce, dolly, and shake.
This commit is contained in:
parent
0d326089f7
commit
29409c54ce
5 changed files with 23 additions and 15 deletions
2
main.cpp
2
main.cpp
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue