Footprint adjusted to match mesh.

This commit is contained in:
2023-07-22 13:07:04 -04:00
parent c06bc97640
commit 7f5d5dbad2
+1 -1
View File
@@ -1612,7 +1612,7 @@ public class Enum {
ESTATE(64f, 64f),
FORTRESS(64f, 64f),
CITADEL(64f, 64f),
WALLSTRAIGHTTOWER(16f, 64),
WALLSTRAIGHTTOWER(32F, 64),
WALLSTAIRS(64, 64);
private final Vector2f extents;