Improve beetle and net target visibility
This commit is contained in:
parent
966968e54d
commit
a7c71213cc
6 changed files with 15 additions and 4 deletions
|
|
@ -943,6 +943,10 @@ func _validate_prop_catalog(region: GeneratedWorldRegion) -> void:
|
|||
assert(instance.position.is_zero_approx())
|
||||
assert(_find_mesh_instance(instance) != null)
|
||||
instance.free()
|
||||
if definition.has_gatherable_surface():
|
||||
assert(
|
||||
definition.gatherable_surface_clearance >= 0.12
|
||||
)
|
||||
var mushroom := catalog.definition_for_id(&"prop_mushroom")
|
||||
assert(mushroom != null and mushroom.has_collision())
|
||||
assert(mushroom.visual_offset.y < 0.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue