Skip to content

Commit

Permalink
Line of sight : yellow die prevent from clicking in the area #186
Browse files Browse the repository at this point in the history
  • Loading branch information
rafdulaf committed Jan 22, 2024
1 parent c2bceb5 commit 69ee3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Batman/engine/maps/maps.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
}
svg path.map-map-area-zone-target-upper + image {
display: unset;
pointer-events: none;
}

.img-wrap svg {
Expand Down
1 change: 1 addition & 0 deletions Conan/engine/maps/maps.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
}
svg path.map-map-area-zone-target-upper + image {
display: unset;
pointer-events: none;
}

.img-wrap svg {
Expand Down

0 comments on commit 69ee3cd

Please sign in to comment.