mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-17 20:09:16 +00:00

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.
53 lines
949 B
INI
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]
|