22 lines
721 B
Plaintext
22 lines
721 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cah3mvdnom1xg"]
|
|
|
|
[ext_resource type="Script" uid="uid://b3yqd1qu7dyq" path="res://card.gd" id="1_kikvd"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kikvd"]
|
|
|
|
[node name="Card" type="TextureRect"]
|
|
offset_left = 794.0
|
|
offset_top = 79.0
|
|
offset_right = 919.0
|
|
offset_bottom = 254.0
|
|
mouse_default_cursor_shape = 2
|
|
script = ExtResource("1_kikvd")
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("RectangleShape2D_kikvd")
|
|
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|