19 lines
727 B
Text
19 lines
727 B
Text
[gd_scene load_steps=4 format=3 uid="uid://cd60nfxe4lnq1"]
|
|
|
|
[ext_resource type="Script" uid="uid://cus8nh0g3yyj2" path="res://main.gd" id="1_glv2v"]
|
|
[ext_resource type="PackedScene" uid="uid://i3rqbgerpgey" path="res://checker/Checker.tscn" id="2_r0du0"]
|
|
[ext_resource type="Script" uid="uid://8yiff3da5cxh" path="res://checker/checker.gd" id="3_cm0pq"]
|
|
|
|
[node name="Main" 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_glv2v")
|
|
|
|
[node name="Checker" parent="." instance=ExtResource("2_r0du0")]
|
|
script = ExtResource("3_cm0pq")
|
|
|
|
[connection signal="message_created" from="." to="Checker" method="_on_main_message_created"]
|