fix typo in script template
This commit is contained in:
parent
66d32b75b3
commit
cbade4daf6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ String GDScriptLanguage::get_template(const String& p_class_name, const String&
|
||||||
"# var a=2\n"+
|
"# var a=2\n"+
|
||||||
"# var b=\"textvar\"\n\n"+
|
"# var b=\"textvar\"\n\n"+
|
||||||
"func _ready():\n"+
|
"func _ready():\n"+
|
||||||
"\t# Initalization here\n"+
|
"\t# Initialization here\n"+
|
||||||
"\tpass\n"+
|
"\tpass\n"+
|
||||||
"\n"+
|
"\n"+
|
||||||
"\n";
|
"\n";
|
||||||
|
|
Loading…
Reference in a new issue