mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Add Flow.EnableLevelSelect option in Gameflow.lua to enable/disable level selection
This commit is contained in:
parent
4c73b700cc
commit
076e989993
7 changed files with 29 additions and 10 deletions
|
@ -20,14 +20,18 @@ Flow.SetTotalSecretCount(5)
|
|||
|
||||
Flow.EnableFlyCheat(true)
|
||||
|
||||
-- Disable/enable mass pickup (collect all pickups at once)
|
||||
|
||||
Flow.EnableMassPickup(true)
|
||||
|
||||
-- Disable/enable Lara drawing in title level
|
||||
|
||||
Flow.EnableLaraInTitle(false)
|
||||
|
||||
-- Disable/enable level selection in title level
|
||||
|
||||
Flow.EnableLevelSelect(false)
|
||||
|
||||
-- Disable/enable mass pickup (collect all pickups at once)
|
||||
|
||||
Flow.EnableMassPickup(true)
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
-- Title level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue