Aucune pièce. La scène se comporte comme un beat narratif classique.
Ajoutez une première pièce pour la convertir en lieu explorable (donjon, crypte…).
}
@if (rooms.length > 0) {
@for (r of rooms; track trackById(i, r); let i = $index) {
#{{ i + 1 }}
@if (isExpanded(r.id)) {
@if ((r.branches?.length ?? 0) > 0) {
@for (b of r.branches; track b; let bi = $index) {