nice-ifying UIFrame __init__ and making debug a bit easier

This commit is contained in:
John McCardle 2024-03-07 11:19:46 -05:00
commit 343669df1e
2 changed files with 18 additions and 8 deletions

View file

@ -5,7 +5,7 @@
UITestScene::UITestScene(GameEngine* g) : Scene(g)
{
text.setFont(game->getFont());
text.setString("Test Scene for UI elements");
text.setString("UITest: surprised to be here? game.py raised an exception.");
text.setCharacterSize(24);