Merging changes from private branch

This commit is contained in:
Anuken
2025-04-04 11:47:35 -04:00
parent cf5c6d0905
commit b7dbe54d76
161 changed files with 2484 additions and 1137 deletions

View File

@@ -4,7 +4,9 @@ package mindustry.entities;
public class TargetPriority{
public static final float
//nobody cares about walls
wall = -2f,
wall = -3f,
//anything that has underBullets gets this priority (it's probably still more important than a wall)
under = -2f,
//transport infrastructure isn't as important as factories
transport = -1f,
//most blocks