make centcomm a grid
This commit is contained in:
parent
ffeec8f481
commit
21e9219e5e
|
|
@ -39,7 +39,7 @@ namespace Content.IntegrationTests.Tests
|
|||
|
||||
private static readonly string[] Grids =
|
||||
{
|
||||
//"/Maps/centcomm.yml", // DeltaV - centcomm is a map not grid
|
||||
"/Maps/_DV/centcomm.yml", // DeltaV
|
||||
AdminTestArenaSystem.ArenaMapPath
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,25 +27,11 @@ tilemap:
|
|||
entities:
|
||||
- proto: ""
|
||||
entities:
|
||||
- uid: 1406
|
||||
components:
|
||||
- type: MetaData
|
||||
name: Map Entity
|
||||
- type: Transform
|
||||
- type: Map
|
||||
mapPaused: True
|
||||
- type: PhysicsMap
|
||||
- type: GridTree
|
||||
- type: MovedGrids
|
||||
- type: Broadphase
|
||||
- type: OccluderTree
|
||||
- type: LoadedMap
|
||||
- uid: 1668
|
||||
components:
|
||||
- type: MetaData
|
||||
name: Central Command
|
||||
- type: Transform
|
||||
parent: 1406
|
||||
- type: MapGrid
|
||||
chunks:
|
||||
-1,-1:
|
||||
|
|
|
|||
Loading…
Reference in New Issue