Popups are now windows also (broken!)
This commit is contained in:
parent
543fb1c4da
commit
441f1a5fe9
159 changed files with 3311 additions and 3285 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue