Healthbar

This commit is contained in:
RochesterX
2025-03-03 18:55:03 -05:00
parent 1e6e33079f
commit 0f0c674d5c
8 changed files with 328 additions and 33 deletions

View File

@@ -14,6 +14,5 @@ public class MapSelect : MonoBehaviour
{
Toggle toggle = maps.GetFirstActiveToggle();
GameManager.map = toggle.name;
print(GameManager.map);
}
}