From 1e344427b8925366907f98d3752b1f1d00652fcd Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 14 Nov 2005 01:46:27 +0000 Subject: [PATCH] Warning for would be editors git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1997 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/content/slides/ending/final.txt | 5 +++++ sc2/content/slides/intro/intro.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sc2/content/slides/ending/final.txt b/sc2/content/slides/ending/final.txt index ccbde653e..fddd811c2 100644 --- a/sc2/content/slides/ending/final.txt +++ b/sc2/content/slides/ending/final.txt @@ -1,5 +1,10 @@ #(========== 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) DIMS 320 200 #(Everything is drawn within the clipping rect defined by DIMS, from 0, 0) diff --git a/sc2/content/slides/intro/intro.txt b/sc2/content/slides/intro/intro.txt index c2d3b365b..dc1a11c0b 100644 --- a/sc2/content/slides/intro/intro.txt +++ b/sc2/content/slides/intro/intro.txt @@ -1,5 +1,10 @@ #(=========== 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) DIMS 320 200 #(Everything is drawn within the clipping rect defined by DIMS, from 0, 0)