summaryrefslogtreecommitdiffstats
path: root/sdl/config.lua
blob: 0917809b35b887137695a8c1a3188dc510d5b200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
platform =
{
    name   = "Textured Pyramid",
    icon   = "tux.png",
    xres   = 320,
    yres   = 240,
    bpp    = 32,
    af     = 8,
    fovy   = 40.0,
    znear  = 1.0,
    zfar   = 40.0,
    maxfps = 60
}