aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UIni.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-03-23 20:59:06 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-03-23 20:59:06 +0000
commite357b3bc3929bb38ed0184ced57ed8f861123dfd (patch)
tree460b9bffc68f04061ee501d3fca129ff45c8e50a /src/base/UIni.pas
parent41d17ac45a0e1178354148798defcc07ee4d481e (diff)
downloadusdx-e357b3bc3929bb38ed0184ced57ed8f861123dfd.tar.gz
usdx-e357b3bc3929bb38ed0184ced57ed8f861123dfd.tar.xz
usdx-e357b3bc3929bb38ed0184ced57ed8f861123dfd.zip
cover-size of 64px added, default changed to 128px instead of 256px
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1656 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/base/UIni.pas')
-rw-r--r--src/base/UIni.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/UIni.pas b/src/base/UIni.pas
index 78229f53..1d07f5bc 100644
--- a/src/base/UIni.pas
+++ b/src/base/UIni.pas
@@ -194,8 +194,8 @@ const
IBackgroundMusic: array[0..1] of string = ('Off', 'On');
- ITextureSize: array[0..2] of string = ('128', '256', '512');
- ITextureSizeVals: array[0..2] of integer = ( 128, 256, 512);
+ ITextureSize: array[0..3] of string = ('64', '128', '256', '512');
+ ITextureSizeVals: array[0..3] of integer = ( 64, 128, 256, 512);
ISingWindow: array[0..1] of string = ('Small', 'Big');