diff options
Diffstat (limited to 'scenes/levels/repeat_this.tscn')
-rw-r--r-- | scenes/levels/repeat_this.tscn | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scenes/levels/repeat_this.tscn b/scenes/levels/repeat_this.tscn deleted file mode 100644 index e96cc34..0000000 --- a/scenes/levels/repeat_this.tscn +++ /dev/null @@ -1,18 +0,0 @@ -[gd_scene load_steps=3 format=2] - -[ext_resource path="res://components/Level.gd" type="Script" id=1] -[ext_resource path="res://components/textreveal.gd" type="Script" id=2] - -[node name="Level" type="Node2D"] -script = ExtResource( 1 ) - -[node name="Insturction" type="Label" parent="."] -margin_left = 373.0 -margin_top = 564.0 -margin_right = 951.0 -margin_bottom = 668.0 -script = ExtResource( 2 ) -__meta__ = { -"_edit_use_anchors_": false -} -to_render = "Repeat the pattern" |