mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Uncap levelFarView and remove regular game farView.
This commit is contained in:
parent
3ee432c423
commit
d61697e9f2
8 changed files with 41 additions and 107 deletions
|
@ -17,10 +17,6 @@ local ItemAction = Flow.ItemAction
|
|||
Flow.SetIntroImagePath("Screens\\main.jpg")
|
||||
Flow.SetTitleScreenImagePath("Screens\\main.jpg")
|
||||
|
||||
-- Flow.SetFarView sets global far view distance in blocks.
|
||||
-- It will be overwritten by level.farView value, if it is specified.
|
||||
|
||||
Flow.SetFarView(20)
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue