feat: add initial People Playground mod development kit
This commit is contained in:
35
extracted_wiki_content/internalReference/texturepack.txt
Normal file
35
extracted_wiki_content/internalReference/texturepack.txt
Normal file
@@ -0,0 +1,35 @@
|
||||
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
|
||||
Reference in New Issue
Block a user