Skip to content

Commit

Permalink
Merge branch 'credit-change'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikogenia committed Jan 18, 2024
2 parents 0d7306e + af39865 commit d7b0df4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions window/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,8 @@ def draw_help_popup(self) -> None:
self.screen.blit(text, (50, 750))
text = font.render("Hardware Valentin Sutter (Valis World)", True, nc.RGB.WHITE)
self.screen.blit(text, (50, 800))
text = font.render("Montage Linus Scholz (Linicus)", True, nc.RGB.WHITE)
self.screen.blit(text, (50, 850))
text = font.render("Spiele Makerspace (siehe Menü)", True, nc.RGB.WHITE)
self.screen.blit(text, (50, 900))
self.screen.blit(text, (50, 850))

text = font.render("Github", True, nc.RGB.WHITE)
self.screen.blit(text, (1618, 700))
Expand Down

0 comments on commit d7b0df4

Please sign in to comment.