From 70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 20 Feb 2016 10:01:34 -0300 Subject: -Change link to new documentation -fixed bug in tilemap collision debug --- modules/gdscript/gd_editor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gd_editor.cpp') diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index b4e5c04c95..ff19518ad5 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -52,6 +52,7 @@ String GDScriptLanguage::get_template(const String& p_class_name, const String& "# var a=2\n"+ "# var b=\"textvar\"\n\n"+ "func _ready():\n"+ + "\t# Called every time the node is added to the scene.\n"+ "\t# Initialization here\n"+ "\tpass\n"+ "\n"+ -- cgit v1.2.3