mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
[godot] Fix examples/export/runtimes.sh for Godot.
This commit is contained in:
parent
bd3de3bddd
commit
f684e7ce8f
@ -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/"
|
||||
|
||||
@ -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 )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user