Juneland-website/guide/constuire-inventaire-minete...

74 lines
1.4 KiB
PHP

<?php
$bodyClass = 'guide';
require '../config.php';
include '../templates/header.php';
?><article>
<h1>Constuire, casser, et gérer l'inventaire</h1>
<table class="keymapping">
<thead>
<tr>
<th>Action</th>
<th>Touche par défaut</th>
</tr>
</thead>
<tbody>
<tr>
<td>Détruire / Miner</td>
<td><kdb>Clic gauche</kdb></td>
</tr>
<tr>
<td>Afficher l'inventaire</td>
<td><kdb>I</kdb></td>
</tr>
<tr>
<td>Construire</td>
<td><kdb>Clic droit</kdb></td>
</tr>
</tbody>
</table>
<h2>Où construire&#8239;?</h2>
<p>Construisez où vous voulez, de préférence espacé des autres constructions.</p>
<h2>Sécuriser votre boutique pour que personne ne puisse la détruire</h2>
<p>
Il vous faudra un cube de protection.
</p>
<h2>Exemples de boutiques</h2>
<section class="gallery gallery_2_1">
<figure>
<?php echo image('boutique-attilax.png', 'Boutique d\'Attilax', $imgLayouts['gallery_2_1']); ?>
<figcaption>Boutique d'Attilax</figcaption>
</figure>
<figure>
<?php echo image('boutique-chant-des-fleurs-2.png', 'Boutique Le Chant des Fleurs', $imgLayouts['gallery_2_1']); ?>
<figcaption>Boutique Le Chant des Fleurs</figcaption>
</figure>
<figure>
<?php echo image('boutique-tuxmain.png', 'Boutique de Tuxmain', $imgLayouts['gallery_2_1']); ?>
<figcaption>Boutique de tuxmain</figcaption>
</figure>
</section>
</article><?php
include '../templates/footer.php';