owls-nest-extension
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -22,10 +22,12 @@ const SKIP_BUTTON_PROLOGUE_ID = "skip-prologue-button"; | ||
) { | ||
world.analytics.event( | ||
"Prologue", | ||
"Skipped Prologue", | ||
"Owl's Nest", | ||
null, | ||
"/maps/owls_nest/default", | ||
"Owl's Nest Default Map" | ||
); | ||
// Analytics won't exist if we're working on this locally | ||
world.analytics && | ||
world.analytics.event( | ||
"Prologue", | ||
"Skipped Prologue", | ||
"Owl's Nest", | ||
null, | ||
"/maps/owls_nest/default", | ||
"Owl's Nest Default Map" | ||
); | ||
worldState.shouldSkipPrologue = true; | ||
@@ -32,0 +34,0 @@ world.warp("fog_owl"); |
{ | ||
"name": "owls-nest-extension", | ||
"description": "This extension contains the prologue level for TwilioQuest.", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "twilioquest": "3.2.x" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
429062
3902