Merge pull request #7792 from reaperrr/ts-shell-titan

Fix TS shellmap music and Titan selection box
This commit is contained in:
Paul Chote
2015-03-31 17:40:12 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
#Tiberian Sun #Tiberian Sun
intro: Intro intro: Intro
maps: Map Selection
approach: Approach approach: Approach
defense: The Defense defense: The Defense
duskhour: Dusk Hour duskhour: Dusk Hour
@@ -20,6 +19,7 @@ storm: Storm
timebomb: Timebomb timebomb: Timebomb
valves1b: Valves valves1b: Valves
whatlurk: What Lurks whatlurk: What Lurks
maps: Map Selection
#Firestorm #Firestorm
dmachine: Deploy Machines dmachine: Deploy Machines
elusive: Elusive elusive: Elusive

View File

@@ -1,5 +1,5 @@
PlayMusic = function() PlayMusic = function()
Media.PlayMusic("maps", PlayMusic) Media.PlayMusic("intro", PlayMusic)
end end
WorldLoaded = function() WorldLoaded = function()

View File

@@ -533,6 +533,8 @@ MMCH:
WithVoxelBarrel: WithVoxelBarrel:
LocalOffset: -128, 85, 256 LocalOffset: -128, 85, 256
AutoTarget: AutoTarget:
Selectable:
Bounds: 30, 42, 0, -8
HMEC: HMEC:
Inherits: ^Tank Inherits: ^Tank
@@ -595,7 +597,7 @@ SMECH:
WithInfantryBody: WithInfantryBody:
Selectable: Selectable:
Voices: Mech Voices: Mech
Bounds: 16, 32 Bounds: 20, 32, 0, -8
BIKE: BIKE:
Inherits: ^Vehicle Inherits: ^Vehicle