This commit is contained in:
33333-33333 2026-06-26 19:04:32 +09:00
commit 077d4ab9ac
71 changed files with 2905 additions and 1063 deletions

View file

@ -2,7 +2,7 @@
// Layer: entity-runtime/tarinai/update-step
// Owns per-frame timers, passive metabolism, disease/effect ticks, colony mood
// pressure, and early freeze exits. This is extracted from the legacy
// pressure, and early freeze exits. This is extracted from the former
// Tarinai.prototype.update body without changing behavior.
(function (global) {
function update(t, dt, context = {}) {