|
@@ -87,11 +87,14 @@ cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-cocos2dx/example/Re
|
|
|
|
|
|
echo "spine-godot"
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.atlas
|
|
|
+rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.png
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.json
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.skel
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/raptor/*.atlas
|
|
|
+rm -f "$ROOT"/spine-godot/example/assets/raptor/*.png
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/raptor/*.skel
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.atlas
|
|
|
+rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.png
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.json
|
|
|
rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.skel
|
|
|
|
|
@@ -107,6 +110,35 @@ cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-godot/example/asset
|
|
|
cp -f ../raptor/export/raptor-pro.skel "$ROOT/spine-godot/example/assets/raptor/"
|
|
|
cp -f ../raptor/export/raptor.atlas "$ROOT/spine-godot/example/assets/raptor/"
|
|
|
cp -f ../raptor/export/raptor.png "$ROOT/spine-godot/example/assets/raptor/"
|
|
|
+cp -f ../raptor/manual-maps/raptor-normals.png "$ROOT/spine-godot/example/assets/raptor/n_raptor.png"
|
|
|
+cp -f ../raptor/manual-maps/light-sprite.png "$ROOT/spine-godot/example/assets/raptor/light-sprite.png"
|
|
|
+
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/spineboy/*.atlas
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/spineboy/*.png
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/spineboy/*.json
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/spineboy/*.skel
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/raptor/*.atlas
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/raptor/*.png
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/raptor/*.skel
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/mix-and-match/*.atlas
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/mix-and-match/*.png
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/mix-and-match/*.json
|
|
|
+rm -f "$ROOT"/spine-godot/example-v4/assets/mix-and-match/*.skel
|
|
|
+
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$ROOT/spine-godot/example-v4/assets/spineboy/"
|
|
|
+cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-godot/example-v4/assets/spineboy/"
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-godot/example-v4/assets/spineboy/"
|
|
|
+cp -f ../spineboy/export/spineboy.png "$ROOT/spine-godot/example-v4/assets/spineboy/"
|
|
|
+
|
|
|
+cp -f ../mix-and-match/export/mix-and-match-pro.json "$ROOT/spine-godot/example-v4/assets/mix-and-match/"
|
|
|
+cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-godot/example-v4/assets/mix-and-match/"
|
|
|
+cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-godot/example-v4/assets/mix-and-match/"
|
|
|
+
|
|
|
+cp -f ../raptor/export/raptor-pro.skel "$ROOT/spine-godot/example-v4/assets/raptor/"
|
|
|
+cp -f ../raptor/export/raptor.atlas "$ROOT/spine-godot/example-v4/assets/raptor/"
|
|
|
+cp -f ../raptor/export/raptor.png "$ROOT/spine-godot/example-v4/assets/raptor/"
|
|
|
+cp -f ../raptor/manual-maps/raptor-normals.png "$ROOT/spine-godot/example-v4/assets/raptor/n_raptor.png"
|
|
|
+cp -f ../raptor/manual-maps/light-sprite.png "$ROOT/spine-godot/example-v4/assets/raptor/light-sprite.png"
|
|
|
|
|
|
echo "spine-sfml-c"
|
|
|
rm "$ROOT/spine-sfml/c/data/"*
|