Update VisUI to 1.4.5-SNAPSHOT

This commit is contained in:
fgnm
2020-06-30 21:25:23 +02:00
parent f1df2f953c
commit 9c8ef909ec
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ ext {
box2dlightsVersion = '1.5'
ashleyVersion = '1.7.3'
spineVersion = '3.8.55.1'
visuiVersion = '1.4.4'
visuiVersion = '1.4.5-SNAPSHOT'
packMain = ["art/textures", "assets/style/", "uiskin"]
packSplash = ["art/splash_textures", "assets/splash/", "splash"]
+2 -1
View File
@@ -7,13 +7,14 @@ version '0.0.1'
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.4'
visUIVersion = '1.4.5-SNAPSHOT'
}
dependencies {
+2 -1
View File
@@ -9,11 +9,12 @@ ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.4'
visUIVersion = '1.4.5-SNAPSHOT'
}
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
+2 -1
View File
@@ -7,13 +7,14 @@ version '0.0.1'
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.4'
visUIVersion = '1.4.5-SNAPSHOT'
}
dependencies {
+2 -1
View File
@@ -9,13 +9,14 @@ ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.4'
visUIVersion = '1.4.5-SNAPSHOT'
pack = ["assets/textures", "assets/pack/", "tiled"]
}
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
@@ -67,7 +67,7 @@ public class UIItemsTreeBox extends UICollapsibleBox {
sandbox = Sandbox.getInstance();
treeTable.clear();
tree = new VisTree();
tree = new VisTree<>();
VisScrollPane scroller = StandardWidgetsFactory.createScrollPane(tree);
scroller.setFlickScroll(false);
treeTable.add(scroller).width(166).maxHeight(570);