Work has begun on the Europe map.
This commit is contained in:
@@ -53,7 +53,11 @@ public class FloorMap : UdonSharpBehaviour
|
||||
public int NextCountry()
|
||||
{
|
||||
_CurrentCountry++;
|
||||
Debug.LogError("Current location: " + _ChosenCities[_CurrentCountry] + ", " + _ChosenCountries[_CurrentCountry]);
|
||||
if (_CurrentCountry >= MAX_SELECTED_COUNTRIES)
|
||||
{
|
||||
Debug.LogError("We ran out of countries. Just end the game here.");
|
||||
return -1;
|
||||
}
|
||||
return _CurrentCountry;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user