2018-09-03 21:08:40 +02:00
|
|
|
-- 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
|
2018-09-02 09:29:36 +02:00
|
|
|
|
2018-09-17 20:43:08 +02:00
|
|
|
Gameflow.settings.screenwidth = 800;
|
|
|
|
Gameflow.settings.screenheight = 600;
|
|
|
|
Gameflow.settings.windowtitle = "TR5Main Alpha";
|
|
|
|
Gameflow.settings.enabledynamicshadows = true;
|
|
|
|
Gameflow.settings.enablewatercaustics = true;
|
2018-09-03 21:08:40 +02:00
|
|
|
Gameflow.settings.windowed = true;
|
2018-09-17 20:43:08 +02:00
|
|
|
Gameflow.settings.drawingdistance = 102400;
|