Skip to content

Commit

Permalink
Examples: add example/test for glitched+scoutable
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jul 29, 2024
1 parent bbb44b0 commit d636abf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/rules_test/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
"var_indirect": {
"display_name": "Indirect Connection Example"
},
"var_scoutable_and_glitched": {
"display_name": "Scoutable and Glitched Example"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"name": "Example Area",
"children": [
{
"name": "A",
"map_locations": [
{
"map": "example",
"x": 100,
"y": 300
}
],
"sections": [
{
"name": "Something",
"item_count": 1
}
],
"access_rules": [
"{A}",
"[B],C"
]
},
]
}
]

0 comments on commit d636abf

Please sign in to comment.