Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
romyilano committed Aug 14, 2024
1 parent 7c23268 commit b7046c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<a-sky id="skybox"
src="#skyTexture3"
rotation="0 200 0"></a-sky>
rotation="0 0 0"></a-sky>

<a-text
font="kelsonsans"
Expand All @@ -47,7 +47,6 @@
geometry="primitive: circle; radius: 0.5"
material="color: blue; opacity: 0.5"
position="0 1.5 -3"

event-set__enter="_event: mouseenter; material.opacity: 0.8"
event-set__leave="_event: mouseleave; material.opacity: 0.5"
event-set__click="_event: click; _target: #skybox; src: #skyTexture2"
Expand Down

0 comments on commit b7046c8

Please sign in to comment.