fix info stuff
This commit is contained in:
@@ -21,15 +21,14 @@ function InfoComponent(args) {
|
||||
return (
|
||||
<div>
|
||||
<h2>VBOX phase</h2>
|
||||
<p>in this phase you strengthen and specialise your constructs by equipping items to them.</p>
|
||||
<p>double clicking items in the <b>VBOX</b> will purchase and move them to your <b>INVENTORY</b>.</p>
|
||||
<p>strengthen and specialise your constructs by equipping items to them.</p>
|
||||
<p>double click to purchase items in the <b>VBOX</b> and move them to your <b>INVENTORY</b>.</p>
|
||||
<p>
|
||||
hover over an item to see its effects and combinations.<br />
|
||||
combine a <b>SKILL</b> or <b>SPEC</b> with 2 <b>COLOURS</b> to create an item.<br />
|
||||
combine 3 of the same item to upgrade it.<br />
|
||||
click an item and then click a construct to equip that item to it.<br />
|
||||
combine <b>3 of the same item</b> to upgrade it.<br />
|
||||
click an item and then click a construct to <b>equip</b> that item to it.<br />
|
||||
</p>
|
||||
<p>click the <b>READY</b> button on the right to progress to the <b>GAME PHASE</b>.</p>
|
||||
<p>click the <b>READY</b> button for the <b>GAME PHASE</b>.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user