From fa4573be7b2c13f5e924ab0666c1b2c07a7f48f6 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 13 Nov 2025 13:28:11 -0500 Subject: [PATCH] Cutscene is working now, just have to merge it in. --- assets/config.json | 6 +++--- storyboard/ui.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/config.json b/assets/config.json index 89e80a1..11746fa 100644 --- a/assets/config.json +++ b/assets/config.json @@ -277,9 +277,9 @@ "frame_height": 1080 }, "test_story": - {"path": "assets/story/test_storyboard.png", - "frame_width": 1280, - "frame_height": 720 + {"path": "assets/story/rat_king_fight.jpg", + "frame_width": 3840, + "frame_height": 2160 } }, "worldgen": { diff --git a/storyboard/ui.cpp b/storyboard/ui.cpp index 1e1278c..a3e7186 100644 --- a/storyboard/ui.cpp +++ b/storyboard/ui.cpp @@ -41,7 +41,7 @@ namespace storyboard { $camera.render($view_texture); $ui.render($view_texture); - $ui.debug_layout($view_texture); + // $ui.debug_layout($view_texture); $view_texture.display(); window.draw($view_sprite);