Added textures to maps
This commit is contained in:
@ -45,6 +45,13 @@ namespace TransportGame.Model
|
||||
/// Gets or sets an array of textures to use
|
||||
/// </summary>
|
||||
[XmlArray("textures")]
|
||||
[XmlArrayItem("texture")]
|
||||
public Texture[] Textures { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the biome file name
|
||||
/// </summary>
|
||||
[XmlIgnore]
|
||||
public string FileName { get; set; }
|
||||
}
|
||||
}
|
||||
|
12
Game/Assets/Scripts/Model/Texture.cs.meta
Normal file
12
Game/Assets/Scripts/Model/Texture.cs.meta
Normal file
@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3c67fd1150208b74a835ab23e76d4024
|
||||
timeCreated: 1431072739
|
||||
licenseType: Free
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user