// fork from System:シンプル
!str1 = getExternalVar("見出し","魔法陣エンジン")
!str2 = getExternalVar("文字","MCE2")
scale(2)
col("black")
rect(2)
scale(0.4)
loop(30)
shift((rand() - 0.5)*4,(rand() - 0.5)*4 + 0.2)
!r = floor(rand()*255)
fs(rgb(r,r,r))
scale(rand()*1.1)
font("Gravitas One")
text(str2)
scale(0.2)
col("black")
font("M+Black")
shift(-0,-4)
lw(60)
col("white")
text(str1)
text(str1)