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
|
||||
intro: Intro
|
||||
maps: Map Selection
|
||||
approach: Approach
|
||||
defense: The Defense
|
||||
duskhour: Dusk Hour
|
||||
@@ -20,6 +19,7 @@ storm: Storm
|
||||
timebomb: Timebomb
|
||||
valves1b: Valves
|
||||
whatlurk: What Lurks
|
||||
maps: Map Selection
|
||||
#Firestorm
|
||||
dmachine: Deploy Machines
|
||||
elusive: Elusive
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PlayMusic = function()
|
||||
Media.PlayMusic("maps", PlayMusic)
|
||||
Media.PlayMusic("intro", PlayMusic)
|
||||
end
|
||||
|
||||
WorldLoaded = function()
|
||||
|
||||
@@ -533,6 +533,8 @@ MMCH:
|
||||
WithVoxelBarrel:
|
||||
LocalOffset: -128, 85, 256
|
||||
AutoTarget:
|
||||
Selectable:
|
||||
Bounds: 30, 42, 0, -8
|
||||
|
||||
HMEC:
|
||||
Inherits: ^Tank
|
||||
@@ -595,7 +597,7 @@ SMECH:
|
||||
WithInfantryBody:
|
||||
Selectable:
|
||||
Voices: Mech
|
||||
Bounds: 16, 32
|
||||
Bounds: 20, 32, 0, -8
|
||||
|
||||
BIKE:
|
||||
Inherits: ^Vehicle
|
||||
|
||||
Reference in New Issue
Block a user