Water is more clear

This commit is contained in:
theo@manjaro 2021-11-27 19:28:25 +01:00
parent a7a147f65d
commit 3a1e866ced

View File

@ -15,7 +15,7 @@ class Water(BaseObject):
self.depth = 2
self.sprite = game.pygame.Surface((game.DISPLAY_WIDTH,game.DISPLAY_HEIGHT))
self.sprite.set_alpha(180)
self.sprite.set_alpha(130)
white = [245,237,186]
cyan = [126,196,193]