Skip to content

Commit

Permalink
fine tuneing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahallon committed Dec 12, 2017
1 parent 1473e5c commit f9db722
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
<a-scene id="traumaRoom-ascene" style="display:none">


<a-camera>
<a-entity id="opacity_move" scale="3 3 3" position="0.0 0 -2" text="opacity:0.0;color:black;align:center;value:Use the Arrow Keys to Move;width:1.5">
</a-entity>
<a-entity id="opacity_look" scale="3 3 3" position="0.0 0 -2" text="opacity:1.0;color:black;align:center;value:Click and Drag to look arround;width:1.5">
</a-entity>
</a-camera>
<a-entity mobile></a-entity>

<a-entity light="type: directional; color: #FFF; intensity: 0.5" position="2 20 0"></a-entity>
Expand Down Expand Up @@ -120,10 +126,7 @@
<a-obj-model src="#TraumaRoom-obj" mtl="#TraumaRoom-mtl"
scale="0.01 0.01 0.01"></a-entity>

<a-entity id="opacity_move" scale="100 100 100" position="0.0 170 -150" text="opacity:0.0;color:black;align:center;value:Use the Arrow Keys to Move;width:1.5">
</a-entity>
<a-entity id="opacity_look" scale="100 100 100" position="0.0 177 -150" text="opacity:1.0;color:black;align:center;value:Click and Drag to look arround;width:1.5">
</a-entity>

<a-entity teleport-controls="button: trigger; collision-entities: #floor #hall_low_floor" hand-controls="left"></a-entity>
<a-entity teleport-controls="button: trigger; collision-entities: #floor #hall_low_floor" hand-controls="right"></a-entity>

Expand Down
4 changes: 2 additions & 2 deletions my.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ div {
}

.nav li {
float: left;
float: right;
}

.nav li a {
display: block;
color: #0C1018;
color: #011110;
text-align: center;
padding: 14px 16px;
}
Expand Down

0 comments on commit f9db722

Please sign in to comment.