Skip to content

Commit

Permalink
turn down opacity of potential marios, when dragging him around
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlnix committed May 4, 2024
1 parent 5f18129 commit 5e32f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry/gui/visualization/level/LevelDrawer.py
Expand Up @@ -456,7 +456,7 @@ def _draw_expansions(self, painter: QPainter, level: Level):

def _draw_potential_marios(self, painter: QPainter, level: Level):
painter.save()
painter.setOpacity(0.5)
painter.setOpacity(0.2)

# get all potential mario positions
potential_positions = [
Expand Down

0 comments on commit 5e32f52

Please sign in to comment.