0.3.0-0-pre.5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- file: Web/game-snake-poc/frontend/main.html -->
|
||||
<!-- version: 3 -->
|
||||
<!-- version: 4 -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
@@ -81,6 +81,16 @@
|
||||
<i class="fa-solid fa-arrow-right" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
<dl class="runtime-details small border-top pt-3 mt-3 mb-0">
|
||||
<div class="d-flex justify-content-between gap-3">
|
||||
<dt class="text-body-secondary fw-normal">Provenance</dt>
|
||||
<dd class="mb-2 text-end"><output id="runtime-provenance">web / browser / wasm / unknown / unknown</output></dd>
|
||||
</div>
|
||||
<div class="d-flex justify-content-between gap-3">
|
||||
<dt class="text-body-secondary fw-normal">Assets</dt>
|
||||
<dd class="mb-0 text-end"><output id="asset-status">chargement…</output></dd>
|
||||
</div>
|
||||
</dl>
|
||||
<div class="alert alert-info small mt-3 mb-0" role="note">
|
||||
Les entrées ne font pas avancer la simulation : elles sont consommées au prochain <code>tick()</code> WASM.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user