Part 1 of the content reorganization.
Be aware that some filenames in moved files were hardcoded, so this revision is not properly functional; cutscenes will all break. The next commit will update the files appropriately to fix this. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2985 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
@@ -0,0 +1 @@
|
||||
androsynsheet.png -1 -1 0 0
|
||||
@@ -0,0 +1,62 @@
|
||||
#(Load font)
|
||||
FONT 0 lbm/starcon.fon
|
||||
|
||||
#(Load other font)
|
||||
FONT 1 slides/slides.fon
|
||||
|
||||
#(Select small font)
|
||||
FONT 0
|
||||
|
||||
#(... and BG)
|
||||
TBC 000000
|
||||
|
||||
#(Text effect)
|
||||
TE TRACED
|
||||
|
||||
#(Load movie)
|
||||
ANI slides/spins/ship00.ani
|
||||
|
||||
#(Take up entire screen)
|
||||
DIMS 320 240
|
||||
|
||||
#(Fade out)
|
||||
FTB 250
|
||||
|
||||
#(Draw first frame)
|
||||
DRAW 0
|
||||
|
||||
#(Fade in)
|
||||
FTC 250
|
||||
|
||||
#(Title Color)
|
||||
TC FFFFFF
|
||||
|
||||
#(Title Font)
|
||||
FONT 1
|
||||
|
||||
#(Title)
|
||||
TEXT 160 20 ANDROSYNTH GUARDIAN
|
||||
|
||||
#(Load font)
|
||||
FONT 0
|
||||
|
||||
#(Text color F)
|
||||
TC 54FC54
|
||||
|
||||
#(Bubble marker - text1)
|
||||
TEXT 60 60 Semi-Homing
|
||||
|
||||
#(Bubble marker - text2)
|
||||
TEXT 60 70 Acid Bubble
|
||||
|
||||
#(Bubble marker - line)
|
||||
LINE 60 72 40 140
|
||||
|
||||
#(Blazer text)
|
||||
TEXT 180 210 "Blazer" Conversion System
|
||||
|
||||
#(Blazer marker - line)
|
||||
LINE 150 170 180 200
|
||||
|
||||
#(Wait for five minutes, or keypress)
|
||||
WAIT 300000
|
||||
@@ -0,0 +1 @@
|
||||
druugesheet.png -1 -1 0 0
|
||||
@@ -0,0 +1,59 @@
|
||||
#(Load font)
|
||||
FONT 0 lbm/starcon.fon
|
||||
|
||||
#(Load other font)
|
||||
FONT 1 slides/slides.fon
|
||||
|
||||
#(Load movie)
|
||||
ANI slides/spins/ship04.ani
|
||||
|
||||
#(Take up entire screen)
|
||||
DIMS 320 240
|
||||
|
||||
#(Fade out)
|
||||
FTB 250
|
||||
|
||||
#(Draw first frame)
|
||||
DRAW 0
|
||||
|
||||
#(Fade in)
|
||||
FTC 250
|
||||
|
||||
#(Title Color)
|
||||
TC FFFFFF
|
||||
|
||||
#(Title Font)
|
||||
FONT 1
|
||||
|
||||
#(Title effect)
|
||||
FE TRACED
|
||||
|
||||
#(Title)
|
||||
TEXT 160 20 DRUUGE MAULER
|
||||
|
||||
#(Load font)
|
||||
FONT 0
|
||||
|
||||
#(Text color F)
|
||||
TC 54FC54
|
||||
|
||||
#(Cannon text)
|
||||
TEXT 250 70 Megaton Cannon
|
||||
|
||||
#(Cannon line)
|
||||
LINE 250 72 230 110
|
||||
|
||||
#(Crew text)
|
||||
TEXT 255 143 Crew Quarters
|
||||
|
||||
#(Crew line)
|
||||
LINE 175 140 210 140
|
||||
|
||||
#(Reactor text)
|
||||
TEXT 150 200 Atomic Converter
|
||||
|
||||
#(Reactor line)
|
||||
LINE 160 155 150 190
|
||||
|
||||
#(Wait for five minutes, or keypress)
|
||||
WAIT 300000
|
||||
@@ -0,0 +1 @@
|
||||
myconsheet.png -1 -1 0 0
|
||||
@@ -0,0 +1,59 @@
|
||||
#(Load font)
|
||||
FONT 0 lbm/starcon.fon
|
||||
|
||||
#(Load other font)
|
||||
FONT 1 slides/slides.fon
|
||||
|
||||
#(Load movie)
|
||||
ANI slides/spins/ship10.ani
|
||||
|
||||
#(Take up entire screen)
|
||||
DIMS 320 240
|
||||
|
||||
#(Fade out)
|
||||
FTB 250
|
||||
|
||||
#(Draw first frame)
|
||||
DRAW 0
|
||||
|
||||
#(Fade in)
|
||||
FTC 250
|
||||
|
||||
#(Title Color)
|
||||
TC FFFFFF
|
||||
|
||||
#(Title Font)
|
||||
FONT 1
|
||||
|
||||
#(Title effect)
|
||||
FE TRACED
|
||||
|
||||
#(Title)
|
||||
TEXT 160 20 MYCON PODSHIP
|
||||
|
||||
#(Load font)
|
||||
FONT 0
|
||||
|
||||
#(Text effect)
|
||||
TE NONE
|
||||
|
||||
#(Text color F)
|
||||
TC 54FC54
|
||||
|
||||
#(Plasmoid line)
|
||||
LINE 245 75 260 42
|
||||
|
||||
#(Plasmoid text)
|
||||
TEXT 260 40 Homing Plasmoid
|
||||
|
||||
#(Crew line)
|
||||
LINE 60 135 45 170
|
||||
|
||||
#(Crew text)
|
||||
TEXT 45 180 Regeneration
|
||||
|
||||
#(Crew text 2)
|
||||
TEXT 45 190 Chambers
|
||||
|
||||
#(Wait for five minutes, or keypress)
|
||||
WAIT 300000
|
||||
Reference in New Issue
Block a user