mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
Use default font in example
This commit is contained in:
parent
46715e6458
commit
20bced86ef
1 changed files with 1 additions and 1 deletions
|
@ -361,9 +361,9 @@ fn setup(
|
|||
|
||||
// Controls Text
|
||||
let text_style = TextStyle {
|
||||
font: asset_server.load("fonts/FiraMono-Medium.ttf"),
|
||||
font_size: 18.0,
|
||||
color: Color::BLACK,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
commands.spawn(
|
||||
|
|
Loading…
Add table
Reference in a new issue