Placement bounds of 1.2% city zone size.

This commit is contained in:
2023-05-07 10:55:27 -04:00
parent ffafd44fa7
commit e73f4cbe63
3 changed files with 3 additions and 24 deletions
+2 -1
View File
@@ -2270,7 +2270,8 @@ public class Enum {
public enum CityBoundsType {
GRID(640),
ZONE(875);
ZONE(875),
PLACEMENT(1050);
public final float extents;