mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Libs
This commit is contained in:
parent
2ad14cc884
commit
0c418d1a09
3 changed files with 5 additions and 2 deletions
|
|
@ -261,6 +261,7 @@ public class Teams{
|
|||
}
|
||||
|
||||
public void updateCount(UnitType type, int amount){
|
||||
if(type == null) return;
|
||||
unitCount = Math.max(amount + unitCount, 0);
|
||||
if(typeCounts == null || typeCounts.length <= type.id){
|
||||
typeCounts = new int[Vars.content.units().size];
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=ddc3e52e7c4f534a22f4f69be22a7c32a9589784
|
||||
archash=d4381c1fed03df6e69a6d99c75c723409c19f904
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@
|
|||
</forceLinkClasses>
|
||||
<libs>
|
||||
<lib>z</lib>
|
||||
<lib>arc</lib>
|
||||
<lib>arc-freetype</lib>
|
||||
</libs>
|
||||
<frameworks>
|
||||
<framework>UIKit</framework>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue