Closed SilenLoc closed 5 months ago
Here are the code search results. I'm now analyzing these search results to write the PR.
src/plugins/init/mod.rs
Update the game title in the `WindowPlugin` configuration.
---
+++
@@ -7,7 +7,7 @@
})
.set(WindowPlugin {
primary_window: Some(Window {
- title: "The Last Dawn".into(),
+ title: "test-title".into(),
name: Some("bevy.app".into()),
resolution: (1900., 1000.).into(),
present_mode: PresentMode::AutoVsync,
Your changes have been successfully made to the branch sweep/change_title_of_the_game_from_the_last_d
. I have validated these changes using a syntax checker and a linter.
[!TIP] To recreate the pull request, edit the issue title or description.
This is an automated message generated by Sweep AI.
there are other places you missed some
Branch
to it in a feature branch
No response