Some stuff
[luagame.git] / demos / shine_on / scripts / config.lua
blob0282a437a0325bfa7d8644a7f76125ebab6a6d2e
1 --variables that define the
2 --screen properties
4 s_width = 640
5 s_height = 480
6 s_depth = 32
7 s_fullscreen = 0
9 --the name of the game. Appears in titlebar
10 s_gamename = "Shine on Forever, Shine on Benevolent Sun"