Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
raeleus committed Aug 7, 2018
2 parents c060717 + 8efa9b4 commit df0cc13
Show file tree
Hide file tree
Showing 33 changed files with 1,588 additions and 2,894 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ This project is programmed in Java and depends on LibGDX and the LWJGL3 backend.
### Skin Composer ###

* Use Skin Composer to create skins for scene2d.ui
* Version 21
* Version 22

### Changes ###

* Fixed blending issue causing white fonts to have dark outlines in Image Font.
* Automatically suggest target file name in Image Font.
* Fixed SplashScreen.
* Added setting to check for updates. Update button appears on top right of main screen.
* Added dialog to create Bitmap Fonts as an alternative to Hiero.
* Fixed imported skin files having darkened transparent images.
* Added preview bg color setting for Image Font dialog.
* Temporary files and program settings are now saved in folder ".skincomposer" of the user's home directory.
* Added Windows installer and file associations for ".scmp" files.
* Improved layout and applied fixes to FreeType dialog.

### Contact ###

Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '21'
version = '22'
ext {
appName = "SkinComposer"
gdxVersion = '1.9.8'
Expand All @@ -39,6 +39,9 @@ project(":desktop") {
compile "org.lwjgl:lwjgl-tinyfd:3.1.6:natives-linux"
compile "org.lwjgl:lwjgl-tinyfd:3.1.6:natives-macos"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
compile ("com.badlogicgames.gdx:gdx-tools:$gdxVersion") {
exclude group: 'com.badlogicgames.gdx', module: 'gdx-backend-lwjgl'
}
}
}

Expand Down
Loading

0 comments on commit df0cc13

Please sign in to comment.