Merge pull request #13 from doa3/master

Waypoints for Interchange
This commit is contained in:
INeedGames 2021-06-14 10:43:22 -06:00 committed by GitHub
commit ec5daa12f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1434 additions and 0 deletions

View File

@ -964,6 +964,9 @@ load_waypoints()
case "mp_village":
level.waypoints = maps\mp\bots\waypoints\village::Village();
break;
case "mp_interchange":
level.waypoints = maps\mp\bots\waypoints\interchange::Interchange();
break;
case "mp_test":
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
break;

File diff suppressed because it is too large Load Diff