Skip to content

Commit

Permalink
Slight change to colorblind error alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
halfburnttoast committed Sep 14, 2022
1 parent b548322 commit adcae56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dungeon_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(self, screen, sound):
self._err_overlay_cb.fill((0, 100, 200))
self._err_overlay_cb.set_alpha(180)
_err_overlay_sprite = self._load_sprite('sprite/error.png')
_err_overlay_sprite.set_alpha(200)
_err_overlay_sprite.set_alpha(120)
self._err_overlay_cb.blit(_err_overlay_sprite, (0, 0))

# set default error overlay
Expand Down

0 comments on commit adcae56

Please sign in to comment.