File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
adventure-composer/src/main
java/com/bladecoder/engineeditor Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static void main(final String[] args) {
35
35
// cfg.useGL30 = true;
36
36
37
37
if (Main .class .getResource ("/images/ic_app64.png" ) != null )
38
- cfg .addIcon ("ic_app64.png" , FileType .Internal );
38
+ cfg .addIcon ("images/ ic_app64.png" , FileType .Internal );
39
39
40
40
if (Main .class .getResource ("/images/ic_app32.png" ) != null )
41
41
cfg .addIcon ("images/ic_app32.png" , FileType .Internal );
Original file line number Diff line number Diff line change 1
- version =0.8.8
2
- libgdxVersion =1.6.2
3
- roboVMVersion =1.3 .0
4
- roboVMGradlePluginVersion =1.3 .0
1
+ version =0.8.9
2
+ libgdxVersion =1.6.4
3
+ roboVMVersion =1.5 .0
4
+ roboVMGradlePluginVersion =1.5 .0
5
5
buildToolsVersion =20.0.0
6
6
androidAPILevel =20
7
7
androidGradlePluginVersion =1.2.3
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ allprojects {
2
2
apply plugin : " eclipse"
3
3
apply plugin : " idea"
4
4
5
- version = ' 0.8.8 '
5
+ version = ' 0.8.9 '
6
6
7
7
ext {
8
- gdxVersion = ' 1.6.2 '
8
+ gdxVersion = ' 1.6.4 '
9
9
}
10
10
11
11
repositories {
You can’t perform that action at this time.
0 commit comments