diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-18 12:06:59 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-18 12:06:59 -0300 |
| commit | 5146895cf537dd69867da612abed5b4abaf805cd (patch) | |
| tree | 70212352a07922b58db99ba2564f76ca072af200 /scripts/Map/MapData.cs | |
| parent | eacdd15612c70ff86f3446982c46a09272249936 (diff) | |
ME ELIMINE AAAAAAAAAAAAAAAAAAAAAAAAAAAA
Diffstat (limited to 'scripts/Map/MapData.cs')
| -rw-r--r-- | scripts/Map/MapData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Map/MapData.cs b/scripts/Map/MapData.cs index 3365380..699295e 100644 --- a/scripts/Map/MapData.cs +++ b/scripts/Map/MapData.cs @@ -19,7 +19,7 @@ public partial class MapData : RefCounted /// Peso do ator no pathfinder. /// A IA irá evitar de passar por espaços com peso alto. /// </summary> - private static readonly float EntityWeight = 10.0f; + private static readonly float entityWeight = 10.0f; #endregion #region Constructor @@ -138,7 +138,7 @@ public partial class MapData : RefCounted /// <param name="entity">A entidade em questão.</param> public void RegisterBlockingEntity(Entity entity) { - Pathfinder.SetPointWeightScale(entity.GridPosition, EntityWeight); + Pathfinder.SetPointWeightScale(entity.GridPosition, entityWeight); } /// <summary> |
