mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-04-21 21:51:22 +02:00
Small font size change.
This commit is contained in:
parent
122ef696fa
commit
e477c720a6
@ -47,7 +47,7 @@ MainScene::MainScene() {
|
||||
_camera = new Camera();
|
||||
_image = new Image("ti.bmp");
|
||||
_texture = new Texture(_image);
|
||||
_font = new TrueTypeFont("./DejaVuSans.ttf", 16);
|
||||
_font = new TrueTypeFont("./DejaVuSans.ttf", 36);
|
||||
_ii = _font->render_text_blended("Adsdsda", Color(255, 0, 0, 255));
|
||||
_iit = new Texture(_ii);
|
||||
_s = new Sprite(_iit);
|
||||
|
Loading…
Reference in New Issue
Block a user