summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.gd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mime-detection/test.gd')
-rw-r--r--tests/mime-detection/test.gd16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/mime-detection/test.gd b/tests/mime-detection/test.gd
new file mode 100644
index 00000000..1eccaec1
--- /dev/null
+++ b/tests/mime-detection/test.gd
@@ -0,0 +1,16 @@
+extends Node
+
+
+# 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