diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-22 06:07:59 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-22 06:07:59 +1000 |
commit | ca1426eabc873f781eb0dd389d45634b7d183250 (patch) | |
tree | 15ea83658ca3824232f14fe4b32ec714e0aa05c6 /source/frontend/StarCinematic.hpp | |
parent | d5f5fb5ddf0d4a9f0b0e6ac012121926d2fcd949 (diff) |
Lua chat callbacks + better font styling
golly gee whiz!! i hope i didn't fuck something up
Diffstat (limited to 'source/frontend/StarCinematic.hpp')
-rw-r--r-- | source/frontend/StarCinematic.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/frontend/StarCinematic.hpp b/source/frontend/StarCinematic.hpp index 15ff2cd..b2e3c81 100644 --- a/source/frontend/StarCinematic.hpp +++ b/source/frontend/StarCinematic.hpp @@ -62,8 +62,7 @@ private: int animationFrames; String text; TextPositioning textPosition; - Vec4B fontColor; - unsigned fontSize; + TextStyle textStyle; List<KeyFrame> keyFrames; float startTime; float endTime; |