forked from opentibiabr/otclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
21 lines (19 loc) · 756 Bytes
/
config.ini
File metadata and controls
21 lines (19 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; Put public-facing settings here, such as graphics definitions supported by the client.
; This section can also expose options intended for modding, including font customization.
[graphics]
; ===== Atlas configuration =====
; maxAtlasSize: hard cap for atlas textures (in pixels).
maxAtlasSize = 8192
; Atlas sizes (in pixels):
; 0 = auto-detect based on the maximum texture size supported by the GPU
; -1 = disable the atlas
mapAtlasSize = 0
foregroundAtlasSize = 2048
; ===============================
; You can use TTF fonts directly with stroke support:
; Format: path|size|stroke-width|stroke-color
[font]
widget = verdana-bold|10|0|black
static-text = verdana-11px-rounded
animated-text = verdana-11px-rounded
creature-text = verdana-11px-rounded