Skip to content

Commit

Permalink
Remove #4 from title
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Dec 11, 2023
1 parent d0b01fe commit 60c4467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Plugin for ConfigPlugin {
}
}

const WINDOW_TITLE: &str = "Bevy Jam #4 Simulator";
const WINDOW_TITLE: &str = "Bevy Jam Simulator";

// TODO: DevConfig
#[derive(Resource, Default, Reflect, Serialize, Deserialize)]
Expand Down
2 changes: 1 addition & 1 deletion src/state/title_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct TitleScreenConfig {
button_font_size: Val,
}

const TITLE_TEXT: &str = "Bevy Jam #4 Simulator";
const TITLE_TEXT: &str = "Bevy Jam Simulator";
// bevy_text cringe
const BODY_TEXT: [[&str; 4]; 4] = [
["Welcome to the fourth official Bevy Jam!", "", "", ""],
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8" />
<title>Bevy Jam #4 Simulator</title>
<title>Bevy Jam Simulator</title>
<link rel="stylesheet" href="style.css" />
</head>

Expand Down

0 comments on commit 60c4467

Please sign in to comment.