|
@@ -1,354 +1,368 @@
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
set -e
|
|
set -e
|
|
-echo "Copying assets to runtimes..."
|
|
|
|
|
|
+
|
|
|
|
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
|
|
+cd $SCRIPT_DIR
|
|
|
|
+
|
|
|
|
+RUNTIME_DIR=${1%/}
|
|
|
|
+if [ ! -d "$RUNTIME_DIR/" ]; then
|
|
|
|
+ echo "Please provide the path to the spine-runtimes/ directory."
|
|
|
|
+ exit -1
|
|
|
|
+fi
|
|
|
|
+if [ ! -f "$RUNTIME_DIR/CHANGELOG.md" ]; then
|
|
|
|
+ echo "Provided runtime directory $RUNTIME_DIR is not a spine-runtimes/ directory."
|
|
|
|
+ exit -1
|
|
|
|
+fi
|
|
|
|
+echo "Runtime directory: $RUNTIME_DIR"
|
|
|
|
+echo "Copying assets to runtimes ..."
|
|
|
|
|
|
echo ""
|
|
echo ""
|
|
echo "spine-libgdx"
|
|
echo "spine-libgdx"
|
|
-rm -rf ../../spine-libgdx/spine-libgdx-tests/assets/goblins/*
|
|
|
|
-cp -f ../goblins/export/*.json ../../spine-libgdx/spine-libgdx-tests/assets/goblins/
|
|
|
|
-cp -f ../goblins/export/*.skel ../../spine-libgdx/spine-libgdx-tests/assets/goblins/
|
|
|
|
-cp -f ../goblins/export/*-pma.* ../../spine-libgdx/spine-libgdx-tests/assets/goblins/
|
|
|
|
-
|
|
|
|
-rm -rf ../../spine-libgdx/spine-libgdx-tests/assets/raptor/*
|
|
|
|
-cp -f ../raptor/export/*.json ../../spine-libgdx/spine-libgdx-tests/assets/raptor/
|
|
|
|
-cp -f ../raptor/export/*.skel ../../spine-libgdx/spine-libgdx-tests/assets/raptor/
|
|
|
|
-cp -f ../raptor/export/*-pma.* ../../spine-libgdx/spine-libgdx-tests/assets/raptor/
|
|
|
|
-
|
|
|
|
-rm -rf ../../spine-libgdx/spine-libgdx-tests/assets/spineboy/*
|
|
|
|
-cp -f ../spineboy/export/*.json ../../spine-libgdx/spine-libgdx-tests/assets/spineboy/
|
|
|
|
-cp -r ../spineboy/export/*.skel ../../spine-libgdx/spine-libgdx-tests/assets/spineboy/
|
|
|
|
-cp -r ../spineboy/export/*-pma.* ../../spine-libgdx/spine-libgdx-tests/assets/spineboy/
|
|
|
|
-
|
|
|
|
-rm -rf ../../spine-libgdx/spine-libgdx-tests/assets/coin/*
|
|
|
|
-cp -f ../coin/export/*.json ../../spine-libgdx/spine-libgdx-tests/assets/coin/
|
|
|
|
-cp -f ../coin/export/*.skel ../../spine-libgdx/spine-libgdx-tests/assets/coin/
|
|
|
|
-cp -f ../coin/export/*-pma.* ../../spine-libgdx/spine-libgdx-tests/assets/coin/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/goblins/"*
|
|
|
|
+cp -f ../goblins/export/*.json "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/goblins/"
|
|
|
|
+cp -f ../goblins/export/*.skel "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/goblins/"
|
|
|
|
+cp -f ../goblins/export/*-pma.* "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/goblins/"
|
|
|
|
+
|
|
|
|
+rm "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/raptor/"*
|
|
|
|
+cp -f ../raptor/export/*.json "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/raptor/"
|
|
|
|
+cp -f ../raptor/export/*.skel "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/raptor/"
|
|
|
|
+cp -f ../raptor/export/*-pma.* "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/raptor/"
|
|
|
|
+
|
|
|
|
+rm "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/spineboy/"*
|
|
|
|
+cp -f ../spineboy/export/*.json "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/spineboy/"
|
|
|
|
+cp -r ../spineboy/export/*.skel "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/spineboy/"
|
|
|
|
+cp -r ../spineboy/export/*-pma.* "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/spineboy/"
|
|
|
|
+
|
|
|
|
+rm "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/coin/"*
|
|
|
|
+cp -f ../coin/export/*.json "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/coin/"
|
|
|
|
+cp -f ../coin/export/*.skel "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/coin/"
|
|
|
|
+cp -f ../coin/export/*-pma.* "$RUNTIME_DIR/spine-libgdx/spine-libgdx-tests/assets/coin/"
|
|
|
|
|
|
echo "spine-as3"
|
|
echo "spine-as3"
|
|
-rm -f ../../spine-as3/spine-as3-example/src/spineboy.*
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.json ../../spine-as3/spine-as3-example/src/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-as3/spine-as3-example/src/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-as3/spine-as3-example/src/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-as3/spine-as3-example/src/spineboy".*
|
|
|
|
+cp -f ../spineboy/export/spineboy-ess.json "$RUNTIME_DIR/spine-as3/spine-as3-example/src/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-as3/spine-as3-example/src/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-as3/spine-as3-example/src/"
|
|
|
|
|
|
echo "spine-cocos2d-objc"
|
|
echo "spine-cocos2d-objc"
|
|
-rm -f ../../spine-cocos2d-objc/Resources/*
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"*
|
|
|
|
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-cocos2d-objc/Resources/
|
|
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../coin/export/coin.atlas "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../coin/export/coin.png "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-cocos2d-objc/Resources/
|
|
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../goblins/export/goblins.atlas "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../goblins/export/goblins.png "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-cocos2d-objc/Resources/
|
|
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.json ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-cocos2d-objc/Resources/
|
|
|
|
|
|
+cp -f ../spineboy/export/spineboy-ess.json "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-cocos2d-objc/Resources/
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-cocos2d-objc/Resources/
|
|
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../tank/export/tank.atlas "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
+cp -f ../tank/export/tank.png "$RUNTIME_DIR/spine-cocos2d-objc/Resources/"
|
|
|
|
|
|
echo "spine-cocos2dx"
|
|
echo "spine-cocos2dx"
|
|
-rm -f ../../spine-cocos2dx/example/Resources/common/*
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"*
|
|
|
|
|
|
-cp -f ../coin/export/coin-pro.skel ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
|
|
+cp -f ../coin/export/coin-pro.skel "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../coin/export/coin.atlas "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../coin/export/coin.png "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../goblins/export/goblins.atlas "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../goblins/export/goblins.png "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.json ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
|
|
-cp -f ../tank/export/tank-pro.skel ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-cocos2dx/example/Resources/common/
|
|
|
|
|
|
+cp -f ../tank/export/tank-pro.skel "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../tank/export/tank.atlas "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
+cp -f ../tank/export/tank.png "$RUNTIME_DIR/spine-cocos2dx/example/Resources/common/"
|
|
|
|
|
|
echo "spine-corona"
|
|
echo "spine-corona"
|
|
-rm -f ../../spine-corona/data/*
|
|
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-corona/data
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-corona/data/"*
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../coin/export/coin.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../coin/export/coin.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../goblins/export/goblins.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../goblins/export/goblins.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../spineboy/export/spineboy-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../tank/export/tank.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../tank/export/tank.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../vine/export/vine-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../vine/export/vine.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../vine/export/vine.png ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../vine/export/vine-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../vine/export/vine.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../vine/export/vine.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.png ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.json ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
-cp -f ../owl/export/owl-pro.json ../../spine-corona/data
|
|
|
|
-cp -f ../owl/export/owl.atlas ../../spine-corona/data
|
|
|
|
-cp -f ../owl/export/owl.png ../../spine-corona/data
|
|
|
|
|
|
+cp -f ../owl/export/owl-pro.json "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../owl/export/owl.atlas "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
+cp -f ../owl/export/owl.png "$RUNTIME_DIR/spine-corona/data"
|
|
|
|
|
|
echo "spine-love"
|
|
echo "spine-love"
|
|
-rm -f ../../spine-love/data/*
|
|
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-love/data
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-love/data
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-love/data
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-love/data/"*
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../coin/export/coin.atlas "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../coin/export/coin.png "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-love/data
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-love/data
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-love/data
|
|
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../goblins/export/goblins.atlas "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../goblins/export/goblins.png "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-love/data
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-love/data
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-love/data
|
|
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
-cp -f ../spineboy/export/spineboy-pro.json ../../spine-love/data
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-love/data
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-love/data
|
|
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-love/data
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-love/data
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-love/data
|
|
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../tank/export/tank.atlas "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../tank/export/tank.png "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
-cp -f ../vine/export/vine-pro.json ../../spine-love/data
|
|
|
|
-cp -f ../vine/export/vine.atlas ../../spine-love/data
|
|
|
|
-cp -f ../vine/export/vine.png ../../spine-love/data
|
|
|
|
|
|
+cp -f ../vine/export/vine-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../vine/export/vine.atlas "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../vine/export/vine.png "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.json ../../spine-love/data
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.atlas ../../spine-love/data
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.png ../../spine-love/data
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman.atlas "$RUNTIME_DIR/spine-love/data"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman.png "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.json ../../spine-love/data
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.json "$RUNTIME_DIR/spine-love/data"
|
|
|
|
|
|
echo "spine-sfml-c"
|
|
echo "spine-sfml-c"
|
|
-rm -f ../../spine-sfml/data/*
|
|
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../coin/export/coin-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-sfml/c/data/
|
|
|
|
-
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../goblins/export/goblins-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-sfml/c/data/
|
|
|
|
-
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../raptor/export/raptor-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-sfml/c/data/
|
|
|
|
-
|
|
|
|
-cp -f ../spineboy/export/spineboy-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-sfml/c/data/
|
|
|
|
-
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../tank/export/tank-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-sfml/c/data/
|
|
|
|
-
|
|
|
|
-cp -f ../vine/export/vine-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../vine/export/vine-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../vine/export/vine.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../vine/export/vine.png ../../spine-sfml/c/data/
|
|
|
|
-
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.png ../../spine-sfml/c/data/
|
|
|
|
-
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.json ../../spine-sfml/c/data
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.skel ../../spine-sfml/c/data
|
|
|
|
-
|
|
|
|
-cp -f ../owl/export/owl-pro.json ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../owl/export/owl-pro.skel ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../owl/export/owl.atlas ../../spine-sfml/c/data/
|
|
|
|
-cp -f ../owl/export/owl.png ../../spine-sfml/c/data/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-sfml/c/data/"*
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../coin/export/coin-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../coin/export/coin-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../coin/export/coin-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../goblins/export/goblins-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../goblins/export/goblins-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../goblins/export/goblins-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../raptor/export/raptor-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../tank/export/tank-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../tank/export/tank-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../tank/export/tank-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../vine/export/vine-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../vine/export/vine-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../vine/export/vine-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../vine/export/vine-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.json "$RUNTIME_DIR/spine-sfml/c/data"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.skel "$RUNTIME_DIR/spine-sfml/c/data"
|
|
|
|
+
|
|
|
|
+cp -f ../owl/export/owl-pro.json "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../owl/export/owl-pro.skel "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../owl/export/owl-pma.atlas "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
+cp -f ../owl/export/owl-pma.png "$RUNTIME_DIR/spine-sfml/c/data/"
|
|
|
|
|
|
echo "spine-sfml-cpp"
|
|
echo "spine-sfml-cpp"
|
|
-rm -f ../../spine-sfml/cpp/data/*
|
|
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../coin/export/coin-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-sfml/cpp/data/
|
|
|
|
-
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../goblins/export/goblins-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-sfml/cpp/data/
|
|
|
|
-
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../raptor/export/raptor-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-sfml/cpp/data/
|
|
|
|
-
|
|
|
|
-cp -f ../spineboy/export/spineboy-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-sfml/cpp/data/
|
|
|
|
-
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../tank/export/tank-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-sfml/cpp/data/
|
|
|
|
-
|
|
|
|
-cp -f ../vine/export/vine-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../vine/export/vine-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../vine/export/vine.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../vine/export/vine.png ../../spine-sfml/cpp/data/
|
|
|
|
-
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.png ../../spine-sfml/cpp/data/
|
|
|
|
-
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.json ../../spine-sfml/cpp/data
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.skel ../../spine-sfml/cpp/data
|
|
|
|
-
|
|
|
|
-cp -f ../owl/export/owl-pro.json ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../owl/export/owl-pro.skel ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../owl/export/owl.atlas ../../spine-sfml/cpp/data/
|
|
|
|
-cp -f ../owl/export/owl.png ../../spine-sfml/cpp/data/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-sfml/cpp/data/"*
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../coin/export/coin-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../coin/export/coin-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../coin/export/coin-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../goblins/export/goblins-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../goblins/export/goblins-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../goblins/export/goblins-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../raptor/export/raptor-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../tank/export/tank-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../tank/export/tank-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../tank/export/tank-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../vine/export/vine-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../vine/export/vine-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../vine/export/vine-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../vine/export/vine-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data"
|
|
|
|
+
|
|
|
|
+cp -f ../owl/export/owl-pro.json "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../owl/export/owl-pro.skel "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../owl/export/owl-pma.atlas "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
+cp -f ../owl/export/owl-pma.png "$RUNTIME_DIR/spine-sfml/cpp/data/"
|
|
|
|
|
|
echo "spine-starling"
|
|
echo "spine-starling"
|
|
# DO NOT DELETE EVERYTHING IN SOURCE, ESPECIALLY goblins-mesh-starling.png/.xml
|
|
# DO NOT DELETE EVERYTHING IN SOURCE, ESPECIALLY goblins-mesh-starling.png/.xml
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../coin/export/coin.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../coin/export/coin.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../goblins/export/goblins.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../goblins/export/goblins.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../spineboy/export/spineboy-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../tank/export/tank.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../tank/export/tank.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../vine/export/vine-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../vine/export/vine.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../vine/export/vine.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../vine/export/vine-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../vine/export/vine.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../vine/export/vine.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
-cp -f ../owl/export/owl-pro.json ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../owl/export/owl.atlas ../../spine-starling/spine-starling-example/src/
|
|
|
|
-cp -f ../owl/export/owl.png ../../spine-starling/spine-starling-example/src/
|
|
|
|
|
|
+cp -f ../owl/export/owl-pro.json "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../owl/export/owl.atlas "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
+cp -f ../owl/export/owl.png "$RUNTIME_DIR/spine-starling/spine-starling-example/src/"
|
|
|
|
|
|
echo "spine-ts"
|
|
echo "spine-ts"
|
|
-rm -f ../../spine-ts/webgl/example/assets/*
|
|
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-ts/webgl/example/assets/"*
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../coin/export/coin-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../coin/export/coin-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-ts/webgl/example/assets/goblins.atlas
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-ts/webgl/example/assets/goblins.png
|
|
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../goblins/export/goblins-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../goblins/export/goblins-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../spineboy/export/spineboy-pma.png ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../tank/export/tank-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../tank/export/tank-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../vine/export/vine-pro.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../vine/export/vine.atlas ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../vine/export/vine.png ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+cp -f ../vine/export/vine-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../vine/export/vine-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../vine/export/vine-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../owl/export/owl-pro.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../owl/export/owl.atlas ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../owl/export/owl.png ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+cp -f ../owl/export/owl-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../owl/export/owl-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../owl/export/owl-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../stretchyman/export/stretchyman-pro.json ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.atlas ../../spine-ts/webgl/example/assets/
|
|
|
|
-cp -f ../stretchyman/export/stretchyman.png ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pma.atlas "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-pma.png "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-cp -f ../stretchyman-stretchy-ik/export/stretchyman-stretchy-ik.json ../../spine-ts/webgl/example/assets/
|
|
|
|
|
|
+cp -f ../stretchyman/export/stretchyman-stretchy-ik-pro.json "$RUNTIME_DIR/spine-ts/webgl/example/assets/"
|
|
|
|
|
|
-rm -f ../../spine-ts/canvas/example/assets/*
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.json ../../spine-ts/canvas/example/assets/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-ts/canvas/example/assets/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-ts/canvas/example/assets/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-ts/canvas/example/assets/"*
|
|
|
|
+cp -f ../spineboy/export/spineboy-ess.json "$RUNTIME_DIR/spine-ts/canvas/example/assets/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-ts/canvas/example/assets/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-ts/canvas/example/assets/"
|
|
|
|
|
|
-rm -f ../../spine-ts/threejs/example/assets/*
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-ts/threejs/example/assets/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-ts/threejs/example/assets/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-ts/threejs/example/assets/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-ts/threejs/example/assets/"*
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-ts/threejs/example/assets/"
|
|
|
|
+cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-ts/threejs/example/assets/"
|
|
|
|
+cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-ts/threejs/example/assets/"
|
|
|
|
|
|
-rm -f ../../spine-ts/widget/example/assets/*
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-ts/widget/example/assets/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-ts/widget/example/assets/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-ts/widget/example/assets/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-ts/widget/example/assets/"*
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.atlas "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
|
|
|
+cp -f ../raptor/export/raptor-pma.png "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
|
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.json ../../spine-ts/widget/example/assets/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-ts/widget/example/assets/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-ts/widget/example/assets/
|
|
|
|
|
|
+cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.atlas "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-pma.png "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
|
|
|
|
|
echo "spine-xna"
|
|
echo "spine-xna"
|
|
-rm -f ../../spine-xna/example/data/*
|
|
|
|
-cp -f ../coin/export/coin-pro.json ../../spine-xna/example/data/
|
|
|
|
-cp -f ../coin/export/coin-pro.skel ../../spine-xna/example/data/
|
|
|
|
-cp -f ../coin/export/coin.atlas ../../spine-xna/example/data/
|
|
|
|
-cp -f ../coin/export/coin.png ../../spine-xna/example/data/
|
|
|
|
-
|
|
|
|
-cp -f ../goblins/export/goblins-pro.json ../../spine-xna/example/data/
|
|
|
|
-cp -f ../goblins/export/goblins-pro.skel ../../spine-xna/example/data/
|
|
|
|
-cp -f ../goblins/export/goblins.atlas ../../spine-xna/example/data/goblins-mesh.atlas
|
|
|
|
-cp -f ../goblins/export/goblins.png ../../spine-xna/example/data/
|
|
|
|
-
|
|
|
|
-cp -f ../raptor/export/raptor-pro.json ../../spine-xna/example/data/
|
|
|
|
-cp -f ../raptor/export/raptor-pro.skel ../../spine-xna/example/data/
|
|
|
|
-cp -f ../raptor/export/raptor.atlas ../../spine-xna/example/data/
|
|
|
|
-cp -f ../raptor/export/raptor.png ../../spine-xna/example/data/
|
|
|
|
-
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.json ../../spine-xna/example/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy-ess.skel ../../spine-xna/example/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy.atlas ../../spine-xna/example/data/
|
|
|
|
-cp -f ../spineboy/export/spineboy.png ../../spine-xna/example/data/
|
|
|
|
-
|
|
|
|
-cp -f ../tank/export/tank-pro.json ../../spine-xna/example/data/
|
|
|
|
-cp -f ../tank/export/tank-pro.skel ../../spine-xna/example/data/
|
|
|
|
-cp -f ../tank/export/tank.atlas ../../spine-xna/example/data/
|
|
|
|
-cp -f ../tank/export/tank.png ../../spine-xna/example/data/
|
|
|
|
|
|
+rm "$RUNTIME_DIR/spine-xna/example/data/"*
|
|
|
|
+cp -f ../coin/export/coin-pro.json "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../coin/export/coin-pro.skel "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../coin/export/coin.atlas "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../coin/export/coin.png "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../goblins/export/goblins-pro.json "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../goblins/export/goblins-pro.skel "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../goblins/export/goblins.atlas "$RUNTIME_DIR/spine-xna/example/data/goblins-mesh.atlas"
|
|
|
|
+cp -f ../goblins/export/goblins.png "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../raptor/export/raptor-pro.skel "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../spineboy/export/spineboy-ess.json "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy-ess.skel "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.atlas "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../spineboy/export/spineboy.png "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+
|
|
|
|
+cp -f ../tank/export/tank-pro.json "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../tank/export/tank-pro.skel "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../tank/export/tank.atlas "$RUNTIME_DIR/spine-xna/example/data/"
|
|
|
|
+cp -f ../tank/export/tank.png "$RUNTIME_DIR/spine-xna/example/data/"
|