Skip to content

Commit

Permalink
Sweep: replace all "test-title" with "OreRaider" (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc authored May 22, 2024
2 parents 4daedb4 + b130259 commit f65b1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl Plugin for InitPlugin {
})
.set(WindowPlugin {
primary_window: Some(Window {
title: "test-title".into(),
title: "OreRaider".into(),
name: Some("bevy.app".into()),
resolution: (1900., 1000.).into(),
present_mode: PresentMode::AutoVsync,
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/menu/main_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub fn main_menu_setup(mut commands: Commands, asset_server: Res<AssetServer>) {
// Display the game name
parent.spawn(
TextBundle::from_section(
"test-title",
"OreRaider",
TextStyle {
font_size: 100.0,
color: TEXT_COLOR,
Expand Down

0 comments on commit f65b1ad

Please sign in to comment.