Add Flow.EnableLevelSelect option in Gameflow.lua to enable/disable level selection

This commit is contained in:
Lwmte 2022-12-07 18:02:46 +02:00
parent 4c73b700cc
commit 076e989993
7 changed files with 29 additions and 10 deletions

View file

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