summaryrefslogtreecommitdiffstats
path: root/sdl/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/config.lua')
-rw-r--r--sdl/config.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/sdl/config.lua b/sdl/config.lua
new file mode 100644
index 0000000..34a7920
--- /dev/null
+++ b/sdl/config.lua
@@ -0,0 +1,14 @@
+platform =
+{
+ name = "Textured Pyramid",
+ icon = "tux.png",
+ xres = 640,
+ yres = 480,
+ bpp = 32,
+ af = 8,
+ fovy = 40.0,
+ znear = 1.0,
+ zfar = 40.0,
+ maxfps = 60
+}
+