Added copyright. Background generation cleanup. Audio tweaks.

This commit is contained in:
2024-11-11 15:00:44 -05:00
parent f6ab64ca6e
commit 6aae03ed18
5 changed files with 17 additions and 12 deletions

View File

@@ -70,6 +70,8 @@ func (s *StartScreen) Draw(screen *ebiten.Image) {
text.Draw(screen, "press start", fonts.SurviveFont.Arcade, 640/2-25, 300, color.White)
}
text.Draw(screen, "©bsoft games", fonts.SurviveFont.ArcadeSmall, 640/2+25, 180, color.White)
}
func (s *StartScreen) SetEventHandler(e ScreenManagerEvent, f func()) {