From 4f8b58cc5366bfc2ea3b56fe6ff0443464d10f0f Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Wed, 14 May 2014 23:54:09 -0700 Subject: tome (2.3.11-ah-2) unstable; urgency=low * Modified the install paths to deploy to the FHS compliant /usr/games/tome and /var/games/tome, as we have always done * This is a major change, and includes theming. Some of the options have changed. Because of this, the manual page has been removed; there is a command line help option and in game help until the manual page is rewritten. # imported from the archive --- tome.ini | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 tome.ini (limited to 'tome.ini') diff --git a/tome.ini b/tome.ini new file mode 100644 index 00000000..b69fa9e7 --- /dev/null +++ b/tome.ini @@ -0,0 +1,94 @@ +[Angband] +LibPath=.\lib +Graphics=0 +Bigtile=0 +Sound=0 +GammaVal=0 + +[Term-0] +Visible=1 +Font=8X13.FON +Bizarre=0 +TileWid=8 +TileHgt=13 +NumCols=126 +NumRows=28 +PositionX=0 +PositionY=0 + +[Term-1] +Visible=1 +Font=7X13.FON +Bizarre=0 +TileWid=7 +TileHgt=13 +NumCols=77 +NumRows=24 +PositionX=2 +PositionY=398 + +[Term-2] +Visible=0 +Font=6X12.FON +Bizarre=0 +TileWid=6 +TileHgt=12 +NumCols=76 +NumRows=24 +PositionX=331 +PositionY=126 + +[Term-3] +Visible=1 +Font=6X12.FON +Bizarre=0 +TileWid=6 +TileHgt=12 +NumCols=78 +NumRows=24 +PositionX=549 +PositionY=423 + +[Term-4] +Visible=0 +Font=8X13.FON +Bizarre=0 +TileWid=8 +TileHgt=13 +NumCols=80 +NumRows=24 +PositionX=90 +PositionY=60 + +[Term-5] +Visible=0 +Font=8X13.FON +Bizarre=0 +TileWid=8 +TileHgt=13 +NumCols=80 +NumRows=24 +PositionX=60 +PositionY=40 + +[Term-6] +Visible=0 +Font=8X13.FON +Bizarre=0 +TileWid=8 +TileHgt=13 +NumCols=80 +NumRows=24 +PositionX=30 +PositionY=20 + +[Term-7] +Visible=0 +Font=8X13.FON +Bizarre=0 +TileWid=8 +TileHgt=13 +NumCols=80 +NumRows=24 +PositionX=0 +PositionY=0 -- cgit v1.2.3