summaryrefslogtreecommitdiffstats
path: root/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.lua b/config.lua
new file mode 100644
index 0000000..a34d1da
--- /dev/null
+++ b/config.lua
@@ -0,0 +1,10 @@
+platform =
+{
+xres_w = 640,
+yres_w = 480,
+bpp_w = 32,
+fovy_w = 40.0,
+znear_w = 1.0,
+zfar_w = 40.0
+}
+