1
Fork 0

(committing very old stuff) Adds more text

This commit is contained in:
Joshua Moerman 2016-11-15 15:55:03 +01:00
parent ee571c1b56
commit 9e75f47f46
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -208,7 +208,7 @@ namespace games {
world.physics.set_gravity({0.0, 0.0, 0.0}); world.physics.set_gravity({0.0, 0.0, 0.0});
hud->camera.set_orthographic(-100, 100, -100, 100, 1, -1); hud->camera.set_orthographic(-100, 100, -100, 100, 1, -1);
set_text("draw mode: guitar"); set_text("draw mode: guitar");
auto join_lbl = std::make_shared<motor::TextureLabel>("-/+: speed, l: clear lines, b: clear balls, d: toggle drums, k: change drawmode", motor::bundle.get_font_path() + "Arial Rounded Bold.ttf", 72); auto join_lbl = std::make_shared<motor::TextureLabel>("-/+: speed, l: clear lines, b: clear balls, d: toggle drums, k: change drawmode, z: undo, x: redo", motor::bundle.get_font_path() + "Arial Rounded Bold.ttf", 72);
join_lbl->get_mesh()->material->diffuse_color = {1.0f, 1.0f, 1.0f, 1.0f}; join_lbl->get_mesh()->material->diffuse_color = {1.0f, 1.0f, 1.0f, 1.0f};
join_lbl->set_position({-95.0, -95.0, 0.0}); join_lbl->set_position({-95.0, -95.0, 0.0});
join_lbl->set_scale(motor::scale(0.05)); join_lbl->set_scale(motor::scale(0.05));