mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Gameflow.lua
This commit is contained in:
parent
012ea61321
commit
010676983b
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@ local InvID = Flow.InvID
|
|||
local RotationAxis = Flow.RotationAxis
|
||||
local ItemAction = Flow.ItemAction
|
||||
|
||||
Flow.SetIntroImagePath("Screens\\Main.png")
|
||||
Flow.SetTitleScreenImagePath("Screens\\Title.jpg")
|
||||
-- These variables are unused for now.
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue