Skip to content

Commit 993c7e3

Browse files
author
lemon37564
authored
Fix multi-line code (#970)
1 parent b78750a commit 993c7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/dialogic/Documentation/Content/Tutorials/BeginnersGuideStepByStep.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ You can add dialogue trees - in the form of Dialog nodes - by one of two ways: g
101101
### | Instancing the scene using gdscript
102102
Using the `Dialogic` class, you can add dialogue trees from code easily:
103103

104-
`
104+
```gdscript
105105
var new_dialog = Dialogic.start('Your Timeline Name Here')
106106
add_child(new_dialog)
107-
`
107+
```
108108

109109
### | Instancing the scene using the editor
110110
Using the editor, you can drag and drop the scene located at `/addons/dialogic/Dialog.tscn` and set the current timeline via the inspector.

0 commit comments

Comments
 (0)