Skip to content

Commit

Permalink
Set Production Flag for Time Multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
JucanAndreiDaniel committed Jan 14, 2024
1 parent 39119f1 commit c3c5393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/GothicVR/Editor/Scripts/Tools/FeatureFlagTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class FeatureFlagTool : EditorWindow
new (nameof(FeatureFlags.vobItemsDynamicAttach), typeof(bool), true),

// Ints
new (nameof(FeatureFlags.TimeMultiplier), typeof(float), 1),
new (nameof(FeatureFlags.startHour), typeof(int), 8), // Official start time of G1 - new game
new (nameof(FeatureFlags.startMinute), typeof(int), 0), // Official start time of G1 - new game

Expand Down

0 comments on commit c3c5393

Please sign in to comment.