< inherit ass header = false >
< k mode = syl >
< text layout = vertical >
< tcaxpy init = true >
< tcaxpy user = false >
< tcaxpy fin = false >
# py settings
< py file = センチメンタルラブ.py > < beg line = 1 > < end line = 0 >
# main settings
< k-timed ass file = センチメンタルラブ_k.ass >
< font file = cry7.TTC > < font face id = 1 > < font size = 30 >
< fx width = 1280 > < fx height = 720 > < fx fps = 23.976 >
< alignment = 3 >
< x offset = 30 > < y offset = 15 >
< spacing = 0 > < space scale = 1.000 >
# style settings
< font face name = "" >
< bord = 1 > < shad = 0 >
< primary color = 158AFF > < secondary color = 22D944 > < outline color = 000000 > < back color = 000000 >
< primary alpha = 0 > < secondary alpha = 255 > < outline alpha = 5 > < back alpha = 190 >
# additional settings
< blur = 0.000 >
作者: linhao1105 时间: 2014-4-19 21:29:43
linhao1105 发表于 2014-4-19 21:28
センチメンタルラブ.tcc
# tcc file version
センチメンタルラブ.py中的主要特效编写操作是复制的
def tcaxPy_Init():
print('Tips: you can initialize your global variables here.')
print('This function will be executed once if you set `< tcaxpy init = true >\'')
print(GetHelp())
def tcaxPy_User():
print('User defined function.')
print('This function will be executed once if you set `< tcaxpy user = true >\'')
print('Otherwise, tcaxPy_Main will be executed (many times)')
def tcaxPy_Fin():
print('Tips: you can finalize your global variables here.')
print('This function will be executed once if you set `< tcaxpy fin = true >\'')
print('Note: you do not need to finalize the global variables got from function GetVal()')