Waypoint for maps Aground and Outpost (#16)

Added new waypoints for maps.
This commit is contained in:
ghostwulf
2021-06-27 15:58:27 -06:00
committed by GitHub
parent 1bdf9450ea
commit c254406bc5
4 changed files with 2923 additions and 0 deletions
Binary file not shown.
+8
View File
@@ -1003,6 +1003,14 @@ load_waypoints()
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap(); level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
break; break;
case "mp_aground_ss":
level.waypoints = maps\mp\bots\waypoints\aground::Aground();
break;
case "mp_radar":
level.waypoints = maps\mp\bots\waypoints\outpost::Outpost();
break;
default: default:
maps\mp\bots\waypoints\_custom_map::main( mapname ); maps\mp\bots\waypoints\_custom_map::main( mapname );
break; break;
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff