diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-04-24 22:14:43 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-05-02 11:42:09 -0300 |
commit | 093b069bf6540e66352669b490d6577008992828 (patch) | |
tree | 05782dfd3223d4eae9b02ecd8003ff63f5b80aee /modules/gdscript/gdscript_editor.cpp | |
parent | 613a8bee415381a8564d34092b479e1f159e8e60 (diff) |
Changed periods in the script templates.
Diffstat (limited to 'modules/gdscript/gdscript_editor.cpp')
-rw-r--r-- | modules/gdscript/gdscript_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_editor.cpp b/modules/gdscript/gdscript_editor.cpp index 0d52f0a995..4c4c6b94cc 100644 --- a/modules/gdscript/gdscript_editor.cpp +++ b/modules/gdscript/gdscript_editor.cpp @@ -61,7 +61,7 @@ Ref<Script> GDScriptLanguage::get_template(const String &p_class_name, const Str "# var b = \"textvar\"\n\n" + "func _ready():\n" + "%TS%# Called when the node is added to the scene for the first time.\n" + - "%TS%# Initialization here\n" + + "%TS%# Initialization here.\n" + "%TS%pass\n\n" + "#func _process(delta):\n" + "#%TS%# Called every frame. Delta is time since last frame.\n" + |