Skip to content

Commit

Permalink
[ts] Finished 4.0 port. See #1796
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Nov 27, 2020
1 parent 9481320 commit 88f0d98
Show file tree
Hide file tree
Showing 58 changed files with 54,439 additions and 27,962 deletions.
2 changes: 1 addition & 1 deletion examples/export/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ! -f "$SPINE_EXE" ]; then
SPINE_EXE="/mnt/c/Program Files/Spine/Spine.com"
fi
if [ ! -f "$SPINE_EXE" ]; then
SPINE_EXE="/Applications/Spine/Spine.app/Contents/MacOS/Spine"
SPINE_EXE="/Applications/Spine.app/Contents/MacOS/Spine"
fi
echo "Spine exe: $SPINE_EXE"

Expand Down
2 changes: 1 addition & 1 deletion spine-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin

## Spine version

spine-ts works with data exported from Spine 3.8.xx.
spine-ts works with data exported from Spine 4.0.xx.

The spine-ts WebGL and Player backends support all Spine features.

Expand Down
432 changes: 257 additions & 175 deletions spine-ts/build/spine-all.d.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 88f0d98

Please sign in to comment.