wesnoth/data/themes/cutscene-minimal.cfg
Charles Dang 01e3aaf97d Added Cutscene and Minimal Cutscene themes from After the Storm
These were added with permission from shadowm, and were copied verbatim save for a small tweak to
the position of the menu button in the cutscene theme to get rid of the 3 pixel offset on the left
which had been corrected a few releases back in the default theme.
2017-05-05 14:24:36 +11:00

53 lines
949 B
INI

#textdomain wesnoth
[theme]
id=Cutscene_Minimal
hidden=yes
[resolution]
id=1024x768
width=1024
height=768
[screen]
id=screen
rect="0,0,1024,768"
[/screen]
[main_map]
id=main-map
rect="0,0,1024,768"
xanchor=left
yanchor=top
[/main_map]
{CUTSCENE_THEME_BACKGROUND}
[menu]
is_context_menu=true
items=describeunit,endturn,quit
[/menu]
[/resolution]
[partialresolution]
id=1024x600
inherits=1024x768
width=1024
height=600
[/partialresolution]
[partialresolution]
id=800x600
inherits=1024x600
width=800
height=600
[/partialresolution]
[partialresolution]
id=800x480
inherits=800x600
width=800
height=480
[/partialresolution]
[/theme]