feat: clarify jajce work-site silhouettes
This commit is contained in:
@@ -64,6 +64,26 @@ func _run() -> void:
|
||||
if child.name.begins_with("Path_"):
|
||||
path_strips += 1
|
||||
_check(path_strips >= 4, "Runtime should include authored path strips for first-read composition")
|
||||
_check(
|
||||
main_scene.has_node("JajceWorld/FortressBlockout/Keep/RidgeBanner"),
|
||||
"Runtime should include a readable ridge landmark banner"
|
||||
)
|
||||
_check(
|
||||
main_scene.has_node("JajceWorld/WorldObjects/StorageSites/VillagePantry/PantrySign"),
|
||||
"Pantry storage should have a readable work-site silhouette"
|
||||
)
|
||||
_check(
|
||||
main_scene.has_node("JajceWorld/WorldObjects/ActivitySites/GuardPost/GuardPennant"),
|
||||
"Guard site should have a readable work-site silhouette"
|
||||
)
|
||||
_check(
|
||||
main_scene.has_node("JajceWorld/WorldObjects/ActivitySites/StudyDesk/OpenBook_A"),
|
||||
"Study site should have readable study props"
|
||||
)
|
||||
_check(
|
||||
main_scene.has_node("JajceWorld/WorldObjects/ActivitySites/RestBench/RestCanopy"),
|
||||
"Rest site should have a readable rest silhouette"
|
||||
)
|
||||
|
||||
var navigation_map: RID = main_scene.get_world_3d().navigation_map
|
||||
var navigation_region := main_scene.get_node("JajceWorld/NavigationRegion3D") as NavigationRegion3D
|
||||
|
||||
Reference in New Issue
Block a user