fix(hexagon_launcher/text): rotate the text to be oriented correctly
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -155,7 +155,6 @@ impl Reify for App {
|
|||||||
.text_align_x(XAlign::Center)
|
.text_align_x(XAlign::Center)
|
||||||
.text_align_y(YAlign::Center)
|
.text_align_y(YAlign::Center)
|
||||||
.pos([0.0, -APP_SIZE * 0.35, 0.001])
|
.pos([0.0, -APP_SIZE * 0.35, 0.001])
|
||||||
.rot(Quat::from_rotation_y(PI))
|
|
||||||
.build(),
|
.build(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user