Separate generated freshwater fish habitats
This commit is contained in:
parent
7242e5d433
commit
8656f46ce4
27 changed files with 177 additions and 36 deletions
|
|
@ -15,5 +15,5 @@ allowed_neighbor_tags = PackedStringArray("grass")
|
|||
preferred_neighbor_tags = PackedStringArray("grass")
|
||||
water_inlet_edges = 1
|
||||
water_outlet_edges = 4
|
||||
water_surface_size = Vector2(2.1, 10)
|
||||
water_surface_size = Vector2(2.3, 10)
|
||||
water_surface_offset = Vector2(-0.315, 0)
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ tags = PackedStringArray("land", "walkable", "fresh_water", "pond")
|
|||
allowed_neighbor_tags = PackedStringArray("grass")
|
||||
preferred_neighbor_tags = PackedStringArray("grass")
|
||||
water_inlet_edges = 1
|
||||
water_surface_size = Vector2(6.7, 7.75)
|
||||
water_surface_size = Vector2(7, 8)
|
||||
water_surface_offset = Vector2(-0.32, -1.03)
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ allowed_neighbor_tags = PackedStringArray("grass")
|
|||
preferred_neighbor_tags = PackedStringArray("grass")
|
||||
water_inlet_edges = 1
|
||||
water_outlet_edges = 4
|
||||
water_surface_size = Vector2(2.1, 10)
|
||||
water_surface_offset = Vector2(-0.315, 0)
|
||||
water_surface_size = Vector2(2.3, 10)
|
||||
water_surface_offset = Vector2(0.323, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue