Improve beetle and net target visibility

This commit is contained in:
Alexander Sellite 2026-08-24 13:51:21 -04:00
parent 966968e54d
commit a7c71213cc
6 changed files with 15 additions and 4 deletions

View file

@ -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)