diff options
| author | Poommetee Ketson | 2018-03-15 18:38:53 +0700 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-04-15 01:18:49 +0200 |
| commit | a3ba1b0280228468c1847f21ef229350979af0d7 (patch) | |
| tree | 3ebd025455da7e5909d0340ccab412a35a372351 /modules/gdscript/gdscript_editor.cpp | |
| parent | c2e02e2066a2f151d971662a139be85b079717cc (diff) | |
| download | godot-a3ba1b0280228468c1847f21ef229350979af0d7.tar.gz godot-a3ba1b0280228468c1847f21ef229350979af0d7.tar.zst godot-a3ba1b0280228468c1847f21ef229350979af0d7.zip | |
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 a94505078..08d9b6825 100644 --- a/modules/gdscript/gdscript_editor.cpp +++ b/modules/gdscript/gdscript_editor.cpp @@ -60,7 +60,7 @@ Ref<Script> GDScriptLanguage::get_template(const String &p_class_name, const Str "# var a = 2\n" + "# var b = \"textvar\"\n\n" + "func _ready():\n" + - "%TS%# Called every time the node is added to the scene.\n" + + "%TS%# Called when the node is added to the scene for the first time.\n" + "%TS%# Initialization here\n" + "%TS%pass\n\n" + "#func _process(delta):\n" + |
