fix: Changed wonder event text from Wonder! to Wunder!

This commit is contained in:
demenik
2025-12-09 16:18:25 +01:00
parent bac4894d8b
commit f21b44d2e0

View File

@@ -213,7 +213,7 @@ fn handle_wonder_event_response(
grid.height,
);
commands.spawn((
Text2d::new("Wonder!"),
Text2d::new("Wunder!"),
TextFont {
font_size: 20.0,
..Default::default()