Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evofan authored Oct 13, 2020
1 parent 5813b1b commit 57fb4da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A tool for reading Spine files on PixiJS and checking animation.

![https://evofan.github.io/SpineViewer/screenshot/pic_spine_viwer_title_x2_02.jpg](https://evofan.github.io/SpineViewer/screenshot/pic_spine_viwer_title_x2_02.jpg "image")
<img src="https://raw.githubusercontent.com/evofan/SpineViewer/master/screenshot/pic_screenshot202010.jpg" width="75%">

**DEMO**
[https://evofan.github.io/SpineViewer/dist/](https://evofan.github.io/SpineViewer/dist/)
Expand Down Expand Up @@ -28,9 +28,6 @@ export const ASSETS = {
// ASSET_BG: "assets/images/pic_bg2.jpg", // your bg image
// ASSET_BG: "", // if you don't want to use bg image
ASSET_SPINE1: "assets/spine/spineboy/export/spineboy.json" // your spine animation
// ASSET_SPINE1: "assets/spine/alien/export/alien.json" // your spine animation
// ASSET_SPINE1: "assets/spine/dragon/export/dragon.json" // your spine animation
// ASSET_SPINE1: "assets/spine/powerup/export/powerup.json" // your spine animation
// ASSET_SPINE1: "assets/spine/tank/export/tank-pro.json" // your spine animation
};
Expand All @@ -43,7 +40,6 @@ export const GAMES = {

**TODO:**
~~Controllable timeScale.~~ end
<img src="https://raw.githubusercontent.com/evofan/SpineViewer/master/screenshot/pic_change_anime_scale.jpg" width="50%">
~~Animation Loop option.~~ end
Multiple object display?

Expand Down

0 comments on commit 57fb4da

Please sign in to comment.