1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Changed periods in the script templates.

This commit is contained in:
Michael Alexsander Silva Dias
2018-04-24 22:14:43 -03:00
parent 613a8bee41
commit 093b069bf6
2 changed files with 2 additions and 2 deletions

View File

@@ -305,7 +305,7 @@ Ref<Script> CSharpLanguage::get_template(const String &p_class_name, const Strin
" public override void _Ready()\n"
" {\n"
" // Called every time the node is added to the scene.\n"
" // Initialization here\n"
" // Initialization here.\n"
" \n"
" }\n"
"\n"