Plain-Raw / Ore-Raider

0 stars 0 forks source link

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

Closed sweep-ai[bot] closed 5 months ago

sweep-ai[bot] commented 5 months ago

Description

This pull request updates the title of the primary window from "The Last Dawn" to "test-title". This change is part of a broader sweep to update various elements of the game's presentation and branding.

Summary

Fixes #5.


💡 To get Sweep to edit this pull request, you can:

This is an automated message generated by Sweep AI.

sweep-ai[bot] commented 5 months ago

Rollback Files For Sweep

This is an automated message generated by Sweep AI.

sweep-ai[bot] commented 5 months ago

Sweep: PR Review

Authors of pull request: @sweep-ai[bot]

src/plugins/init/mod.rs

Changed the window title in the WindowPlugin configuration from "The Last Dawn" to "test-title."

Sweep Found These Issues

  • The window title has been changed to "test-title," which appears to be a placeholder and may not be suitable for production.
  • https://github.com/Plain-Raw/The-Last-Dawn/blob/f76d5ba901bdaed35b047021436de678309434ac/src%2Fplugins%2Finit%2Fmod.rs#L26 [View Diff](https://github.com/Plain-Raw/The-Last-Dawn/pull/6/files#diff-be3fb3ae64546b3d12f4b58212f144e44f2a1918d00dbeef70848cfcf595dfb7R26)

SilenLoc commented 5 months ago

you missed some places where the title should also be changed

sweep-ai[bot] commented 5 months ago

🚀 Resolved via e83740a

Here were the changes I made:

--- src/plugins/menu/main_menu.rs
+++ src/plugins/menu/main_menu.rs
--- 
+++ 
@@ -74,7 +74,7 @@
                     // Display the game name
                     parent.spawn(
                         TextBundle::from_section(
-                            "The Last Dawn",
+                            "test-title",
                             TextStyle {
                                 font_size: 100.0,
                                 color: TEXT_COLOR,

This is an automated message generated by Sweep AI.