diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-27 02:07:21 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-27 02:07:21 +0200 |
commit | 8755544fd0dbb801f8d593f5891eaee00dd4ecd5 (patch) | |
tree | dc428c56d6eeea74efd5e71a53e7908c36fbb64d /scenes/levels/repeat_this.tscn | |
parent | 993cf633979d8e96ad5eb051e44ab3a4a2ceccfa (diff) | |
download | ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.tar.gz ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.tar.bz2 ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.zip |
Level
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" |