35 lines
799 B
Plaintext
35 lines
799 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/TexturePack.html
|
|
Title: People Playground Modding - TexturePack
|
|
==================================================
|
|
|
|
public class TexturePack
|
|
[System.Serializable]
|
|
No description provided
|
|
Fields
|
|
public string Name
|
|
Name of the texture pack
|
|
|
|
public string Author
|
|
Name of the creator
|
|
|
|
public string Description
|
|
Short description
|
|
|
|
public string Thumbnail
|
|
Relative path to thumbnail
|
|
|
|
public string GameVersion
|
|
Version of People Playground this texture pack was designed for
|
|
|
|
public string Version
|
|
Version of this texture pack
|
|
|
|
public float ResolutionMultiplier
|
|
How much larger the textures are compared to the vanilla version
|
|
|
|
public TextureOverride[] Overrides
|
|
Texture overrides
|
|
|
|
public string MetaLocation
|
|
[System.NonSerialized]
|
|
No description provided |