wesnoth/data/gui/themes/celes/widgets/panel_title.cfg
Subhraman Sarkar 6b8c2e15e7 theme update for modern and rename themes
include new definitions and updated versions of existing definitions
"default/classic" and "modern" has been renamed to "Parchment" and "Celes" to avoid confusion
2025-01-09 09:02:42 +05:30

40 lines
441 B
INI

#textdomain wesnoth-lib
###
### Default definition of a panel.
###
[panel_definition]
id = "title"
description = "Panel used in titlescreen"
[resolution]
[background]
[draw]
[image]
x = 0
y = 0
w = "(width)"
h = "(height)"
name = "panels/background-title.png"
[/image]
[/draw]
[/background]
[foreground]
[draw]
[/draw]
[/foreground]
[/resolution]
[/panel_definition]