-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdf-config.txt
47 lines (35 loc) · 999 Bytes
/
df-config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Dragonfly configuration file.
#
#
# Lines beginning with '#' are comments.
# Others are:
# "variable_1:value_1,"
# "variable_2:value_2,"
# Note - make sure line ends with comma (,)
# ...
# Window dimensions in pixels.
window_horizontal_pixels:1024,
window_vertical_pixels:768,
# Window dimensions in characters.
window_horizontal_chars:80,
window_vertical_chars:24,
# Font scale multiplier (2.0 is "normal", 1.0 for "square").
font_scale:2.0,
# Window background color.
# (Choices: black, red, green, yellow, blue, magenta, cyan, white).
window_background_color:black,
# Target time for 1 game loop (in milliseconds).
frame_time:33,
# Window style - "default" or "fullscreen".
window_style:default,
# Window title.
window_title:Dragonfly,
# Option to show mouse cursor.
show_mouse:false,
# Option to run in headless mode (no graphics window or input).
headless:false,
# Font file for all ASCII fonts.
font_file:df-font.ttf,
# Random seed (0 means use current time).
random_seed:0,