Merge pull request #7792 from reaperrr/ts-shell-titan
Fix TS shellmap music and Titan selection box
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
PlayMusic = function()
|
PlayMusic = function()
|
||||||
Media.PlayMusic("maps", PlayMusic)
|
Media.PlayMusic("intro", PlayMusic)
|
||||||
end
|
end
|
||||||
|
|
||||||
WorldLoaded = function()
|
WorldLoaded = function()
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user