fix(hexagon_launcher/text): rotate the text to be oriented correctly

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-09-06 03:51:18 +02:00
parent 4a35234abe
commit 524974f269

View File

@@ -155,7 +155,6 @@ impl Reify for App {
.text_align_x(XAlign::Center)
.text_align_y(YAlign::Center)
.pos([0.0, -APP_SIZE * 0.35, 0.001])
.rot(Quat::from_rotation_y(PI))
.build(),
),
)