summaryrefslogtreecommitdiff
path: root/modules/gdscript/editor_templates/Node/default.gd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/editor_templates/Node/default.gd')
-rw-r--r--modules/gdscript/editor_templates/Node/default.gd13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/gdscript/editor_templates/Node/default.gd b/modules/gdscript/editor_templates/Node/default.gd
deleted file mode 100644
index cb96a21537..0000000000
--- a/modules/gdscript/editor_templates/Node/default.gd
+++ /dev/null
@@ -1,13 +0,0 @@
-# meta-description: Base template for Node with default Godot cycle methods
-
-extends _BASE_
-
-
-# Called when the node enters the scene tree for the first time.
-func _ready() -> void:
- pass # Replace with function body.
-
-
-# Called every frame. 'delta' is the elapsed time since the previous frame.
-func _process(delta: float) -> void:
- pass