FaC grid container
This commit is contained in:
parent
75603094bb
commit
3232182a9f
8 changed files with 67 additions and 51 deletions
22
scenes/find_a_couple/tile_btn.tscn
Normal file
22
scenes/find_a_couple/tile_btn.tscn
Normal file
|
@ -0,0 +1,22 @@
|
|||
[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"]
|
Loading…
Add table
Add a link
Reference in a new issue