Popups are now windows also (broken!)
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
richtext->add_text("faeries.\n");
|
||||
richtext->pop();
|
||||
richtext->add_text("In this new episode, we will attempt to ");
|
||||
richtext->push_font(richtext->get_font("mono_font", "Fonts"));
|
||||
richtext->push_font(richtext->get_theme_font("mono_font", "Fonts"));
|
||||
richtext->push_color(Color(0.7, 0.5, 1.0));
|
||||
richtext->add_text("deliver something nice");
|
||||
richtext->pop();
|
||||
|
||||
Reference in New Issue
Block a user