98 lines
2.6 KiB
Text
98 lines
2.6 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://bv4rxfc4hm6t7"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bv27o64fwb1l1" path="res://scenes/blocks/step.tscn" id="1_n7yau"]
|
|
[ext_resource type="PackedScene" uid="uid://r3u4855s3sbq" path="res://scenes/blocks/turn.tscn" id="2_i14ye"]
|
|
[ext_resource type="Texture2D" uid="uid://0p2fn0fpolbt" path="res://assets/blocks_programm/play_script.png" id="3_i14ye"]
|
|
|
|
[node name="LevelHandler" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="ColorRect2" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.746
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 0.119934
|
|
grow_horizontal = 0
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
color = Color(0.785692, 0.699005, 0.627718, 1)
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="ColorRect"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = -0.394
|
|
anchor_top = 0.028
|
|
anchor_bottom = 0.972
|
|
offset_left = 0.0500031
|
|
offset_top = -0.16
|
|
offset_bottom = 0.159973
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
color = Color(0.917647, 0.917647, 0.917647, 1)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/ColorRect"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_top = 0.071
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.96
|
|
offset_top = -0.280003
|
|
offset_bottom = 0.199951
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
theme_override_constants/separation = 50
|
|
|
|
[node name="step" parent="ColorRect/ColorRect/VBoxContainer" instance=ExtResource("1_n7yau")]
|
|
layout_mode = 2
|
|
|
|
[node name="turn" parent="ColorRect/ColorRect/VBoxContainer" instance=ExtResource("2_i14ye")]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.163
|
|
anchor_top = 0.05
|
|
anchor_right = 0.163
|
|
anchor_bottom = 0.05
|
|
offset_left = 0.0249977
|
|
offset_right = 269.025
|
|
offset_bottom = 606.0
|
|
mouse_filter = 2
|
|
theme_override_constants/separation = 50
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ColorRect"]
|
|
layout_mode = 1
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -46.0
|
|
offset_right = -6.10352e-05
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="TextureButtonPlayScript" type="TextureButton" parent="ColorRect/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 6
|
|
size_flags_vertical = 4
|
|
texture_normal = ExtResource("3_i14ye")
|