remove code
This commit is contained in:
@@ -92,7 +92,7 @@ function Demo(args) {
|
||||
VBOX PHASE {shapes.Red()} {shapes.Green()} {shapes.Blue()}
|
||||
</h2>
|
||||
<p>
|
||||
combine the colour base items with an array of skills and specialisations to build powerful variants.
|
||||
Combine the colour base items with an array of skills and specialisations to build powerful variants.
|
||||
</p>
|
||||
</div>
|
||||
<div> </div>
|
||||
@@ -146,9 +146,11 @@ function Demo(args) {
|
||||
return (
|
||||
<div class="game-demo">
|
||||
<div>
|
||||
<h2>GAME PHASE</h2>
|
||||
<p>Outplay noobs wahtever write tomorrow, fix the tiemout shit.</p>
|
||||
<p>also have to just picka random avatar so i don't fill up my drive</p>
|
||||
<h2>COMBAT PHASE</h2>
|
||||
<p>Battle your opponent using dynamic team builds from the VBOX phase.</p>
|
||||
<p>Crafted skills can be used to damage the opponent or support your team.</p>
|
||||
<p>Turn based combat, each team picks targets for their skills during this phase.</p>
|
||||
<p>The damage dealt by skills, cast order and construct life depend on your decisions in the VBOX phase. </p>
|
||||
</div>
|
||||
<div class="game">
|
||||
<div class="game-construct">
|
||||
|
||||
@@ -45,7 +45,7 @@ function Register(args) {
|
||||
password === confirm;
|
||||
|
||||
const registerDisabled = () => {
|
||||
return !(registerConfirm() && password && name && code);
|
||||
return !(registerConfirm() && password && name);
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user