From 04695f4c001f26283a3ec01dd167a5738b9d5301 Mon Sep 17 00:00:00 2001 From: "andrey.zhirnov" Date: Thu, 25 Jul 2019 19:08:02 +0300 Subject: [PATCH] use .json-large to put json into lfs --- .gitattributes | 2 +- samples/bin/library/raptor/export/raptor.atlas | 3 --- .../{export/raptor-pro.json => raptor-pro.json-large} | 0 samples/bin/library/raptor/{export => }/raptor-pro.skel | 0 samples/bin/library/raptor/raptor.atlas | 3 +++ samples/bin/library/raptor/{export => }/raptor.png | 0 samples/bin/library/spine_raptor.json | 9 ++++++--- 7 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 samples/bin/library/raptor/export/raptor.atlas rename samples/bin/library/raptor/{export/raptor-pro.json => raptor-pro.json-large} (100%) rename samples/bin/library/raptor/{export => }/raptor-pro.skel (100%) create mode 100644 samples/bin/library/raptor/raptor.atlas rename samples/bin/library/raptor/{export => }/raptor.png (100%) diff --git a/.gitattributes b/.gitattributes index 7fef1442..150fa32e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,4 +14,4 @@ *.ogg filter=lfs diff=lfs merge=lfs -text *.skel filter=lfs diff=lfs merge=lfs -text *.atlas filter=lfs diff=lfs merge=lfs -text -*.json filter=lfs diff=lfs merge=lfs -text +*.json-large filter=lfs diff=lfs merge=lfs -text diff --git a/samples/bin/library/raptor/export/raptor.atlas b/samples/bin/library/raptor/export/raptor.atlas deleted file mode 100644 index 09e4ce87..00000000 --- a/samples/bin/library/raptor/export/raptor.atlas +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19b38bacd3e0cb4b41df20d88d2097e9886745b535bf821004736f7ae7582736 -size 4224 diff --git a/samples/bin/library/raptor/export/raptor-pro.json b/samples/bin/library/raptor/raptor-pro.json-large similarity index 100% rename from samples/bin/library/raptor/export/raptor-pro.json rename to samples/bin/library/raptor/raptor-pro.json-large diff --git a/samples/bin/library/raptor/export/raptor-pro.skel b/samples/bin/library/raptor/raptor-pro.skel similarity index 100% rename from samples/bin/library/raptor/export/raptor-pro.skel rename to samples/bin/library/raptor/raptor-pro.skel diff --git a/samples/bin/library/raptor/raptor.atlas b/samples/bin/library/raptor/raptor.atlas new file mode 100644 index 00000000..f14d752d --- /dev/null +++ b/samples/bin/library/raptor/raptor.atlas @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b7c681d1cc80b52f0a501810405f44cbe9159fb348e3af155bcd9948267896 +size 4217 diff --git a/samples/bin/library/raptor/export/raptor.png b/samples/bin/library/raptor/raptor.png similarity index 100% rename from samples/bin/library/raptor/export/raptor.png rename to samples/bin/library/raptor/raptor.png diff --git a/samples/bin/library/spine_raptor.json b/samples/bin/library/spine_raptor.json index fcd252a0..daf58174 100644 --- a/samples/bin/library/spine_raptor.json +++ b/samples/bin/library/spine_raptor.json @@ -1,3 +1,6 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b2d2131b3fe0d761de597e316a9001f3fefc7c03c503ec9b2bac538543893e1 -size 131 +{ + "skeleton" : "raptor/raptor-pro.json-large", + "atlas" : "raptor/raptor.atlas", + "scale" : 1.0, + "premultiplied_alpha" : false +} \ No newline at end of file