Added skydome support.

This commit is contained in:
Justin Marshall
2026-05-24 11:54:07 -07:00
parent 3242531044
commit 029fd186dc
18 changed files with 281 additions and 37 deletions
+2
View File
@@ -102,6 +102,8 @@ void idWorldspawn::Spawn( void ) {
pm_stamina.SetFloat( 0.0f );
}
skydomeMaterial = declManager->FindMaterial(spawnArgs.GetString("skydome", "textures/skies/mars1"));
// load script
scriptname = gameLocal.GetMapName();
scriptname.SetFileExtension( ".script" );