fix tutorial link
This commit is contained in:
parent
a9fbfd63ce
commit
3147ae2bb2
@ -39,7 +39,7 @@ function Play(args) {
|
|||||||
<p> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
|
<p> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
|
||||||
<p>
|
<p>
|
||||||
Build a unique team of 3 constructs from a range of skills and specialisations.<br />
|
Build a unique team of 3 constructs from a range of skills and specialisations.<br />
|
||||||
Outplay your opponent in multiple rounds by adapting to an always shifting meta. <br />
|
Outplay your opponent across multiple rounds by adapting to an always shifting meta. <br />
|
||||||
Simple rules, complex interactions and unique mechanics.<br />
|
Simple rules, complex interactions and unique mechanics.<br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -21,7 +21,7 @@ function Mnml(args) {
|
|||||||
? 'show'
|
? 'show'
|
||||||
: '';
|
: '';
|
||||||
|
|
||||||
if (!authenticated) return (
|
if (!authenticated && !instance && !game) return (
|
||||||
<div id="mnml" class='front-page'>
|
<div id="mnml" class='front-page'>
|
||||||
<FrontPage />
|
<FrontPage />
|
||||||
<div id="rotate" class={rotateClass} ></div>
|
<div id="rotate" class={rotateClass} ></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user