fix test data

This commit is contained in:
TONY_All 2023-06-10 21:06:13 +08:00
parent 3d35de3fe3
commit 20b1004e62
No known key found for this signature in database
GPG Key ID: B868A344D7435E88
1 changed files with 4 additions and 2 deletions

View File

@ -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(