Skip to content

Commit

Permalink
Merge pull request #39 from LearnHub/shadow-component
Browse files Browse the repository at this point in the history
Add "shadow" component
  • Loading branch information
netpro2k authored Sep 29, 2021
2 parents 4c9149f + 3bdbdff commit 539ce83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,14 @@
}
},
"deps": ["audio-params"]
},
"shadow": {
"category": "Elements",
"node": true,
"properties": {
"cast": { "type": "bool", "default": true },
"receive": { "type": "bool", "default": true }
}
}
}
}

0 comments on commit 539ce83

Please sign in to comment.