Skip to content

Commit

Permalink
Change affordance icon to hand
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Sep 20, 2024
1 parent 389c540 commit 04ca6e2
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 3 deletions.
58 changes: 58 additions & 0 deletions scripts/assets/affordance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions scripts/components/Scene/SceneTypes/ThreeSixtyScene.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 9em;
height: 9em;
background: url('../../../assets/moving-icon.svg');
width: 3rem;
height: 3rem;
background: url('../../../assets/affordance.svg');
background-size: 100% 100%;
font-size: 0.5em;
}
Expand Down

0 comments on commit 04ca6e2

Please sign in to comment.