-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.xml
33 lines (28 loc) · 1.26 KB
/
conf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<Properties>
<!-- General Properties -->
<!-- The name of the game -->
<Property id="GAMENAME" value="PacMan II"/>
<!-- The icon of the game -->
<Property id="GAMEICON" value="50000"/> <!-- Represents the logo of Battleship -->
<!-- Where the temporal files are stored in release version, and also the configuration saved -->
<Property id="DATADIR" value="@@DATA_DIR@@"/>
<!-- When windows is in Full 4K and the scale letters are usually in other proportion than 1 (take care of this prm) -->
<Property id="XSCALE" value="@@SCALE@@"/>
<Property id="YSCALE" value="@@SCALE@@"/>
<!-- Related with the visible screen -->
<Property id="SCREENWIDTH" value="608"/>
<Property id="SCREENHEIGHT" value="704"/>
<Property id="SCREENXPOSITION" value="10"/>
<Property id="SCREENYPOSITION" value="10"/>
<!-- The number of lives -->
<Property id="LIVES" value="3"/>
<!-- Whether to show the FPS -->
<Property id="FPS" value="NO"/>
<!-- The property with the value of the initial level -->
<Property id="LEVEL" value="1"/>
<!-- To draw the target of very artist. Important to follow the game! -->
<Property id="DRAWTARGET" value="NO"/>
<!-- The password to avoid being destroyed -->
<Property id="PASSWORD" value="PACMANPWD_WRONG"/>
</Properties>