Skip to content

Instantly share code, notes, and snippets.

@2bethere
Created October 23, 2020 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2bethere/bbdba670b83d5cd2d21a3363e2300030 to your computer and use it in GitHub Desktop.
Save 2bethere/bbdba670b83d5cd2d21a3363e2300030 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ProgressionData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MissionProgression>
<item>
<key>
<string>gameoverviewtutorial</string>
</key>
<value>
<boolean>true</boolean>
</value>
</item>
<item>
<key>
<string>controlstutorial</string>
</key>
<value>
<boolean>true</boolean>
</value>
</item>
<item>
<key>
<string>firsttime</string>
</key>
<value>
<boolean>true</boolean>
</value>
</item>
</MissionProgression>
<LastUnlockedBombClass>1</LastUnlockedBombClass>
<HasWatchedGameOverview>true</HasWatchedGameOverview>
<HasCompletedControlsTutorial>true</HasCompletedControlsTutorial>
<HasStartedAGame>true</HasStartedAGame>
<DisarmedComponentTypes>
<ComponentTypeEnum>Wires</ComponentTypeEnum>
<ComponentTypeEnum>Keypad</ComponentTypeEnum>
<ComponentTypeEnum>BigButton</ComponentTypeEnum>
</DisarmedComponentTypes>
</ProgressionData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment