blob: e96cc348d0b157657293c560c65f126f86a50c2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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"
|