From 871943d6a90bdb92b3cc495d4d927199611f8c6b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 4 Feb 2021 20:45:18 -0500 Subject: Added text boxes Text now reveals itself and scrolls! Yay! It even plays speaker beeps. TODO: the arror indicating an A press is needed. Bullets on lines that need bullets. The header that says who the speaker is, if relevant. --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6674c0c..935fc78 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,6 @@ #include "game.h" #include "timer.h" #include "map.h" -#include "mixer.h" #include "transform_system.h" #include "camera_system.h" #include "animation_system.h" @@ -13,7 +12,7 @@ #include "message_system.h" void loop(Renderer& renderer) { - Game game; + Game game(renderer); game.emplaceSystem(); game.emplaceSystem(); game.emplaceSystem(); -- cgit 1.4.1