Фиксики ГАНДОНЫ

This commit is contained in:
Jabak
2024-08-24 14:25:47 +03:00
parent c647c0fd8f
commit 359fc93111
11 changed files with 5 additions and 149 deletions

View File

@@ -136,7 +136,7 @@ public sealed class TippyUIController : UIController
}
else
{
_entity = EntityManager.SpawnEntity(_cfg.GetCVar(CCVars.TippyEntity), MapCoordinates.Nullspace);
_entity = EntityManager.SpawnEntity(_cfg.GetCVar(CCVars.ClippyEntity), MapCoordinates.Nullspace);
tippy.ModifyLayers = true;
}
if (!EntityManager.TryGetComponent(_entity, out sprite))