Have a simple thing that moves every 3 seconds of a song/audio playing to a new panel.

This commit is contained in:
Zed A. Shaw 2025-11-11 00:25:36 -05:00
parent de7f9f3445
commit b5280b4a4d
3 changed files with 35 additions and 1 deletions

View file

@ -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);