Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
0.1.6,第一个公开测试版
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloento committed Jan 8, 2021
1 parent 7c1562c commit 5b31620
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 64,146 deletions.

This file was deleted.

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SuperSpineViewer
一个拿来加载与导出Spine动画的工具
至少需要Java15才能运行
当前版本:0.1.5 快照测试版
当前版本:0.1.6 测试版

## 关于这个工具
它本质上是我学习Java和OpenJFX的练习作品
Expand Down Expand Up @@ -30,13 +30,15 @@
调整速度
循环播放
播放暂停
导出透明MOV
导出透明PNG

### 支持的版本
Spine 2.1
Spine 3.1
Spine 3.4
Spine 3.5
Spine 3.6
Spine 3.7
Spine 3.8
Spine 3.5
Spine 3.6
Spine 3.7
Spine 3.8
Spine 4.0
1 change: 0 additions & 1 deletion SuperSpineViewer.iml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@
<orderEntry type="library" name="Maven: com.jfoenix:jfoenix:9.0.10" level="project" />
<orderEntry type="library" name="Maven: io.datafx:flow:8.0.7" level="project" />
<orderEntry type="library" name="Maven: io.datafx:core:8.0.7" level="project" />
<orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.2" level="project" />
<orderEntry type="library" name="Maven: org.kordamp.ikonli:ikonli-javafx:12.1.0" level="project" />
<orderEntry type="library" name="Maven: org.kordamp.ikonli:ikonli-core:12.1.0" level="project" />
<orderEntry type="library" name="Maven: org.kordamp.ikonli:ikonli-fontawesome5-pack:12.1.0" level="project" />
Expand Down
8 changes: 1 addition & 7 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.QYun</groupId>
<artifactId>SuperSpineViewer</artifactId>
<name>SuperSpineViewer</name>
<version>0.1.5</version>
<version>0.1.6</version>
<url>https://github.com/soarteam/SuperSpineViewer</url>
<developers>
<developer>
Expand Down Expand Up @@ -34,12 +34,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<compilerArgs>
<arg>--add-reads</arg>
<arg>javafx.graphics=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED</arg>
</compilerArgs>
<release>15</release>
</configuration>
</plugin>
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.QYun</groupId>
<artifactId>SuperSpineViewer</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
<repositories>
<repository>
<id>sonatype</id>
Expand Down Expand Up @@ -109,11 +109,6 @@
<artifactId>flow</artifactId>
<version>8.0.7</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-javafx</artifactId>
Expand Down
Loading

0 comments on commit 5b31620

Please sign in to comment.