initial: world-overlay-test v0.1.0 — 23 assertions

Tests all spec-required behaviors: spawn/list, invalid-kind and missing-anchor
validation, ttl expiry via engine.time monkey-patch, despawn idempotency,
entity-anchor position tracking, fixed-anchor snapshot, composite child count,
alpha envelope (mid-hold and fade-out phases), entity-destroyed last_pos
fallback, and rise_px formula verification. 23 pass, 0 fail.
This commit is contained in:
Calic
2026-06-14 01:45:52 +02:00
commit 31426b07bc
4 changed files with 278 additions and 0 deletions

10
manifest.lib Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "lib-core.world-overlay-test",
"role": "test",
"version": "0.1.0",
"api_min": "0.1",
"deps": [
{"id": "lib-core.world-overlay", "version": "0.1.0"},
{"id": "lib-core.composition", "version": "0.2.0"}
]
}