mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-25 07:08:07 +07:00
Cleanup
This commit is contained in:
@ -354,12 +354,6 @@ public class PlanetDialog extends FloatingDialog{
|
|||||||
t.addImage(c.icon(Cicon.small)).padRight(3);
|
t.addImage(c.icon(Cicon.small)).padRight(3);
|
||||||
if(++idx % max == 0) t.row();
|
if(++idx % max == 0) t.row();
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO terrain isn't relevant
|
|
||||||
//for(int i = 0; i < Math.min(selected.data.floorCounts.length, 3); i++){
|
|
||||||
// t.addImage(selected.data.floors[i].icon(Cicon.small)).padRight(3);
|
|
||||||
// if(++idx % max == 0) t.row();
|
|
||||||
//}
|
|
||||||
}).fillX().row();
|
}).fillX().row();
|
||||||
|
|
||||||
stable.row();
|
stable.row();
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=b45eff56366057e331c8ffc97eb28161b0f01bf0
|
archash=f2ae212acde64f21ddc9804af0807098e797de08
|
||||||
|
Reference in New Issue
Block a user