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

51 lines
719 B
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>Plan Local d'Urbanisme</h2>
<p>Construisez où vous voulez, de préférence espacé des autres constructions.</p>
</article><?php
include '../templates/footer.php';