forked from woofmeow/straywild
Expand generated terrain with biome-driven props
This commit is contained in:
parent
e8888ed05a
commit
1e24fb0bfc
103 changed files with 5427 additions and 351 deletions
|
|
@ -12,4 +12,8 @@ primary_mesh_name = &"chunk_0000"
|
|||
allowed_rotation_mask = 1
|
||||
selection_weight = 0.01
|
||||
maximum_placements = 1
|
||||
tags = PackedStringArray("land", "grass", "flat", "spawn")
|
||||
tags = PackedStringArray("land", "walkable", "grass", "flat", "spawn")
|
||||
allowed_neighbor_tags = PackedStringArray("grass", "coast")
|
||||
required_neighbor_tags = PackedStringArray("spawn_safe")
|
||||
minimum_required_neighbors = 3
|
||||
preferred_neighbor_tags = PackedStringArray("spawn_safe")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue