Skip to content

Commit

Permalink
added a new texture
Browse files Browse the repository at this point in the history
  • Loading branch information
romyilano committed Aug 14, 2024
1 parent 6dd5729 commit 2e484e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added img/sudoRoom_hardware_hack_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<body>
<a-scene pinch-handler>
<a-assets>
<img id="skyTexture3"
src="img/sudoRoom_hardware_hack_1.jpg"></>
<img id="skyTexture2"
src="https://cdn.glitch.global/4f84b3a7-2196-4e68-9b5d-8d8f7c229bc8/KaraWalkerSFMoma360.jpg?v=17222a19263454"
/>
Expand Down Expand Up @@ -37,11 +39,11 @@
text="color: white; align: center; value: Hardware Hack Night; width: 1.5"
>
</a-entity>
<a-entity id="portal-group" position="0 1.5 -3">
<a-entity id="portal-group" position="0 1.5 -1">
<a-entity
id="portal"
geometry="primitive: circle; radius: 0.5"
material="color: blue; opacity: 0.3"
material="color: blue; opacity: 0.5"
position="0 1.5 -3"

event-set__enter="_event: mouseenter; material.opacity: 0.8"
Expand Down

0 comments on commit 2e484e4

Please sign in to comment.