22 lines
932 B
Text
22 lines
932 B
Text
[gd_scene load_steps=4 format=3 uid="uid://lu353vx1qhnw"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bsj2xqsrkncfw" path="res://assets/find_a_couple/envelope.png" id="1_hsyko"]
|
|
[ext_resource type="Script" uid="uid://dj8d1k52lircu" path="res://scripts/find_a_couple/tile.gd" id="2_4covg"]
|
|
[ext_resource type="Texture2D" uid="uid://yn1hkayub20t" path="res://assets/find_a_couple/back.png" id="3_4covg"]
|
|
|
|
[node name="TextureButton" type="TextureButton"]
|
|
offset_right = 100.0
|
|
offset_bottom = 100.0
|
|
pivot_offset = Vector2(50, 50)
|
|
texture_normal = ExtResource("1_hsyko")
|
|
ignore_texture_size = true
|
|
stretch_mode = 0
|
|
script = ExtResource("2_4covg")
|
|
front_texture = ExtResource("1_hsyko")
|
|
back_texture = ExtResource("3_4covg")
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
one_shot = true
|
|
|
|
[connection signal="button_down" from="." to="." method="_on_button_down"]
|
|
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|