Water is more clear
This commit is contained in:
parent
a7a147f65d
commit
3a1e866ced
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user