tutorial on side
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<a-entity
|
||||
id="tutorial"
|
||||
class="overlay"
|
||||
position="0 1.5 -1.7"
|
||||
position="1.8 1.5 0"
|
||||
rotation="0 -90 0"
|
||||
scale="0.7 0.7 0.7"
|
||||
bind__visible="tutorialActive">
|
||||
bind__visible="menuActive">
|
||||
<a-entity position="0 0.32 0.001" geometry-merger="preserveOriginal: false" material="shader: flat; color: #ffffff">
|
||||
<a-entity position="-1.17 0 0" geometry="primitive: ring; radiusInner: 0.08; radiusOuter: 0.095; segmentsPhi: 1; segmentsTheta: 30; buffer: false"></a-entity>
|
||||
<a-entity position="0 0 0" geometry="primitive: ring; radiusInner: 0.08; radiusOuter: 0.095; segmentsPhi: 1; segmentsTheta: 30; buffer: false"></a-entity>
|
||||
@@ -25,9 +26,10 @@
|
||||
</a-entity>
|
||||
|
||||
<a-entity id="tutorialBloom"
|
||||
position="0 1.5 -1.7"
|
||||
position="1.8 1.5 0"
|
||||
rotation="0 -90 0"
|
||||
scale="0.7 0.7 0.7"
|
||||
bind__visible="tutorialActive">
|
||||
bind__visible="menuActive">
|
||||
<a-entity
|
||||
mixin="font"
|
||||
text="align: center; value: HOW TO PLAY; color: #aaa; wrapCount: 30; width: 3"
|
||||
@@ -77,12 +79,4 @@
|
||||
scale="0.9 0.9 0.9"
|
||||
></a-entity>
|
||||
</a-entity>
|
||||
|
||||
<a-entity id="tutorialClose"
|
||||
mixin="bigMenuButton"
|
||||
position="0 -0.840 0"
|
||||
bind-toggle__raycastable="tutorialActive"
|
||||
proxy-event="event: click; to: a-scene; as: tutorialclose">
|
||||
<a-entity mixin="font" text="align: center; color: #AAA; wrapCount: 15; value: OK" position="0 -0.09 0.01"></a-entity>
|
||||
</a-entity>
|
||||
</a-entity>
|
||||
|
||||
Reference in New Issue
Block a user