File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -570,6 +570,7 @@ const SeasonNumber = 1
570
570
// - Credits is now a multi-page screen with a larger font
571
571
// - Stats & Progress screens now use a larger font
572
572
// - Add rand drones build button to the lobby
573
+ // - Add a copyright text to the main menu
573
574
const (
574
575
BuildNumber int = 25
575
576
BuildMinorNumber int = 0
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ func (c *MainMenuController) initUI() {
122
122
buildVersion += "." + strconv .Itoa (gamedata .BuildMinorNumber )
123
123
}
124
124
125
- buildLabel := fmt .Sprintf ("%s %s" , d .Get ("menu.main.build" ), buildVersion )
125
+ buildLabel := fmt .Sprintf ("%s %s (C) quasilyte tech " , d .Get ("menu.main.build" ), buildVersion )
126
126
if buildinfo .Distribution != buildinfo .TagUnknown {
127
127
buildLabel += " [" + buildinfo .Distribution + "]"
128
128
}
You can’t perform that action at this time.
0 commit comments