-- TR5Main engine settings file -- Created by MontyTRC -- Place in this LUA script all the engine settings for your game -- WARNING: bad values could make your game unplayable, please follow with attention the reference guide Gameflow.settings.screenwidth = 800; Gameflow.settings.screenheight = 600; Gameflow.settings.windowiitle = "TR5Main Alpha"; Gameflow.settings.enabledynamicshadows = true; Gameflow.settings.enablewatercaustics = true; Gameflow.settings.windowed = true; Gameflow.settings.drawingdistance = 102400;