mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
Some code cleaning
This commit is contained in:
parent
a294cc7ef4
commit
a641259c03
4 changed files with 6 additions and 17 deletions
|
@ -3,8 +3,8 @@
|
|||
-- 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.screenWidth = 1600;
|
||||
Gameflow.settings.screenHeight = 900;
|
||||
Gameflow.settings.windowTitle = "TR5Main Alpha";
|
||||
Gameflow.settings.enableDynamicShadows = true;
|
||||
Gameflow.settings.enableWaterCaustics = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue