[gd_scene load_steps=2 format=3 uid="uid://ddrl583g2xdm1"] [ext_resource type="Script" path="res://scripts/playtesters.gd" id="1_icfks"] [node name="playtesters" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_icfks") [node name="TextEdit" type="TextEdit" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -90.5 offset_top = -134.0 offset_right = 90.5 offset_bottom = 134.0 grow_horizontal = 2 grow_vertical = 2 theme_override_colors/background_color = Color(0.156863, 0.156863, 0.156863, 1) editable = false [node name="closeButton" type="Button" parent="."] layout_mode = 0 offset_left = 633.0 offset_top = 195.0 offset_right = 662.0 offset_bottom = 226.0 text = "X" [connection signal="pressed" from="closeButton" to="." method="_on_close_button_pressed"]