Have a simple thing that moves every 3 seconds of a song/audio playing to a new panel.
This commit is contained in:
parent
de7f9f3445
commit
b5280b4a4d
3 changed files with 35 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ int main(int, char*[]) {
|
|||
guecs::init(&backend);
|
||||
animation::init();
|
||||
cinematic::init();
|
||||
sound::init();
|
||||
|
||||
sf::RenderWindow window(sf::VideoMode({SCREEN_WIDTH, SCREEN_HEIGHT}), "Storyboard Editor");
|
||||
window.setVerticalSyncEnabled(VSYNC);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue