Skip to content

Commit

Permalink
优化粒子
Browse files Browse the repository at this point in the history
  • Loading branch information
EB-wilson committed Oct 20, 2023
1 parent 6749c35 commit 20f3ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public class ImportUNCProcessor extends BaseProcessor{
" cont.table(mindustry.gen.Tex.pane, (t) -> {\n" +
" t.add(arc.Core.bundle.get(\"warn.downloading\")).top().padTop(10).get();\n" +
" t.row();\n" +
" t.add(new mindustry.ui.Bar(() -> arc.util.Strings.autoFixed($downloadProgress[0], 1) + \"%\", () -> mindustry.graphics.Pal.accent, () -> $downloadProgress[0])).growX().height(30).pad(4);\n" +
" t.add(new mindustry.ui.Bar(() -> arc.util.Strings.autoFixed($downloadProgress[0]*100, 1) + \"%\", () -> mindustry.graphics.Pal.accent, () -> $downloadProgress[0])).growX().height(30).pad(4);\n" +
" }).size(320, 175);\n" +
" cont.row();\n" +
" cont.button(arc.Core.bundle.get(\"warn.cancel\"), () -> {\n" +
Expand Down

0 comments on commit 20f3ba1

Please sign in to comment.