Uncap levelFarView and remove regular game farView.

This commit is contained in:
hispidence 2022-08-09 22:59:27 +01:00
parent 3ee432c423
commit d61697e9f2
8 changed files with 41 additions and 107 deletions

View file

@ -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)
--------------------------------------------------