1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# xtron control settings
#
# make sure that the pixmaps directory has a trailing / at the end
xtron.PixmapsDIR: ./pixmaps/
# change these key settings for player 1 [RED]
xtron.player1UP: w
xtron.player1DOWN: s
xtron.player1LEFT: a
xtron.player1RIGHT: d
# change these key settings for player 2 [BLUE]
xtron.player2UP: 8
xtron.player2DOWN: 2
xtron.player2LEFT: 4
xtron.player2RIGHT: 6
# This controls the distance ahead the computer can "see".
# The further, the better (up to a point). Minimum of 2
xtron.lookAHEAD: 25
|