Marked mod browser as WIP
This commit is contained in:
@@ -41,8 +41,7 @@ be.ignore = Ignore
|
|||||||
be.noupdates = No updates found.
|
be.noupdates = No updates found.
|
||||||
be.check = Check for updates
|
be.check = Check for updates
|
||||||
|
|
||||||
mod.featured.title = Mod browser
|
mod.featured.dialog.title = Mod Browser (WIP)
|
||||||
mod.featured.dialog.title = Mod Browser
|
|
||||||
mods.browser.selected = Selected mod
|
mods.browser.selected = Selected mod
|
||||||
mods.browser.add = Install
|
mods.browser.add = Install
|
||||||
mods.github.open = View
|
mods.github.open = View
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ public class ModsDialog extends BaseDialog{
|
|||||||
|
|
||||||
t.row();
|
t.row();
|
||||||
|
|
||||||
t.button("@mod.featured.title", Icon.star, bstyle, () -> {
|
t.button("@mod.featured.dialog.title", Icon.star, bstyle, () -> {
|
||||||
Runnable[] rebuildBrowser = {null};
|
Runnable[] rebuildBrowser = {null};
|
||||||
dialog.hide();
|
dialog.hide();
|
||||||
BaseDialog browser = new BaseDialog("$mod.featured.dialog.title");
|
BaseDialog browser = new BaseDialog("$mod.featured.dialog.title");
|
||||||
@@ -179,7 +179,7 @@ public class ModsDialog extends BaseDialog{
|
|||||||
btn.margin(12f);
|
btn.margin(12f);
|
||||||
btn.table(con -> {
|
btn.table(con -> {
|
||||||
con.left();
|
con.left();
|
||||||
con.add("[accent]" + mod.name + "[white]\n[lightgray]Author:[] " + mod.author + "\n[accent]\uE809 " + mod.stars +
|
con.add("[accent]" + mod.name + "[white]\n[lightgray]Author:[] " + mod.author + "\n[lightgray]\uE809 " + mod.stars +
|
||||||
(Version.isAtLeast(mod.minGameVersion) ? "" : "\n" + Core.bundle.format("mod.requiresversion", mod.minGameVersion)))
|
(Version.isAtLeast(mod.minGameVersion) ? "" : "\n" + Core.bundle.format("mod.requiresversion", mod.minGameVersion)))
|
||||||
.width(388f).wrap().growX().pad(0f, 6f, 0f, 6f).left().labelAlign(Align.left);
|
.width(388f).wrap().growX().pad(0f, 6f, 0f, 6f).left().labelAlign(Align.left);
|
||||||
con.add().growX().pad(0f, 6f, 0f, 6f);
|
con.add().growX().pad(0f, 6f, 0f, 6f);
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=b91cf2f8d2073bb03f6c07e8f8282c4039b10138
|
archash=2b5815edf64d5431dee6ad4ac8ba45f069f66350
|
||||||
|
|||||||
Reference in New Issue
Block a user