Add fragile layering system

This commit is contained in:
2026-01-15 17:16:55 +01:00
parent 266022e6f6
commit 04800a0c09
12 changed files with 228 additions and 133 deletions

View File

@@ -100,6 +100,10 @@
<div class="panel-section" id="layout-section">
<div class="section-header">
<h5>Layout & order</h5>
<p class="subtle-text">
The top of the list renders on top in the broadcast. Script assets always render
above canvas assets.
</p>
</div>
<div class="property-list">
<div class="property-row">
@@ -132,11 +136,11 @@
</label>
</div>
<div class="property-row">
<span class="property-label">Layer</span>
<span class="property-label">Order</span>
<div class="property-control">
<div class="badge-row stacked">
<span class="badge"
>Layer <strong id="asset-z-level">1</strong></span
>Position <strong id="asset-order-position">1</strong></span
>
</div>
</div>