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)