Skip to content

Commit

Permalink
Use the correct sky texture for campaigns.
Browse files Browse the repository at this point in the history
- Beta and Gamma campaigns erroneously used the Arizona sky texture.
- Remove video at start of cam1-3 which already plays before arriving.
  • Loading branch information
KJeff01 committed Nov 11, 2017
1 parent 27460ef commit 5f9aa02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/base/script/campaign/cam1-3.js
Expand Up @@ -202,7 +202,6 @@ function eventStartLevel()
},
});

camPlayVideos("SB1_3_MSG");
hackAddMessage("C1-3_OBJ1", PROX_MSG, CAM_HUMAN_PLAYER, false); // south-west beacon

camSetArtifacts({
Expand Down
3 changes: 2 additions & 1 deletion data/base/script/rules.js
Expand Up @@ -15,7 +15,8 @@ function setupGame()
replaceTexture("page-8-player-buildings-bases.png", "page-8-player-buildings-bases-rockies.png");
replaceTexture("page-9-player-buildings-bases.png", "page-9-player-buildings-bases-rockies.png");
}
else if (tilesetType != "ARIZONA")

if (tilesetType != "ARIZONA")
{
setSky("texpages/page-25-sky-urban.png", 0.5, 10000.0);
}
Expand Down

0 comments on commit 5f9aa02

Please sign in to comment.