summaryrefslogtreecommitdiffstats
path: root/sdl/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/config.lua')
-rw-r--r--sdl/config.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl/config.lua b/sdl/config.lua
index 0917809..34a7920 100644
--- a/sdl/config.lua
+++ b/sdl/config.lua
@@ -2,8 +2,8 @@ platform =
{
name = "Textured Pyramid",
icon = "tux.png",
- xres = 320,
- yres = 240,
+ xres = 640,
+ yres = 480,
bpp = 32,
af = 8,
fovy = 40.0,