aboutsummaryrefslogtreecommitdiffstats
path: root/Node2D.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Node2D.gd')
-rw-r--r--Node2D.gd16
1 files changed, 16 insertions, 0 deletions
diff --git a/Node2D.gd b/Node2D.gd
new file mode 100644
index 0000000..d144d48
--- /dev/null
+++ b/Node2D.gd
@@ -0,0 +1,16 @@
+extends Node2D
+
+
+# Declare member variables here. Examples:
+# var a = 2
+# var b = "text"
+
+
+# Called when the node enters the scene tree for the first time.
+func _ready():
+ pass # Replace with function body.
+
+
+# Called every frame. 'delta' is the elapsed time since the previous frame.
+#func _process(delta):
+# pass