EvilEngine/TEXT: Difference between revisions

m
Seil moved page TEXT to EvilEngine/TEXT
(Add xspace, yspace)
m (Seil moved page TEXT to EvilEngine/TEXT)
 
(5 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 147 ⟶ 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 162 ⟶ 187:
|| [[TIMR]] Asset Name
|| Inserts the timer's current time.
|-
|
{counter:''<value>''}
|| [[CNTR]] Asset name
|| Inserts the counter's current count.
|-
|
Line 227 ⟶ 257:
{xspace=''<value>''}
{xs=''<value>''}
|| ?Float
|| Adjusts the spacing (tracking) between characters.
|| ?
|-
|