Plain-Raw / Ore-Raider

0 stars 0 forks source link

Sweep: Change title of the game from the last dawn to test-title #5

Closed SilenLoc closed 5 months ago

SilenLoc commented 5 months ago

Branch

to it in a feature branch

No response

sweep-ai[bot] commented 5 months ago

🚀 Here's the PR! #6

💎 Sweep Pro: You have unlimited Sweep issues

Actions

Relevant files (click to expand). Mentioned files will always appear here. https://github.com/Plain-Raw/The-Last-Dawn/blob/ecbcd799d42b7eb414bb349e1cd32b83eef06b9c/src/plugins/menu/main_menu.rs#L1-L155 https://github.com/Plain-Raw/The-Last-Dawn/blob/ecbcd799d42b7eb414bb349e1cd32b83eef06b9c/src/plugins/init/mod.rs#L1-L56 https://github.com/Plain-Raw/The-Last-Dawn/blob/ecbcd799d42b7eb414bb349e1cd32b83eef06b9c/src/plugins/init/setup.rs#L1-L11 https://github.com/Plain-Raw/The-Last-Dawn/blob/ecbcd799d42b7eb414bb349e1cd32b83eef06b9c/src/plugins/menu/main_menu.rs#L1-L155 https://github.com/Plain-Raw/The-Last-Dawn/blob/ecbcd799d42b7eb414bb349e1cd32b83eef06b9c/src/plugins/init/mod.rs#L1-L56

Step 2: ⌨️ Coding

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,

Step 3: 🔄️ Validating

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.

SilenLoc commented 5 months ago

there are other places you missed some