Skip to content

Commit

Permalink
Add FAQ entry about how to hide the text box.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored Jan 19, 2024
1 parent 05019ee commit bf4aa24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ var timeline_path := Dialogic.current_timeline.resource_path
If you have enabled translation, you will have to update the CSVs.\
Once your timeline events have translation IDs, matching CSV rows will take priority.\
Disabling the translation until you are done with most of the text is recommended.

## How do I hide the text-box?

You can hide the text box using the following code:
```gdscript
Dialogic.Text.hide_text_boxes()
```

0 comments on commit bf4aa24

Please sign in to comment.