forked from sdlpal/sdlpal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsdlpal.cfg.example
More file actions
24 lines (19 loc) · 1.06 KB
/
sdlpal.cfg.example
File metadata and controls
24 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#####################################################
# Configuration file for SDLPAL #
# #
# Lines started with '#' is treated as comments. #
#####################################################
# GamePath: Indicate the path where the game resource located.
# GamePath=pal
# WindowWidth: Indicates the width of game window. Default value varies on different
# platforms. On desktop, the default value is 640.
#WindowWidth=640
# WindowHeight: Indicates the height of game window. Default value varies on different
# platforms. On desktop, the default value is 400.
#WindowHeight=400
# FullScreen: Indicates whether the game should started fullscreen or not, default is not.
# On some platforms, such as mobile OS or WinRT, this option is ignored.
#FullScreen=0
# EnableAviPlay: Indicates whether enable AVI playback. AVI only exist in the Win95 game distribution.
# Note: SDLPal only support the codec the original distribution uses.
#EnableAviPlay=0