Outlines moved to InteractionOutlineComponent, now change color when in interaction range.

This commit is contained in:
Pieter-Jan Briers
2019-12-06 02:08:17 +01:00
parent a912c999a9
commit 689d16ee65
34 changed files with 153 additions and 15 deletions

View File

@@ -35,6 +35,9 @@ namespace Content.Server
"LowWall",
"Window",
"CharacterInfo",
"InteractionOutline",
"MeleeWeaponArcAnimation",
"AnimationsTest",
};
foreach (var ignoreName in registerIgnore)
@@ -49,6 +52,7 @@ namespace Content.Server
var cast = (ServerModuleTestingCallbacks) TestingCallbacks;
cast.ServerBeforeIoC?.Invoke();
}
IoCManager.BuildGraph();
_gameTicker = IoCManager.Resolve<IGameTicker>();