Diffstat (limited to 'dots/reddot.gd')
-rw-r--r--dots/reddot.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/dots/reddot.gd b/dots/reddot.gd
new file mode 100644
index 0000000..05c5a2c
--- /dev/null
+++ b/dots/reddot.gd
@@ -0,0 +1,5 @@
+extends "res://dots/dot.gd"
+
+
+func _ready():
+ pass