Skip to content

Commit

Permalink
Added schema to Settings.bsml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Jul 3, 2020
1 parent b1035c9 commit fe23801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BailOutMode/UI/Settings.bsml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<settings-container>
<settings-container xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='https://monkeymanboy.github.io/BSML-Docs/ https://raw.githubusercontent.com/monkeymanboy/BSML-Docs/gh-pages/BSMLSchema.xsd'>
<bool-setting text='Enabled' value='IsEnabled' hover-hint='Enable BailOutMode'/>
<bool-setting text='Show Fail Effect' value='ShowFailEffect' hover-hint='Show the Level Failed effect when bailed out'/>
<bool-setting text='Repeat Fail Effect' value='RepeatFailEffect' hover-hint='Show the Level Failed effect every time a bail out happens'/>
Expand Down

0 comments on commit fe23801

Please sign in to comment.