28 lines
868 B
Text
28 lines
868 B
Text
[gd_scene load_steps=4 format=3 uid="uid://blfx4g52uaopo"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bsj2xqsrkncfw" path="res://assets/find_a_couple/envelope.png" id="1_dgwjn"]
|
|
[ext_resource type="Script" uid="uid://c6slf3hspqeef" path="res://scenes/find_a_couple/tile.gd" id="1_kwys0"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kwys0"]
|
|
atlas = ExtResource("1_dgwjn")
|
|
region = Rect2(0, 0, 512, 512)
|
|
|
|
[node name="Button" type="Button"]
|
|
offset_left = 428.0
|
|
offset_top = 300.0
|
|
offset_right = 578.0
|
|
offset_bottom = 450.0
|
|
script = ExtResource("1_kwys0")
|
|
|
|
[node name="Image" type="TextureRect" parent="."]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = 25.0
|
|
offset_top = 25.0
|
|
offset_right = 125.0
|
|
offset_bottom = 125.0
|
|
texture = SubResource("AtlasTexture_kwys0")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[connection signal="pressed" from="." to="." method="_on_pressed"]
|