EvilEngine/DYNA/hud:meter:font: Difference between revisions

m
(Created page with "<onlyinclude> {{#vardefine:name|hud:meter:font}}<nowiki/> {{#vardefine:version|3}}<nowiki/> {{#vardefine:hash|0x8B3E732F}}<nowiki/> {{#vardefine:games|BFBB TSSM}}<nowiki/> {{#...")
 
 
(One intermediate revision by the same user not shown)
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
Inherits from {{SlashTrick|DYNA/hud:meter}}.
 
{| class="wikitable"
! Offset !! Type !! Description
|-
| 0x3C || uint || '''font.id'''
* 0 - Default (SpongeBob font)
* 1 - Arial (Copyright screen)
* 2 - System (Debug screen)
* 3 - Numbers (HUD)
|-
| 0x40 || int || '''font.justify'''
|-
| 0x44 || float || '''font.w'''
|-
| 0x48 || float || '''font.h'''
|-
| 0x4C || float || '''font.space'''
|-
| 0x50 || float || '''font.drop_x''' - Shadow X offset
|-
| 0x54 || float || '''font.drop_y''' - Shadow Y offset
|-
| 0x58 || [[Color]] || '''font.c''' - Color
|-
| 0x5C || [[Color]] || '''font.drop_c''' - Shadow color
|-
| 0x60 || char || '''counter_mode'''
|-
| 0x61 || char || '''pad1''' - null
|-
| 0x62 || char || '''pad2''' - null
|-
| 0x63 || char || '''pad3''' - null
|}
 
{{DynaAssets}}