nice-ifying UIFrame __init__ and making debug a bit easier
This commit is contained in:
parent
d417bdc8a3
commit
343669df1e
2 changed files with 18 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue