EvilEngine/TEXT: Difference between revisions

m
Seil moved page TEXT to EvilEngine/TEXT
(Add shorthand font)
m (Seil moved page TEXT to EvilEngine/TEXT)
 
(7 intermediate revisions by 2 users not shown)
Line 4:
{{#vardefine:type|[[Binary]]}}<nowiki/>
{{#vardefine:basetype|}}<nowiki/>
{{#vardefine:games|Scooby BFBB TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|[https://github.com/bfbbdecomp/bfbb/blob/master/src/Core/x/xTextAsset.h xTextAsset.h]}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
Line 74:
|-
|
{alpha*=''<value>''}
{a=''<value''}
|| Float (range: 0 to 1)
|| Customizes the alpha component of the text color.
Line 90 ⟶ 91:
|-
|
{hheight=''<value>''}
{h=''<value>''}
|| Float
|| ?
Line 146 ⟶ 148:
|| [[SNDS]] Asset Name; [[VIL]]/[[DYNA]] Asset Name
|| Defines sound (usually a voice line) to play when this line is reached.
|-
|
{salpha:''<value>''}
{sa=''<value>''}
|| Float (range: 0 to 1)
|| Customizes the alpha component of the text's shadow.
|-
|
{sred:''<value>''}
{sr=''<value>''}
|| Float (range: 0 to 1)
|| Customizes the red component of the text's shadow color.
|-
|
{sgreen:''<value>''}
{sg=''<value>''}
|| Float (range: 0 to 1)
|| Customizes the green component of the text's shadow color.
|-
|
{sblue:''<value>''}
{sb=''<value>''}
|| Float (range: 0 to 1)
|| Customizes the blue component of the text's shadow color.
|-
|
Line 161 ⟶ 187:
|| [[TIMR]] Asset Name
|| Inserts the timer's current time.
|-
|
{counter:''<value>''}
|| [[CNTR]] Asset name
|| Inserts the counter's current count.
|-
|
Line 207 ⟶ 238:
|-
|
{wwidth=''<value>''}
{w=''<value>''}
|| Float
|| ?
|-
|
{wait[:''<value>''];prompt[=yesno]}
|| Float
|| Tells game to wait <value> seconds before continuing the dialog; sets the prompt after the wait
|-
|
{xjustify=''<value>''}
{xj=''<value>''}
|| Text alignment (left/center/right)?
|| X-axis text alignment?
|-
|
{yjustifyxspace=''<value>''}
{yjxs=''<value>''}
|| Float
|| Adjusts the spacing (tracking) between characters.
|-
|
{yjustify=''<value>''}
{yj=''<value>''}
|| Text alignment (top/center/bottom)?
|| Y-axis text alignment?
|-
|
{yspace=''<value>''}
{ys=''<value>''}
|| ?
|| ?
|}