Warning for would be editors

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1997 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-11-14 01:46:27 +00:00
parent ca9bbf4a38
commit 1e344427b8
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -1,5 +1,10 @@
#(========== This is the PC ending slides script =====================) #(========== This is the PC ending slides script =====================)
#( !!!WARNING!!! Do not mess with the timing of this script starting )
#( from MUSIC opcode. The music is synchronized to the slides. )
#( If you MUST change timing of a subtitle, make sure this change is )
#( balanced off by another subtitle within the same slide! )
#(Set sequence dimensions; param1=width; param2=height) #(Set sequence dimensions; param1=width; param2=height)
DIMS 320 200 DIMS 320 200
#(Everything is drawn within the clipping rect defined by DIMS, from 0, 0) #(Everything is drawn within the clipping rect defined by DIMS, from 0, 0)
+5
View File
@@ -1,5 +1,10 @@
#(=========== This is the PC intro script =========================) #(=========== This is the PC intro script =========================)
#( !!!WARNING!!! Do not mess with the timing of this script starting )
#( from SYNC in Slide 1. The music is synchronized to the slides. If )
#( you MUST change timing of a subtitle, make sure this change is )
#( balanced off by another subtitle within the same slide! )
#(Set sequence dimensions; param1=width; param2=height) #(Set sequence dimensions; param1=width; param2=height)
DIMS 320 200 DIMS 320 200
#(Everything is drawn within the clipping rect defined by DIMS, from 0, 0) #(Everything is drawn within the clipping rect defined by DIMS, from 0, 0)