Rebrand project and refresh title presentation

This commit is contained in:
Alexander Sellite 2026-08-25 17:14:12 -04:00
parent 17fef2c5d4
commit 7ae20789a9
138 changed files with 1511 additions and 1498 deletions

View file

@ -206,7 +206,7 @@ func _prepare_runtime_environment() -> bool:
runtime_sky.sky_material.duplicate(true) as ShaderMaterial
)
if _sky_material == null:
push_error("World time visuals require the NETfishing sky material.")
push_error("World time visuals require the straywild sky material.")
return false
runtime_sky.sky_material = _sky_material
_environment.sky = runtime_sky