mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-29 10:24:34 +00:00
Renamed PCK "Properties" to "Parameters"
there's a lot of things with this name scheme in this program so definitely possible i missed something.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace PckStudio.Core.Serializer
|
||||
public void Serialize(Animation animation, ref PckAsset asset)
|
||||
{
|
||||
string anim = SerializeAnim(animation);
|
||||
asset.SetProperty("ANIM", anim);
|
||||
asset.SetParameter("ANIM", anim);
|
||||
Image texture = SerializeTexture(animation);
|
||||
asset.SetTexture(texture);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user