diff --git a/README.md b/README.md index 2c0a634..e2ea8e3 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,10 @@ It can search through the children of selected node to find a Camera node (disab There's 3 search modes that can help to find a Camera node in the children of the selected node: - **Disabled** - only selected node is checked -- **By name** - used `find_node` method with defined search mask (_"Camera*"_ by default) -- **By class** - recursively checking all children for type **Camera** (Not tested well, may not work with instantiated packed scenes) \ No newline at end of file +- **By name** - uses `find_node` method with defined search mask (_"Camera*"_ by default) +- **By class** - recursively checking all children for type **Camera** (Not tested well, may not work with instantiated packed scenes) + + + +https://user-images.githubusercontent.com/18103556/172067736-6ec689b5-15ab-4848-8d85-b2a71b527c71.mp4 +