Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

 Conflicts:
	core/src/mindustry/content/Blocks.java
This commit is contained in:
Anuken
2021-09-04 12:26:07 -04:00
28 changed files with 80 additions and 22 deletions

View File

@@ -77,6 +77,8 @@ public class Trail{
if(points.size >= 3){
points.removeRange(0, 2);
}
counter = 0f;
}
}