Add ctf_map to allow map loading from schematics

This commit is contained in:
rubenwardy 2017-12-23 16:33:05 +00:00
parent 04e9634087
commit e513a63205
18 changed files with 679 additions and 333 deletions

View file

@ -0,0 +1,11 @@
name = Two Hills and Two Lakes
author = rubenwardy
rotation = z
h = 140
r = 115
team.1 = red
team.1.color = red
team.1.pos = 7,27,93
team.2 = blue
team.2.color = blue
team.2.pos = -22,28,-78

Binary file not shown.

View file

@ -0,0 +1,11 @@
name = The Bridge
author = rubenwardy
rotation = x
r = 110
h = 220
team.1 = red
team.1.color = red
team.1.pos = -57,-60,94
team.2 = blue
team.2.color = blue
team.2.pos = -74,-56,-70

Binary file not shown.