2153 lines
56 KiB
Plaintext
2153 lines
56 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://bxkneahqum6hb"]
|
|
|
|
[ext_resource type="Script" path="res://LevelEditor.gd" id="1_p7hit"]
|
|
[ext_resource type="Script" path="res://LevelEditCell.gd" id="2_ayd4g"]
|
|
[ext_resource type="Texture2D" uid="uid://cvqjlacpxf5j8" path="res://Brick/BlankBrick.png" id="2_dv67i"]
|
|
[ext_resource type="Theme" uid="uid://cfvww0geatnnk" path="res://MainTheme.tres" id="4_usb0o"]
|
|
[ext_resource type="Script" path="res://AllCapsEntry.gd" id="5_aqqxj"]
|
|
[ext_resource type="Script" path="res://LevelSelector.gd" id="6_brm2b"]
|
|
[ext_resource type="Script" path="res://BackgroundSelector.gd" id="7_x1vot"]
|
|
[ext_resource type="Script" path="res://HexOnly.gd" id="8_72pke"]
|
|
[ext_resource type="PackedScene" uid="uid://deyotp28r4uwj" path="res://LoadPanel.tscn" id="9_joiqc"]
|
|
[ext_resource type="Script" path="res://ExportPanel.gd" id="9_nmcps"]
|
|
[ext_resource type="Script" path="res://ImportPanel.gd" id="10_q6s0l"]
|
|
|
|
[node name="LevelEditor" type="Node2D"]
|
|
texture_filter = 1
|
|
script = ExtResource("1_p7hit")
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
z_index = -2
|
|
texture_repeat = 2
|
|
clip_contents = true
|
|
offset_right = 640.0
|
|
offset_bottom = 514.0
|
|
scale = Vector2(0.7, 0.7)
|
|
stretch_mode = 1
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
offset_right = 16.0
|
|
offset_bottom = 360.0
|
|
|
|
[node name="ColorRect2" type="ColorRect" parent="."]
|
|
offset_left = 432.0
|
|
offset_right = 448.0
|
|
offset_bottom = 360.0
|
|
|
|
[node name="ColorRect3" type="ColorRect" parent="."]
|
|
offset_right = 432.0
|
|
offset_bottom = 16.0
|
|
|
|
[node name="Bricks" type="Node2D" parent="."]
|
|
|
|
[node name="Row0" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 16.0
|
|
offset_top = 16.0
|
|
offset_right = 48.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 48.0
|
|
offset_top = 16.0
|
|
offset_right = 80.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 80.0
|
|
offset_top = 16.0
|
|
offset_right = 112.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 112.0
|
|
offset_top = 16.0
|
|
offset_right = 144.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 144.0
|
|
offset_top = 16.0
|
|
offset_right = 176.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 176.0
|
|
offset_top = 16.0
|
|
offset_right = 208.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 208.0
|
|
offset_top = 16.0
|
|
offset_right = 240.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 240.0
|
|
offset_top = 16.0
|
|
offset_right = 272.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 272.0
|
|
offset_top = 16.0
|
|
offset_right = 304.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 304.0
|
|
offset_top = 16.0
|
|
offset_right = 336.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 336.0
|
|
offset_top = 16.0
|
|
offset_right = 368.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 368.0
|
|
offset_top = 16.0
|
|
offset_right = 400.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row0"]
|
|
offset_left = 400.0
|
|
offset_top = 16.0
|
|
offset_right = 432.0
|
|
offset_bottom = 32.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row1" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 16.0
|
|
offset_top = 32.0
|
|
offset_right = 48.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 48.0
|
|
offset_top = 32.0
|
|
offset_right = 80.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 80.0
|
|
offset_top = 32.0
|
|
offset_right = 112.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 112.0
|
|
offset_top = 32.0
|
|
offset_right = 144.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 144.0
|
|
offset_top = 32.0
|
|
offset_right = 176.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 176.0
|
|
offset_top = 32.0
|
|
offset_right = 208.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 208.0
|
|
offset_top = 32.0
|
|
offset_right = 240.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 240.0
|
|
offset_top = 32.0
|
|
offset_right = 272.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 272.0
|
|
offset_top = 32.0
|
|
offset_right = 304.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 304.0
|
|
offset_top = 32.0
|
|
offset_right = 336.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 336.0
|
|
offset_top = 32.0
|
|
offset_right = 368.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 368.0
|
|
offset_top = 32.0
|
|
offset_right = 400.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row1"]
|
|
offset_left = 400.0
|
|
offset_top = 32.0
|
|
offset_right = 432.0
|
|
offset_bottom = 48.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row2" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 16.0
|
|
offset_top = 48.0
|
|
offset_right = 48.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 48.0
|
|
offset_top = 48.0
|
|
offset_right = 80.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 80.0
|
|
offset_top = 48.0
|
|
offset_right = 112.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 112.0
|
|
offset_top = 48.0
|
|
offset_right = 144.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 144.0
|
|
offset_top = 48.0
|
|
offset_right = 176.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 176.0
|
|
offset_top = 48.0
|
|
offset_right = 208.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 208.0
|
|
offset_top = 48.0
|
|
offset_right = 240.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 240.0
|
|
offset_top = 48.0
|
|
offset_right = 272.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 272.0
|
|
offset_top = 48.0
|
|
offset_right = 304.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 304.0
|
|
offset_top = 48.0
|
|
offset_right = 336.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 336.0
|
|
offset_top = 48.0
|
|
offset_right = 368.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 368.0
|
|
offset_top = 48.0
|
|
offset_right = 400.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row2"]
|
|
offset_left = 400.0
|
|
offset_top = 48.0
|
|
offset_right = 432.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row3" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 16.0
|
|
offset_top = 64.0
|
|
offset_right = 48.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 48.0
|
|
offset_top = 64.0
|
|
offset_right = 80.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 80.0
|
|
offset_top = 64.0
|
|
offset_right = 112.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 112.0
|
|
offset_top = 64.0
|
|
offset_right = 144.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 144.0
|
|
offset_top = 64.0
|
|
offset_right = 176.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 176.0
|
|
offset_top = 64.0
|
|
offset_right = 208.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 208.0
|
|
offset_top = 64.0
|
|
offset_right = 240.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 240.0
|
|
offset_top = 64.0
|
|
offset_right = 272.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 272.0
|
|
offset_top = 64.0
|
|
offset_right = 304.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 304.0
|
|
offset_top = 64.0
|
|
offset_right = 336.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 336.0
|
|
offset_top = 64.0
|
|
offset_right = 368.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 368.0
|
|
offset_top = 64.0
|
|
offset_right = 400.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row3"]
|
|
offset_left = 400.0
|
|
offset_top = 64.0
|
|
offset_right = 432.0
|
|
offset_bottom = 80.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row4" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 16.0
|
|
offset_top = 80.0
|
|
offset_right = 48.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 48.0
|
|
offset_top = 80.0
|
|
offset_right = 80.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 80.0
|
|
offset_top = 80.0
|
|
offset_right = 112.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 112.0
|
|
offset_top = 80.0
|
|
offset_right = 144.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 144.0
|
|
offset_top = 80.0
|
|
offset_right = 176.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 176.0
|
|
offset_top = 80.0
|
|
offset_right = 208.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 208.0
|
|
offset_top = 80.0
|
|
offset_right = 240.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 240.0
|
|
offset_top = 80.0
|
|
offset_right = 272.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 272.0
|
|
offset_top = 80.0
|
|
offset_right = 304.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 304.0
|
|
offset_top = 80.0
|
|
offset_right = 336.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 336.0
|
|
offset_top = 80.0
|
|
offset_right = 368.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 368.0
|
|
offset_top = 80.0
|
|
offset_right = 400.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row4"]
|
|
offset_left = 400.0
|
|
offset_top = 80.0
|
|
offset_right = 432.0
|
|
offset_bottom = 96.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row5" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 16.0
|
|
offset_top = 96.0
|
|
offset_right = 48.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 48.0
|
|
offset_top = 96.0
|
|
offset_right = 80.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 80.0
|
|
offset_top = 96.0
|
|
offset_right = 112.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 112.0
|
|
offset_top = 96.0
|
|
offset_right = 144.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 144.0
|
|
offset_top = 96.0
|
|
offset_right = 176.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 176.0
|
|
offset_top = 96.0
|
|
offset_right = 208.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 208.0
|
|
offset_top = 96.0
|
|
offset_right = 240.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 240.0
|
|
offset_top = 96.0
|
|
offset_right = 272.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 272.0
|
|
offset_top = 96.0
|
|
offset_right = 304.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 304.0
|
|
offset_top = 96.0
|
|
offset_right = 336.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 336.0
|
|
offset_top = 96.0
|
|
offset_right = 368.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 368.0
|
|
offset_top = 96.0
|
|
offset_right = 400.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row5"]
|
|
offset_left = 400.0
|
|
offset_top = 96.0
|
|
offset_right = 432.0
|
|
offset_bottom = 112.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row6" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 16.0
|
|
offset_top = 112.0
|
|
offset_right = 48.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 48.0
|
|
offset_top = 112.0
|
|
offset_right = 80.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 80.0
|
|
offset_top = 112.0
|
|
offset_right = 112.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 112.0
|
|
offset_top = 112.0
|
|
offset_right = 144.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 144.0
|
|
offset_top = 112.0
|
|
offset_right = 176.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 176.0
|
|
offset_top = 112.0
|
|
offset_right = 208.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 208.0
|
|
offset_top = 112.0
|
|
offset_right = 240.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 240.0
|
|
offset_top = 112.0
|
|
offset_right = 272.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 272.0
|
|
offset_top = 112.0
|
|
offset_right = 304.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 304.0
|
|
offset_top = 112.0
|
|
offset_right = 336.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 336.0
|
|
offset_top = 112.0
|
|
offset_right = 368.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 368.0
|
|
offset_top = 112.0
|
|
offset_right = 400.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row6"]
|
|
offset_left = 400.0
|
|
offset_top = 112.0
|
|
offset_right = 432.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row7" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 16.0
|
|
offset_top = 128.0
|
|
offset_right = 48.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 48.0
|
|
offset_top = 128.0
|
|
offset_right = 80.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 80.0
|
|
offset_top = 128.0
|
|
offset_right = 112.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 112.0
|
|
offset_top = 128.0
|
|
offset_right = 144.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 144.0
|
|
offset_top = 128.0
|
|
offset_right = 176.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 176.0
|
|
offset_top = 128.0
|
|
offset_right = 208.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 208.0
|
|
offset_top = 128.0
|
|
offset_right = 240.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 240.0
|
|
offset_top = 128.0
|
|
offset_right = 272.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 272.0
|
|
offset_top = 128.0
|
|
offset_right = 304.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 304.0
|
|
offset_top = 128.0
|
|
offset_right = 336.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 336.0
|
|
offset_top = 128.0
|
|
offset_right = 368.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 368.0
|
|
offset_top = 128.0
|
|
offset_right = 400.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row7"]
|
|
offset_left = 400.0
|
|
offset_top = 128.0
|
|
offset_right = 432.0
|
|
offset_bottom = 144.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row8" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 16.0
|
|
offset_top = 144.0
|
|
offset_right = 48.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 48.0
|
|
offset_top = 144.0
|
|
offset_right = 80.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 80.0
|
|
offset_top = 144.0
|
|
offset_right = 112.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 112.0
|
|
offset_top = 144.0
|
|
offset_right = 144.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 144.0
|
|
offset_top = 144.0
|
|
offset_right = 176.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 176.0
|
|
offset_top = 144.0
|
|
offset_right = 208.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 208.0
|
|
offset_top = 144.0
|
|
offset_right = 240.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 240.0
|
|
offset_top = 144.0
|
|
offset_right = 272.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 272.0
|
|
offset_top = 144.0
|
|
offset_right = 304.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 304.0
|
|
offset_top = 144.0
|
|
offset_right = 336.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 336.0
|
|
offset_top = 144.0
|
|
offset_right = 368.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 368.0
|
|
offset_top = 144.0
|
|
offset_right = 400.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row8"]
|
|
offset_left = 400.0
|
|
offset_top = 144.0
|
|
offset_right = 432.0
|
|
offset_bottom = 160.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row9" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 16.0
|
|
offset_top = 160.0
|
|
offset_right = 48.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 48.0
|
|
offset_top = 160.0
|
|
offset_right = 80.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 80.0
|
|
offset_top = 160.0
|
|
offset_right = 112.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 112.0
|
|
offset_top = 160.0
|
|
offset_right = 144.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 144.0
|
|
offset_top = 160.0
|
|
offset_right = 176.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 176.0
|
|
offset_top = 160.0
|
|
offset_right = 208.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 208.0
|
|
offset_top = 160.0
|
|
offset_right = 240.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 240.0
|
|
offset_top = 160.0
|
|
offset_right = 272.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 272.0
|
|
offset_top = 160.0
|
|
offset_right = 304.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 304.0
|
|
offset_top = 160.0
|
|
offset_right = 336.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 336.0
|
|
offset_top = 160.0
|
|
offset_right = 368.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 368.0
|
|
offset_top = 160.0
|
|
offset_right = 400.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row9"]
|
|
offset_left = 400.0
|
|
offset_top = 160.0
|
|
offset_right = 432.0
|
|
offset_bottom = 176.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row10" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 16.0
|
|
offset_top = 176.0
|
|
offset_right = 48.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 48.0
|
|
offset_top = 176.0
|
|
offset_right = 80.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 80.0
|
|
offset_top = 176.0
|
|
offset_right = 112.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 112.0
|
|
offset_top = 176.0
|
|
offset_right = 144.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 144.0
|
|
offset_top = 176.0
|
|
offset_right = 176.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 176.0
|
|
offset_top = 176.0
|
|
offset_right = 208.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 208.0
|
|
offset_top = 176.0
|
|
offset_right = 240.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 240.0
|
|
offset_top = 176.0
|
|
offset_right = 272.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 272.0
|
|
offset_top = 176.0
|
|
offset_right = 304.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 304.0
|
|
offset_top = 176.0
|
|
offset_right = 336.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 336.0
|
|
offset_top = 176.0
|
|
offset_right = 368.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 368.0
|
|
offset_top = 176.0
|
|
offset_right = 400.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row10"]
|
|
offset_left = 400.0
|
|
offset_top = 176.0
|
|
offset_right = 432.0
|
|
offset_bottom = 192.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row11" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 16.0
|
|
offset_top = 192.0
|
|
offset_right = 48.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 48.0
|
|
offset_top = 192.0
|
|
offset_right = 80.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 80.0
|
|
offset_top = 192.0
|
|
offset_right = 112.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 112.0
|
|
offset_top = 192.0
|
|
offset_right = 144.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 144.0
|
|
offset_top = 192.0
|
|
offset_right = 176.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 176.0
|
|
offset_top = 192.0
|
|
offset_right = 208.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 208.0
|
|
offset_top = 192.0
|
|
offset_right = 240.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 240.0
|
|
offset_top = 192.0
|
|
offset_right = 272.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 272.0
|
|
offset_top = 192.0
|
|
offset_right = 304.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 304.0
|
|
offset_top = 192.0
|
|
offset_right = 336.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 336.0
|
|
offset_top = 192.0
|
|
offset_right = 368.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 368.0
|
|
offset_top = 192.0
|
|
offset_right = 400.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row11"]
|
|
offset_left = 400.0
|
|
offset_top = 192.0
|
|
offset_right = 432.0
|
|
offset_bottom = 208.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row12" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 16.0
|
|
offset_top = 208.0
|
|
offset_right = 48.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 48.0
|
|
offset_top = 208.0
|
|
offset_right = 80.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 80.0
|
|
offset_top = 208.0
|
|
offset_right = 112.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 112.0
|
|
offset_top = 208.0
|
|
offset_right = 144.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 144.0
|
|
offset_top = 208.0
|
|
offset_right = 176.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 176.0
|
|
offset_top = 208.0
|
|
offset_right = 208.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 208.0
|
|
offset_top = 208.0
|
|
offset_right = 240.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 240.0
|
|
offset_top = 208.0
|
|
offset_right = 272.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 272.0
|
|
offset_top = 208.0
|
|
offset_right = 304.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 304.0
|
|
offset_top = 208.0
|
|
offset_right = 336.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 336.0
|
|
offset_top = 208.0
|
|
offset_right = 368.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 368.0
|
|
offset_top = 208.0
|
|
offset_right = 400.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row12"]
|
|
offset_left = 400.0
|
|
offset_top = 208.0
|
|
offset_right = 432.0
|
|
offset_bottom = 224.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row13" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 16.0
|
|
offset_top = 224.0
|
|
offset_right = 48.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 48.0
|
|
offset_top = 224.0
|
|
offset_right = 80.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 80.0
|
|
offset_top = 224.0
|
|
offset_right = 112.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 112.0
|
|
offset_top = 224.0
|
|
offset_right = 144.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 144.0
|
|
offset_top = 224.0
|
|
offset_right = 176.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 176.0
|
|
offset_top = 224.0
|
|
offset_right = 208.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 208.0
|
|
offset_top = 224.0
|
|
offset_right = 240.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 240.0
|
|
offset_top = 224.0
|
|
offset_right = 272.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 272.0
|
|
offset_top = 224.0
|
|
offset_right = 304.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 304.0
|
|
offset_top = 224.0
|
|
offset_right = 336.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 336.0
|
|
offset_top = 224.0
|
|
offset_right = 368.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 368.0
|
|
offset_top = 224.0
|
|
offset_right = 400.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row13"]
|
|
offset_left = 400.0
|
|
offset_top = 224.0
|
|
offset_right = 432.0
|
|
offset_bottom = 240.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row14" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 16.0
|
|
offset_top = 240.0
|
|
offset_right = 48.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 48.0
|
|
offset_top = 240.0
|
|
offset_right = 80.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 80.0
|
|
offset_top = 240.0
|
|
offset_right = 112.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 112.0
|
|
offset_top = 240.0
|
|
offset_right = 144.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 144.0
|
|
offset_top = 240.0
|
|
offset_right = 176.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 176.0
|
|
offset_top = 240.0
|
|
offset_right = 208.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 208.0
|
|
offset_top = 240.0
|
|
offset_right = 240.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 240.0
|
|
offset_top = 240.0
|
|
offset_right = 272.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 272.0
|
|
offset_top = 240.0
|
|
offset_right = 304.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 304.0
|
|
offset_top = 240.0
|
|
offset_right = 336.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 336.0
|
|
offset_top = 240.0
|
|
offset_right = 368.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 368.0
|
|
offset_top = 240.0
|
|
offset_right = 400.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row14"]
|
|
offset_left = 400.0
|
|
offset_top = 240.0
|
|
offset_right = 432.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row15" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 16.0
|
|
offset_top = 256.0
|
|
offset_right = 48.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 48.0
|
|
offset_top = 256.0
|
|
offset_right = 80.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 80.0
|
|
offset_top = 256.0
|
|
offset_right = 112.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 112.0
|
|
offset_top = 256.0
|
|
offset_right = 144.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 144.0
|
|
offset_top = 256.0
|
|
offset_right = 176.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 176.0
|
|
offset_top = 256.0
|
|
offset_right = 208.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 208.0
|
|
offset_top = 256.0
|
|
offset_right = 240.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 240.0
|
|
offset_top = 256.0
|
|
offset_right = 272.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 272.0
|
|
offset_top = 256.0
|
|
offset_right = 304.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 304.0
|
|
offset_top = 256.0
|
|
offset_right = 336.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 336.0
|
|
offset_top = 256.0
|
|
offset_right = 368.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 368.0
|
|
offset_top = 256.0
|
|
offset_right = 400.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row15"]
|
|
offset_left = 400.0
|
|
offset_top = 256.0
|
|
offset_right = 432.0
|
|
offset_bottom = 272.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row16" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 16.0
|
|
offset_top = 272.0
|
|
offset_right = 48.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 48.0
|
|
offset_top = 272.0
|
|
offset_right = 80.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 80.0
|
|
offset_top = 272.0
|
|
offset_right = 112.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 112.0
|
|
offset_top = 272.0
|
|
offset_right = 144.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 144.0
|
|
offset_top = 272.0
|
|
offset_right = 176.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 176.0
|
|
offset_top = 272.0
|
|
offset_right = 208.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 208.0
|
|
offset_top = 272.0
|
|
offset_right = 240.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 240.0
|
|
offset_top = 272.0
|
|
offset_right = 272.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 272.0
|
|
offset_top = 272.0
|
|
offset_right = 304.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 304.0
|
|
offset_top = 272.0
|
|
offset_right = 336.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 336.0
|
|
offset_top = 272.0
|
|
offset_right = 368.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 368.0
|
|
offset_top = 272.0
|
|
offset_right = 400.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row16"]
|
|
offset_left = 400.0
|
|
offset_top = 272.0
|
|
offset_right = 432.0
|
|
offset_bottom = 288.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Row17" type="Node2D" parent="Bricks"]
|
|
|
|
[node name="Col0" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 16.0
|
|
offset_top = 288.0
|
|
offset_right = 48.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col1" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 48.0
|
|
offset_top = 288.0
|
|
offset_right = 80.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col2" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 80.0
|
|
offset_top = 288.0
|
|
offset_right = 112.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col3" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 112.0
|
|
offset_top = 288.0
|
|
offset_right = 144.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col4" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 144.0
|
|
offset_top = 288.0
|
|
offset_right = 176.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col5" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 176.0
|
|
offset_top = 288.0
|
|
offset_right = 208.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col6" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 208.0
|
|
offset_top = 288.0
|
|
offset_right = 240.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col7" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 240.0
|
|
offset_top = 288.0
|
|
offset_right = 272.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col8" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 272.0
|
|
offset_top = 288.0
|
|
offset_right = 304.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col9" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 304.0
|
|
offset_top = 288.0
|
|
offset_right = 336.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col10" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 336.0
|
|
offset_top = 288.0
|
|
offset_right = 368.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col11" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 368.0
|
|
offset_top = 288.0
|
|
offset_right = 400.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="Col12" type="TextureRect" parent="Bricks/Row17"]
|
|
offset_left = 400.0
|
|
offset_top = 288.0
|
|
offset_right = 432.0
|
|
offset_bottom = 304.0
|
|
texture = ExtResource("2_dv67i")
|
|
script = ExtResource("2_ayd4g")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
offset_left = 464.0
|
|
offset_right = 624.0
|
|
offset_bottom = 360.0
|
|
|
|
[node name="NameLabel" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("4_usb0o")
|
|
text = "Name"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Name" type="LineEdit" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
focus_mode = 1
|
|
theme = ExtResource("4_usb0o")
|
|
script = ExtResource("5_aqqxj")
|
|
|
|
[node name="LeftLabel" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("4_usb0o")
|
|
text = "Left Exit"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Left" type="OptionButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
script = ExtResource("6_brm2b")
|
|
|
|
[node name="RightLabel" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("4_usb0o")
|
|
text = "Right Exit"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Right" type="OptionButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
script = ExtResource("6_brm2b")
|
|
|
|
[node name="BackgroundLabel" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("4_usb0o")
|
|
text = "Background"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Background" type="OptionButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
text_overrun_behavior = 3
|
|
clip_text = true
|
|
script = ExtResource("7_x1vot")
|
|
|
|
[node name="TintLabel" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("4_usb0o")
|
|
text = "Tint"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Tint" type="LineEdit" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
focus_mode = 1
|
|
theme = ExtResource("4_usb0o")
|
|
text = "FFFFFF"
|
|
script = ExtResource("8_72pke")
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme = ExtResource("4_usb0o")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Load" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
text = "LOAD"
|
|
|
|
[node name="Save" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
text = "SAVE"
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Import" type="Button" parent="VBoxContainer/HBoxContainer3"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
text = "IMPORT"
|
|
|
|
[node name="Export" type="Button" parent="VBoxContainer/HBoxContainer3"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
text = "EXPORT"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="New" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
text = "NEW"
|
|
|
|
[node name="Exit" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
focus_mode = 0
|
|
theme = ExtResource("4_usb0o")
|
|
text = "EXIT"
|
|
|
|
[node name="LoadPanel" parent="." instance=ExtResource("9_joiqc")]
|
|
|
|
[node name="ExportPanel" type="PanelContainer" parent="."]
|
|
visible = false
|
|
offset_left = 464.0
|
|
offset_right = 624.0
|
|
offset_bottom = 360.0
|
|
theme = ExtResource("4_usb0o")
|
|
script = ExtResource("9_nmcps")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ExportPanel"]
|
|
layout_mode = 2
|
|
|
|
[node name="ExportedCode" type="TextEdit" parent="ExportPanel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme = ExtResource("4_usb0o")
|
|
text = "ewogICJiYWNrZ3JvdW5kIjogIlJlZEJveGVzIiwKICAiZGF0YSI6IFsKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgIHNzcyAgICAgIiwKICAgICIgICAgIENDQyAgICAgIiwKICAgICIgICAgIEdHRyAgICAgIiwKICAgICIgICAgIFJSUiAgICAgIiwKICAgICIgICAgIEJCQiAgICAgIiwKICAgICIgICAgIE1NTSAgICAgIiwKICAgICIgICAgIHNzcyAgICAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgIGcgICBnICAgZyAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgICAgICAgICAgIiwKICAgICIgICAgICAgICAgICAgIgogIF0sCiAgImxlZnQiOiAiRFVOS0FOT0lEIiwKICAibmFtZSI6ICJUT1dFUiIsCiAgInJpZ2h0IjogIkRVTktBTk9JRCIKfQ=="
|
|
editable = false
|
|
wrap_mode = 1
|
|
autowrap_mode = 1
|
|
|
|
[node name="Close" type="Button" parent="ExportPanel/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("4_usb0o")
|
|
text = "CLOSE"
|
|
|
|
[node name="ImportPanel" type="PanelContainer" parent="."]
|
|
visible = false
|
|
offset_left = 464.0
|
|
offset_right = 624.0
|
|
offset_bottom = 360.0
|
|
theme = ExtResource("4_usb0o")
|
|
script = ExtResource("10_q6s0l")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ImportPanel"]
|
|
layout_mode = 2
|
|
|
|
[node name="ImportedCode" type="TextEdit" parent="ImportPanel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme = ExtResource("4_usb0o")
|
|
placeholder_text = "Paste code here"
|
|
wrap_mode = 1
|
|
autowrap_mode = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ImportPanel/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Import" type="Button" parent="ImportPanel/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("4_usb0o")
|
|
text = "IMPORT"
|
|
|
|
[node name="Cancel" type="Button" parent="ImportPanel/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("4_usb0o")
|
|
text = "CANCEL"
|
|
|
|
[connection signal="item_selected" from="VBoxContainer/Background" to="." method="_on_background_item_selected"]
|
|
[connection signal="tint_changed" from="VBoxContainer/Tint" to="." method="_on_tint_tint_changed"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Load" to="." method="_on_load_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Save" to="." method="_on_save_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer3/Import" to="." method="_on_import_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer3/Export" to="." method="_on_export_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/New" to="." method="_on_new_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/Exit" to="." method="_on_exit_pressed"]
|
|
[connection signal="pressed" from="ExportPanel/VBoxContainer/Close" to="ExportPanel" method="_on_close_pressed"]
|
|
[connection signal="object_imported" from="ImportPanel" to="." method="_on_import_panel_object_imported"]
|
|
[connection signal="pressed" from="ImportPanel/VBoxContainer/HBoxContainer/Import" to="ImportPanel" method="_on_import_pressed"]
|
|
[connection signal="pressed" from="ImportPanel/VBoxContainer/HBoxContainer/Cancel" to="ImportPanel" method="_on_cancel_pressed"]
|