Make Vesna entity save current position

This commit is contained in:
jonathan
2026-02-04 20:40:50 +01:00
parent 1b77718b9b
commit 7841252809
3 changed files with 12 additions and 1 deletions
@@ -93,6 +93,7 @@ public partial class EntityManager : Node
{
TrashEntity.OWN_TYPE_NAME => new TrashEntity(),
LoadedScenesEntity.OWN_TYPE_NAME => new LoadedScenesEntity(),
VesnaEntity.OWN_TYPE_NAME => new VesnaEntity(),
_ => throw new Exception($"Trying to load unknown entity type: {type}")
};