Set affinity icon in UI

This commit is contained in:
2026-05-31 17:38:53 -07:00
parent b16d0c3169
commit 463d91d640
8 changed files with 758 additions and 621 deletions
+2
View File
@@ -404,6 +404,8 @@ public partial class Game : Node3D, IGame
});
}
public void SetAffinity(ElementType elementType) => InGameUI.SetAffinity(elementType);
private void FloorClearMenu_Exit()
{
_player.Deactivate();