summaryrefslogtreecommitdiffstats
path: root/sdl/config.lua
blob: 34a792057b0967b8957e076b8fd4ff552afb45aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}