Merge pull request #11211 from Mailaender/debugcustomterrain

Added a CustomTerrainDebugOverlay
This commit is contained in:
reaperrr
2016-06-12 11:53:47 +02:00
committed by GitHub
13 changed files with 122 additions and 14 deletions

View File

@@ -123,3 +123,10 @@ Container@DEBUG_PANEL:
Width: 200
Font: Regular
Text: Show Actor Tags
Checkbox@SHOW_CUSTOMTERRAIN_OVERLAY:
X: 290
Y: 365
Height: 20
Width: 200
Font: Regular
Text: Show Custom Terrain

View File

@@ -2,7 +2,7 @@ Container@GAME_INFO_PANEL:
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 512
Height: 375
Height: 405
Logic: GameInfoLogic
Visible: False
Children:

View File

@@ -72,6 +72,7 @@ World:
ResourceClaimLayer:
PathfinderDebugOverlay:
WarheadDebugOverlay:
CustomTerrainDebugOverlay:
MapCreeps:
SpawnMapActors:
MapBuildRadius:

View File

@@ -79,6 +79,7 @@ World:
BuildableTerrainLayer:
D2kResourceLayer:
ResourceClaimLayer:
CustomTerrainDebugOverlay:
SmudgeLayer@Rock:
Type: RockCrater
Sequence: rockcraters

View File

@@ -128,3 +128,10 @@ Container@DEBUG_PANEL:
Width: 200
Font: Regular
Text: Show Actor Tags
Checkbox@SHOW_CUSTOMTERRAIN_OVERLAY:
X: 290
Y: 365
Height: 20
Width: 200
Font: Regular
Text: Show Custom Terrain

View File

@@ -2,7 +2,7 @@ Container@GAME_INFO_PANEL:
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 522
Height: 455
Height: 485
Logic: GameInfoLogic
Visible: False
Children:

View File

@@ -99,6 +99,7 @@ World:
ProductionPaletteWidget: PRODUCTION_PALETTE
BridgeLayer:
Bridges: bridge1, bridge2, br1, br2, br3, sbridge1, sbridge2, sbridge3, sbridge4
CustomTerrainDebugOverlay:
CrateSpawner:
DeliveryAircraft: badr
QuantizedFacings: 16

View File

@@ -135,3 +135,10 @@ Container@DEBUG_PANEL:
Width: 200
Font: Regular
Text: Show Actor Tags
Checkbox@SHOW_CUSTOMTERRAIN_OVERLAY:
X: 290
Y: 365
Height: 20
Width: 200
Font: Regular
Text: Show Custom Terrain

View File

@@ -94,6 +94,7 @@ World:
SmokeType: largesmoke
Sequence: largecraters
ResourceLayer:
CustomTerrainDebugOverlay:
ResourceClaimLayer:
PathfinderDebugOverlay:
WarheadDebugOverlay:

View File

@@ -596,19 +596,10 @@ tuntop01:
ShadowStart: 1
tuntop02:
idle:
Offset: 0, -13
UseTilesetExtension: true
ShadowStart: 1
Inherits: tuntop01
tuntop03:
idle:
Offset: 0, -13
UseTilesetExtension: true
ShadowStart: 1
Inherits: tuntop01
tuntop04:
idle:
Offset: 0, -13
UseTilesetExtension: true
ShadowStart: 1
Inherits: tuntop01