|
| 1 | +[gd_scene load_steps=4 format=3 uid="uid://u7dv10o8gfva"] |
| 2 | + |
| 3 | +[ext_resource type="Theme" uid="uid://m1x1dnq04rcs" path="res://blocks/block_theme.tres" id="1_stukh"] |
| 4 | +[ext_resource type="Theme" uid="uid://bl1ypr528580u" path="res://blocks/block_theme_text.tres" id="2_1s1qk"] |
| 5 | + |
| 6 | +[sub_resource type="RectangleShape2D" id="RectangleShape2D_54lax"] |
| 7 | + |
| 8 | +[node name="Block" type="GoUntilReflectionBlock"] |
| 9 | + |
| 10 | +[node name="Button" type="Button" parent="."] |
| 11 | +self_modulate = Color(0.1173, 0.69, 0.4991, 1) |
| 12 | +custom_minimum_size = Vector2(0, 50) |
| 13 | +offset_right = 521.0 |
| 14 | +offset_bottom = 50.0 |
| 15 | +theme = ExtResource("1_stukh") |
| 16 | +alignment = 0 |
| 17 | +icon_alignment = 1 |
| 18 | +expand_icon = true |
| 19 | + |
| 20 | +[node name="HBoxContainer" type="HBoxContainer" parent="Button"] |
| 21 | +layout_mode = 1 |
| 22 | +anchors_preset = -1 |
| 23 | +anchor_top = 0.5 |
| 24 | +anchor_right = 0.942 |
| 25 | +anchor_bottom = 0.5 |
| 26 | +offset_top = -18.0 |
| 27 | +offset_right = -0.142029 |
| 28 | +offset_bottom = 18.0 |
| 29 | +grow_horizontal = 2 |
| 30 | +grow_vertical = 2 |
| 31 | +theme_override_constants/separation = 16 |
| 32 | + |
| 33 | +[node name="Container" type="Container" parent="Button/HBoxContainer"] |
| 34 | +layout_mode = 2 |
| 35 | + |
| 36 | +[node name="Name" type="Label" parent="Button/HBoxContainer"] |
| 37 | +custom_minimum_size = Vector2(225.785, 0) |
| 38 | +layout_mode = 2 |
| 39 | +theme = ExtResource("2_1s1qk") |
| 40 | +text = "GOUNTILREFLECTION" |
| 41 | +vertical_alignment = 1 |
| 42 | +metadata/_edit_use_anchors_ = true |
| 43 | + |
| 44 | +[node name="Reflection" type="LineEdit" parent="Button/HBoxContainer"] |
| 45 | +custom_minimum_size = Vector2(100, 0) |
| 46 | +layout_mode = 2 |
| 47 | +tooltip_text = "REFLECTION" |
| 48 | +theme_override_font_sizes/font_size = 20 |
| 49 | +text = "50" |
| 50 | +alignment = 1 |
| 51 | +metadata/_edit_use_anchors_ = true |
| 52 | + |
| 53 | +[node name="Darker" type="CheckBox" parent="Button/HBoxContainer"] |
| 54 | +layout_mode = 2 |
| 55 | +tooltip_text = "DARKER" |
| 56 | +flat = true |
| 57 | + |
| 58 | +[node name="Speed" type="LineEdit" parent="Button/HBoxContainer"] |
| 59 | +custom_minimum_size = Vector2(100, 0) |
| 60 | +layout_mode = 2 |
| 61 | +tooltip_text = "SPEED" |
| 62 | +theme_override_font_sizes/font_size = 20 |
| 63 | +text = "1024" |
| 64 | +alignment = 1 |
| 65 | +metadata/_edit_use_anchors_ = true |
| 66 | + |
| 67 | +[node name="Area2D" type="Area2D" parent="."] |
| 68 | +visible = false |
| 69 | +collision_layer = 0 |
| 70 | +priority = 1 |
| 71 | + |
| 72 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] |
| 73 | +position = Vector2(165, -51.215) |
| 74 | +scale = Vector2(13, 4) |
| 75 | +shape = SubResource("RectangleShape2D_54lax") |
| 76 | + |
| 77 | +[node name="StaticBody2D" type="StaticBody2D" parent="."] |
| 78 | +visible = false |
| 79 | +collision_mask = 0 |
| 80 | + |
| 81 | +[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"] |
| 82 | +position = Vector2(165, 25) |
| 83 | +scale = Vector2(17, 3) |
| 84 | +shape = SubResource("RectangleShape2D_54lax") |
0 commit comments