Merge main into acdream-mosswart-icon
All checks were successful
CI / linux-portable (push) Successful in 3m20s
CI / windows-gate (push) Successful in 6m1s
CI / release (push) Successful in 2m7s

This commit is contained in:
Erik 2026-08-20 14:46:26 +02:00
commit 400e7c766f
36 changed files with 1462 additions and 86 deletions

View file

@ -712,7 +712,8 @@ public sealed class GameWindow :
_runtimeSettings = new RuntimeSettingsController(
new JsonRuntimeSettingsStorage(
_applicationPaths.SettingsFile),
log: Console.WriteLine);
log: Console.WriteLine,
characterOptionValue: _runtime.CharacterOwner.Options.GetOptionBit);
_animationDiagnostics = AnimationPresentationDiagnostics.FromEnvironment();
_uiRegistry = uiRegistry;
_animatedEntities = new LiveEntityAnimationRuntimeView<LiveEntityAnimationState>(