bordello/Scenes/card_pile.tscn
2023-06-06 13:35:20 +10:00

28 lines
788 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://y2i3u6n1oowh"]
[ext_resource type="Script" path="res://Scripts/slot_button.gd" id="1_qbsj1"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_2yi2r"]
size = Vector2(229, 145)
[node name="CardPile" type="Node2D"]
script = ExtResource("1_qbsj1")
[node name="Label" type="Label" parent="."]
offset_left = 66.0
offset_top = 55.0
offset_right = 158.0
offset_bottom = 81.0
text = "Deck"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
position = Vector2(112.5, 71.5)
shape = SubResource("RectangleShape2D_2yi2r")
disabled = true
[connection signal="input_event" from="Area2D" to="." method="_on_area_2d_input_event"]