23 lines
938 B
Text
23 lines
938 B
Text
[gd_scene load_steps=4 format=3 uid="uid://qecwga1b4yqn"]
|
|
|
|
[ext_resource type="Script" path="res://components/Cursor/cursor.gd" id="1_nmkwm"]
|
|
[ext_resource type="Texture2D" uid="uid://dlg0b4gpglj1v" path="res://components/Cursor/cursor_pixel_2.png" id="2_bjcic"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4cq27"]
|
|
|
|
[node name="Cursor" type="CanvasLayer"]
|
|
layer = 10
|
|
script = ExtResource("1_nmkwm")
|
|
|
|
[node name="MouseControl" type="Area2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="MouseControl"]
|
|
shape = SubResource("RectangleShape2D_4cq27")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="MouseControl"]
|
|
position = Vector2(7, 7)
|
|
texture = ExtResource("2_bjcic")
|
|
offset = Vector2(3, 3)
|
|
|
|
[connection signal="area_entered" from="MouseControl" to="." method="_on_mouse_control_area_entered"]
|
|
[connection signal="area_exited" from="MouseControl" to="." method="_on_mouse_control_area_exited"]
|