[godot] Fix examples/export/runtimes.sh for Godot.

This commit is contained in:
Mario Zechner 2022-04-05 18:07:23 +02:00
parent bd3de3bddd
commit f684e7ce8f
2 changed files with 22 additions and 6 deletions

View File

@ -86,14 +86,28 @@ cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-cocos2dx/example/
cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-cocos2dx/example/Resources/common/"
echo "spine-godot"
rm "$ROOT"/spine-godot/example/spineboy/*.atlas
rm "$ROOT"/spine-godot/example/spineboy/*.json
rm "$ROOT"/spine-godot/example/spineboy/*.skel
rm -f "$ROOT"/spine-godot/example/spineboy/*.atlas
rm -f "$ROOT"/spine-godot/example/spineboy/*.json
rm -f "$ROOT"/spine-godot/example/spineboy/*.skel
rm -f "$ROOT"/spine-godot/example/raptor/*.atlas
rm -f "$ROOT"/spine-godot/example/raptor/*.skel
rm -f "$ROOT"/spine-godot/example/mix-and-match/*.atlas
rm -f "$ROOT"/spine-godot/example/mix-and-match/*.json
rm -f "$ROOT"/spine-godot/example/mix-and-match/*.skel
cp -f ../spineboy/export/spineboy-pro.json "$ROOT/spine-godot/example/spineboy/"
cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-godot/example/spineboy/"
cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-godot/example/spineboy/"
cp -f ../spineboy/export/spineboy.png "$ROOT/spine-godot/example/spineboy/"
cp -f ../mix-and-match/export/mix-and-match-pro.json "$ROOT/spine-godot/example/mix-and-match/"
cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-godot/example/mix-and-match/"
cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-godot/example/mix-and-match/"
cp -f ../raptor/export/raptor-pro.skel "$ROOT/spine-godot/example/raptor/"
cp -f ../raptor/export/raptor.atlas "$ROOT/spine-godot/example/raptor/"
cp -f ../raptor/export/raptor.png "$ROOT/spine-godot/example/raptor/"
echo "spine-sfml-c"
rm "$ROOT/spine-sfml/c/data/"*
cp -f ../coin/export/coin-pro.json "$ROOT/spine-sfml/c/data/"

View File

@ -25,16 +25,18 @@ skeleton = ExtResource( 6 )
[node name="Node2D" type="Node2D"]
[node name="Spineboy" type="SpineSprite" parent="."]
position = Vector2( 696.833, 438.135 )
position = Vector2( 862.76, 472.89 )
scale = Vector2( 0.5, 0.5 )
animation_state_data_res = SubResource( 2 )
script = ExtResource( 1 )
[node name="MixAndMatch" type="SpineSprite" parent="."]
position = Vector2( 487.69, 515.718 )
position = Vector2( 639.042, 497.78 )
scale = Vector2( 0.5, 0.5 )
animation_state_data_res = SubResource( 3 )
script = ExtResource( 5 )
[node name="SpineSprite" type="SpineSprite" parent="."]
position = Vector2( 181.623, 491.053 )
position = Vector2( 261.223, 541.504 )
scale = Vector2( 0.5, 0.5 )
animation_state_data_res = SubResource( 5 )