Skip to content

Commit

Permalink
chore: add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Jan 7, 2025
1 parent f2c4fd7 commit dfd3ba7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
],
parts: 1,
segments: 0,
ignoreQuickLoop: false,
},
},
triggers: {
Expand All @@ -305,6 +306,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
],
parts: 0,
segments: 1,
ignoreQuickLoop: false,
},
},
triggers: {
Expand All @@ -329,6 +331,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
],
parts: -1,
segments: 0,
ignoreQuickLoop: false,
},
},
triggers: {
Expand All @@ -353,6 +356,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
],
parts: 0,
segments: -1,
ignoreQuickLoop: false,
},
},
triggers: {
Expand Down

0 comments on commit dfd3ba7

Please sign in to comment.