fix the Atreides color
This commit is contained in:
@@ -70,15 +70,13 @@ Tick = function()
|
||||
Media.DisplayMessage(Messages[4], "")
|
||||
end
|
||||
|
||||
UserInterface.SetMissionText("Harvested resources: " .. player.Resources .. "/" .. ToHarvest, color)
|
||||
UserInterface.SetMissionText("Harvested resources: " .. player.Resources .. "/" .. ToHarvest, player.Color)
|
||||
end
|
||||
|
||||
WorldLoaded = function()
|
||||
player = Player.GetPlayer("Atreides")
|
||||
harkonnen = Player.GetPlayer("Harkonnen")
|
||||
|
||||
color = HSLColor.New(170, 255, 200)
|
||||
|
||||
if Map.Difficulty == "Normal" then
|
||||
HarkonnenAttackWaves = 5
|
||||
ToHarvest = 3000
|
||||
|
||||
@@ -49,7 +49,7 @@ Players:
|
||||
Playable: true
|
||||
Race: atreides
|
||||
LockRace: true
|
||||
ColorRamp: 170,255,127
|
||||
ColorRamp: 170,255,200
|
||||
LockColor: true
|
||||
Enemies: Harkonnen
|
||||
PlayerReference@Harkonnen:
|
||||
|
||||
Reference in New Issue
Block a user