respect z_index on all graphics element types (#2765)

This commit is contained in:
Jason Dove
2026-01-09 10:26:59 -06:00
committed by GitHub
parent 1f2f04f3bd
commit b0b7bd17b3
8 changed files with 14 additions and 5 deletions
@@ -27,6 +27,8 @@ public class ScriptElement(ScriptGraphicsElement scriptElement, ILogger logger)
private int _repeatCount;
private long _totalBytes;
public override int ZIndex { get; } = scriptElement.ZIndex ?? 0;
public void Dispose()
{
logger.LogDebug(