Allow terrain depth sprites to be loaded from a second file.

This commit is contained in:
Paul Chote
2020-12-29 15:04:29 +00:00
committed by reaperrr
parent 632af7c7e6
commit 223a0015a6
2 changed files with 27 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ namespace OpenRA.Mods.Common.Terrain
public class DefaultTerrainTemplateInfo : TerrainTemplateInfo
{
public readonly string[] Images;
public readonly string[] DepthImages;
public readonly int[] Frames;
public readonly string Palette;