From beea7c5b4dda4756fc9fd297c143a3b84ad734ea Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 20 Jan 2022 19:44:38 +0100 Subject: [PATCH] [monogame] Clean-up of .gitignore and runtimes.sh --- .gitignore | 7 ------- examples/export/runtimes.sh | 38 ++++++++++++++++++------------------- 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 210fc85e0..b88a4297c 100644 --- a/.gitignore +++ b/.gitignore @@ -60,13 +60,6 @@ spine-monogame/example/obj spine-monogame/example/Content/bin/ spine-monogame/example/Content/obj/ -spine-xna/bin -spine-xna/obj -spine-xna/example/bin -spine-xna/example/obj -spine-xna/example-content/obj/ -spine-xna/.vs/ - spine-unity/Assets/spine-csharp* !spine-unity/Assets/spine-csharp/Place spine-csharp src here.* !spine-unity/Assets/spine-csharp/add spine-csharp src here.* diff --git a/examples/export/runtimes.sh b/examples/export/runtimes.sh index 9271677f5..bb0ca9163 100755 --- a/examples/export/runtimes.sh +++ b/examples/export/runtimes.sh @@ -264,31 +264,31 @@ cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-ts/spine-player/example/ cp -f ../spineboy/export/spineboy-pma.atlas "$ROOT/spine-ts/spine-player/example/assets/" cp -f ../spineboy/export/spineboy-pma.png "$ROOT/spine-ts/spine-player/example/assets/" -echo "spine-xna" -rm "$ROOT/spine-xna/example/data/"* -cp -f ../coin/export/coin-pro.json "$ROOT/spine-xna/example/data/" -cp -f ../coin/export/coin-pro.skel "$ROOT/spine-xna/example/data/" -cp -f ../coin/export/coin.atlas "$ROOT/spine-xna/example/data/" -cp -f ../coin/export/coin.png "$ROOT/spine-xna/example/data/" +echo "spine-monogame" +rm "$ROOT/spine-monogame/spine-monogame-example/data/"* +cp -f ../coin/export/coin-pro.json "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../coin/export/coin-pro.skel "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../coin/export/coin.atlas "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../coin/export/coin.png "$ROOT/spine-monogame/spine-monogame-example/data/" -cp -f ../raptor/export/raptor-pro.json "$ROOT/spine-xna/example/data/" +cp -f ../raptor/export/raptor-pro.json "$ROOT/spine-monogame/spine-monogame-example/data/" # Note: normalmap need to be created manually. Thus we use a separately prepared atlas and # diffuse map so that the maps always match. These atlas textures are copied to the target dir. -cp -f ../raptor/manual-maps/raptor.atlas "$ROOT/spine-xna/example/data/" -cp -f ../raptor/manual-maps/raptor.png "$ROOT/spine-xna/example/data/" -cp -f ../raptor/manual-maps/raptor-normals.png "$ROOT/spine-xna/example/data/raptor_normals.png" +cp -f ../raptor/manual-maps/raptor.atlas "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../raptor/manual-maps/raptor.png "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../raptor/manual-maps/raptor-normals.png "$ROOT/spine-monogame/spine-monogame-example/data/raptor_normals.png" -cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-xna/example/data/" -cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-xna/example/data/" -cp -f ../spineboy/export/spineboy.png "$ROOT/spine-xna/example/data/" +cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../spineboy/export/spineboy.png "$ROOT/spine-monogame/spine-monogame-example/data/" -cp -f ../tank/export/tank-pro.json "$ROOT/spine-xna/example/data/" -cp -f ../tank/export/tank.atlas "$ROOT/spine-xna/example/data/" -cp -f ../tank/export/tank.png "$ROOT/spine-xna/example/data/" +cp -f ../tank/export/tank-pro.json "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../tank/export/tank.atlas "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../tank/export/tank.png "$ROOT/spine-monogame/spine-monogame-example/data/" -cp -f ../mix-and-match/export/mix-and-match-pro.json "$ROOT/spine-xna/example/data/" -cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-xna/example/data/" -cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-xna/example/data/" +cp -f ../mix-and-match/export/mix-and-match-pro.json "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-monogame/spine-monogame-example/data/" +cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-monogame/spine-monogame-example/data/" echo "spine-ue4" rm "$ROOT/spine-ue4/Content/GettingStarted/Assets/Raptor/raptor.json"