Rename helper.node -> helper.get_node

This commit is contained in:
Insality
2020-01-30 01:01:26 +03:00
parent 09ae21a367
commit 9223862dc2
11 changed files with 33 additions and 17 deletions

View File

@@ -33,6 +33,7 @@ end)
## Components
Druid provides next basic components:
_insert simple gif of each?_
_separate .md for each base component?_
- **Button** - basic game button
- **Text** - wrap on gui text node
- **Blocker** - block input in node zone
@@ -44,8 +45,8 @@ _insert simple gif of each?_
- **Grid** - manage node positions
- **Slider** - simple slider (ex. volume adjust)
- **Checkbox** - simple checkbox
- **Checkbox** group - many checkbox
- **Radio** group - many checkbox with single choice
- **Checkbox group** - many checkbox
- **Radio group** - many checkbox with single choice
## Styles
You can setup default style for all druid module, for druid instance or any base druid component.