fix: Changed wonder event text from Wonder! to Wunder!
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user