mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-09-22 13:01:12 +03:00
arc
This commit is contained in:
@@ -256,7 +256,7 @@ public class MapPatchImagesDialog extends BaseDialog{
|
||||
d.cont.add(Core.bundle.format("editor.patches.image.region.name", regionPrefix + image.name)).row();
|
||||
d.cont.add(Core.bundle.format("editor.patches.image.path", image.name)).row();
|
||||
d.cont.add(Core.bundle.format("editor.patches.image.env", env)).row();
|
||||
d.cont.add(Core.bundle.format("editor.patches.image.size", image.width, image.height)).row();
|
||||
d.cont.add(Core.bundle.format("editor.patches.image.size", image.width, image.height)).row();
|
||||
d.cont.add(Core.bundle.format("editor.patches.image.filesize", String.format("%,d", image.data.length) + "[darkgray]b"));
|
||||
|
||||
d.addCloseButton();
|
||||
|
||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=f5a6dc4ae3
|
||||
archash=c5139df8d4
|
||||
|
||||
Reference in New Issue
Block a user