Add stage floor

This commit is contained in:
Diego Marcos
2018-09-13 18:32:45 -07:00
parent 54dad95bd9
commit c38633ec33
3 changed files with 5 additions and 2 deletions

BIN
assets/img/stage/floor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -17,9 +17,10 @@
stage-colors="blue">
<a-assets timeout="10000">
<!-- Stage -->
<a-image id="backglowTexture" src="assets/img/stage/backglow.png"></a-image>
<a-image id="floor" src="assets/img/stage/floor.png"></a-image>
<a-image id="skyTexture" src="assets/img/stage/sky.jpg"></a-image>
<a-image id="smokeTexture" src="assets/img/stage/smoke.png"></a-image>
<a-image id="backglowTexture" src="assets/img/stage/backglow.png"></a-image>
<a-asset-item id="backglow-obj" src="assets/models/backglow.obj"></a-asset-item>
<a-mixin id="laser" laser geometry="height: 300; depth: 0.16; width: 0.16" materials="neon"></a-mixin>

View File

@@ -49,6 +49,8 @@
<a-entity id="logo" position="0 5.0 -7.5">
<a-entity mixin="font" text="width: 35; value: SUPER SABER; align: center; color: #ff666a"></a-entity>
<a-entity mixin="font" text="width: 35; value: SUPER SABER; align: center; color: #ff1a1f" position="0 0 -0.1"></a-entity>
<a-entity mixin="font" text="width: 35; value: SUPER SABER; align: center; color: #0a0228" position="0 0 -0.2">
<a-entity mixin="font" text="width: 35; value: SUPER SABER; align: center; color: #0a0228" position="0 0 -0.2"></a-entity>
</a-entity>
<a-entity geometry="primitive: plane; width: 3; height: 3" material="shader: flat; src: #floor" position="0 0 0" rotation="-90 0 0"></a-entity>
</a-entity>