diff --git a/examples/export/runtimes.sh b/examples/export/runtimes.sh index 252a8d6fd..a4bd7fd2e 100755 --- a/examples/export/runtimes.sh +++ b/examples/export/runtimes.sh @@ -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/" diff --git a/spine-godot/example/spineboy.tscn b/spine-godot/example/spineboy.tscn index cd7cfe900..c44483866 100644 --- a/spine-godot/example/spineboy.tscn +++ b/spine-godot/example/spineboy.tscn @@ -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 )