Skip to content

Commit

Permalink
More better start text
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Dec 10, 2023
1 parent f0db426 commit 48f2046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ fn setup_main_menu(mut commands: Commands) {
))
.with_children(|parent| {
parent.spawn(TextBundle::from_section(
"You are a shepherd dog servant of a vampire shepherd. \n
Don't let the sheep flock run away and be eaten by wolves, and fulfill the vampire's tasks. \n
If you fail, you will be replaced. \n
"You're a shepherd's dog. Your master is a vampire. Don't ask why, you're just a dog. \n
Don't let the sheep flock run away and get eaten by wolves. Complete your master's tasks. \n
If you fail, you'll be replaced. Or whatever your bloodhungry master deems to think will be justified punishment. So... Be a good dog. \n
Good luck!\n",
TextStyle::default(),
));
Expand Down

0 comments on commit 48f2046

Please sign in to comment.