add a news / update section to notify about bugs

This commit is contained in:
Kevin Ngo
2018-12-11 04:08:47 -08:00
parent 2d3dafb8e2
commit 1e25aefe38
2 changed files with 18 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
{% include './templates/gameMenu.html' %}
{% include './templates/victory.html' %}
{% include './templates/leaderboard.html' %}
{% include './templates/news.html' %}
<!-- super cut fx rings -->
{% for i in range(1, 5) %}

17
src/templates/news.html Normal file
View File

@@ -0,0 +1,17 @@
<a-entity
id="news"
bind__visible="menuActive && !menuSelectedChallenge.id"
position="2.365374194652176 1.1 -1.1952715561051024"
rotation="0 -60 0">
<a-entity
id="newsBackground"
mixin="slice"
slice9="left: 70; width: 1.8; height: 1.55; opacity: 0.9"></a-entity>
<a-entity
id="newsText"
mixin="font"
text="align: center; color: #FAFAFA; baseline: center; width: 1.6; value: Super Saber has been released!\n\nWe're still ironing out some bugs\nsuch as diagonal hits counting as misses\nand to be able to auto-adjust to your height.\n\nThanks for checking it out! \nLet us know of any issues.\n\nsupermedium.com/discord"
position="0 -0.06621702172771315 0.001"></a-entity>
</a-entity>