mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[godot] Fix runtimes.sh for new Godot example layout.
This commit is contained in:
parent
b01acf49fd
commit
31a3dd684b
@ -86,27 +86,27 @@ 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 -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
|
||||
rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.atlas
|
||||
rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.json
|
||||
rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.skel
|
||||
rm -f "$ROOT"/spine-godot/example/assets/raptor/*.atlas
|
||||
rm -f "$ROOT"/spine-godot/example/assets/raptor/*.skel
|
||||
rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.atlas
|
||||
rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.json
|
||||
rm -f "$ROOT"/spine-godot/example/assets/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 ../spineboy/export/spineboy-pro.json "$ROOT/spine-godot/example/assets/spineboy/"
|
||||
cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-godot/example/assets/spineboy/"
|
||||
cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-godot/example/assets/spineboy/"
|
||||
cp -f ../spineboy/export/spineboy.png "$ROOT/spine-godot/example/assets/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 ../mix-and-match/export/mix-and-match-pro.json "$ROOT/spine-godot/example/assets/mix-and-match/"
|
||||
cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-godot/example/assets/mix-and-match/"
|
||||
cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-godot/example/assets/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/"
|
||||
cp -f ../raptor/export/raptor-pro.skel "$ROOT/spine-godot/example/assets/raptor/"
|
||||
cp -f ../raptor/export/raptor.atlas "$ROOT/spine-godot/example/assets/raptor/"
|
||||
cp -f ../raptor/export/raptor.png "$ROOT/spine-godot/example/assets/raptor/"
|
||||
|
||||
echo "spine-sfml-c"
|
||||
rm "$ROOT/spine-sfml/c/data/"*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user