mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Fix formatting in code blocks
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
The ScriptCreateDialog creates script files according to a given template for a given scripting language. The standard use is to configure its fields prior to calling a [method popup]() method.
|
||||
[codeblock]
|
||||
func _ready():
|
||||
dialog.config("Node", "res://new_node.gd") # for in-engine types
|
||||
dialog.config("\"res://base_node.gd\"", "res://derived_node.gd") # for script types
|
||||
dialog.popup_centered()
|
||||
dialog.config("Node", "res://new_node.gd") # for in-engine types
|
||||
dialog.config("\"res://base_node.gd\"", "res://derived_node.gd") # for script types
|
||||
dialog.popup_centered()
|
||||
[/codeblock]
|
||||
</description>
|
||||
<tutorials>
|
||||
|
||||
Reference in New Issue
Block a user