Merge main into acdream-mosswart-icon
This commit is contained in:
commit
400e7c766f
36 changed files with 1462 additions and 86 deletions
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue