GEOS SDK TechDocs
|
|
2 Categories in the INI File
|
2.2 [configure]
The cards category contains information used by the cards library. The cards library provides routines used by card games. The cards category contains information about how to access the file containing the bitmap to be used as the card back picture.
deckdir = <deck directory>
This optional field shows the path which contains the file named in the deckfile key, described below. If this key is not given, the cards library will look for deck files in the USERDATA\DECK directory.
deckfile = <deck name>
The deckfile key defines the full name of the deck to be used by the card library. This is most useful in cases like the Zoomer, which must have its own card artwork. By default, the cards library will look in the USERDATA\DECK directory.
deckfile = Zoomer Default Deck
GEOS SDK TechDocs
|
|
2 Categories in the INI File
|
2.2 [configure]