mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-24 11:45:34 +08:00
0b86464374
but this avoids having to load the achievement icon during gameplay which causes micro-stutter * avoid loading and resizing the achievement icon each time it's unlocked * Local_Storage: avoid allocating buffers unless `stbi_load()` was successfull
56 lines
894 B
Plaintext
56 lines
894 B
Plaintext
; global font size
|
|
Font_Size 13.5
|
|
; achievement icon size
|
|
Icon_Size 64.0
|
|
|
|
; spacing between characters
|
|
Font_Glyph_Extra_Spacing_x 1.0
|
|
Font_Glyph_Extra_Spacing_y 0.0
|
|
|
|
; increase these values by 1 if the font is blurry
|
|
Font_Oversample_H 1
|
|
Font_Oversample_V 1
|
|
|
|
Notification_R 0.16
|
|
Notification_G 0.29
|
|
Notification_B 0.48
|
|
Notification_A 1.0
|
|
|
|
Background_R -1.0
|
|
Background_G -1.0
|
|
Background_B -1.0
|
|
Background_A -1.0
|
|
|
|
Element_R -1.0
|
|
Element_G -1.0
|
|
Element_B -1.0
|
|
Element_A -1.0
|
|
|
|
ElementHovered_R -1.0
|
|
ElementHovered_G -1.0
|
|
ElementHovered_B -1.0
|
|
ElementHovered_A -1.0
|
|
|
|
ElementActive_R -1.0
|
|
ElementActive_G -1.0
|
|
ElementActive_B -1.0
|
|
ElementActive_A -1.0
|
|
|
|
|
|
; available options:
|
|
; top_left
|
|
; top_center
|
|
; top_right
|
|
; bot_left
|
|
; bot_center
|
|
; bot_right
|
|
|
|
; position of achievements
|
|
PosAchievement top_right
|
|
|
|
; position of invitations
|
|
PosInvitation top_right
|
|
|
|
; position of chat messages
|
|
PosChatMsg top_right
|