mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 15:56:40 +00:00

In the macros directory some more generic macros will be defined, the _initial.cfg should be loaded first. The engine doesn't enforce that yet but probably esr will add that feature. (The odds of it not being loaded first is probably theoretical.)
29 lines
553 B
INI
29 lines
553 B
INI
#textdomain wesnoth-lib
|
|
###
|
|
### Defines a gui, all widgets and windows used in a certain 'theme'.
|
|
###
|
|
|
|
[gui]
|
|
id = "default"
|
|
description = "Default"
|
|
|
|
[settings]
|
|
popup_show_delay = 1500
|
|
popup_show_time = 5000
|
|
help_show_time = 0
|
|
|
|
double_click_time = 500
|
|
[/settings]
|
|
|
|
{gui/default/macros/}
|
|
{gui/default/window/}
|
|
{gui/default/widget/}
|
|
|
|
# For tab sheets we need two kinds
|
|
# - 1 where we're a filter eg every irc chan looks the same
|
|
# - 1 where every page has other data
|
|
|
|
# rename set_dirty to redraw and add another one for resize
|
|
|
|
[/gui]
|