Diffstat (limited to 'leveldata.gd')
-rw-r--r--leveldata.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/leveldata.gd b/leveldata.gd
index 2f25b03..1df8385 100644
--- a/leveldata.gd
+++ b/leveldata.gd
@@ -3,8 +3,10 @@ extends Node
export(PoolColorArray) var dot_colors
export(Color) var background_color
+
func _ready():
randomize()
VisualServer.set_default_clear_color(background_color)
+
export(Array, PackedScene) var dots