Merge pull request #11211 from Mailaender/debugcustomterrain
Added a CustomTerrainDebugOverlay
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -72,6 +72,7 @@ World:
|
||||
ResourceClaimLayer:
|
||||
PathfinderDebugOverlay:
|
||||
WarheadDebugOverlay:
|
||||
CustomTerrainDebugOverlay:
|
||||
MapCreeps:
|
||||
SpawnMapActors:
|
||||
MapBuildRadius:
|
||||
|
||||
Reference in New Issue
Block a user