You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
fix typo in script template
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user