fix test data
This commit is contained in:
@@ -44,7 +44,8 @@ object BlastingCrisis : Plugin() {
|
|||||||
Area(location(-13, 78, -32), location(13, 72, -1)),
|
Area(location(-13, 78, -32), location(13, 72, -1)),
|
||||||
Area(location(7, 72, -45), location(9, 74, -48)),
|
Area(location(7, 72, -45), location(9, 74, -48)),
|
||||||
listOf(
|
listOf(
|
||||||
Area(location(15, 72, -1), location(19, 78, -48)), Area(location(19, 78, -48), location(-15, 72, -1))
|
Area(location(15, 72, -1), location(19, 78, -48)),
|
||||||
|
Area(location(-19, 78, -48), location(-15, 72, -1))
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
val teamGreen = MapTeam(
|
val teamGreen = MapTeam(
|
||||||
@@ -58,7 +59,8 @@ object BlastingCrisis : Plugin() {
|
|||||||
Area(location(13, 78, 32), location(-13, 72, 1)),
|
Area(location(13, 78, 32), location(-13, 72, 1)),
|
||||||
Area(location(-7, 72, 45), location(-9, 74, 48)),
|
Area(location(-7, 72, 45), location(-9, 74, 48)),
|
||||||
listOf(
|
listOf(
|
||||||
Area(location(-15, 72, 1), location(-19, 78, 48)), Area(location(-19, 78, 48), location(15, 72, 1))
|
Area(location(-15, 72, 1), location(-19, 78, 48)),
|
||||||
|
Area(location(19, 78, 48), location(15, 72, 1))
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
val map = GameMap(
|
val map = GameMap(
|
||||||
|
|||||||
Reference in New Issue
Block a user