Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit b12ec39

Browse files
committed
Final-er build with a typo fixed
1 parent ea1a861 commit b12ec39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/title.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub fn startup_title(mut commands: Commands, game_assets: Res<GameAssets>) {
4545
))).insert(TitleHint);
4646

4747
commands.spawn_bundle(Text2dBundle {
48-
text: Text::from_section("Game by RedTeapot\nMade for BevyJam #2", TextStyle {
48+
text: Text::from_section("Game by RedTeapot\nMade for Bevy Jam #2", TextStyle {
4949
font: game_assets.font.clone(),
5050
font_size: 32.0,
5151
color: palette::LIGHT_BROWN,

0 commit comments

Comments
 (0)