2024-04-24 02:55:31 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://col1q3elvkfwk"]
|
2024-04-15 23:44:06 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/game/cursor.gd" id="1_1og6v"]
|
2024-04-24 02:55:31 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cu750c7yd57qa" path="res://scenes/game/gold_counter.tscn" id="2_ofjhi"]
|
2024-04-15 23:44:06 +00:00
|
|
|
|
2024-04-17 03:26:13 +00:00
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_j2mj5"]
|
|
|
|
radius = 4.0
|
|
|
|
|
2024-04-20 00:23:01 +00:00
|
|
|
[node name="Cursor" type="Area2D" groups=["cursor"]]
|
2024-04-21 22:56:35 +00:00
|
|
|
z_index = 100
|
2024-04-16 00:19:01 +00:00
|
|
|
collision_layer = 64
|
2024-04-21 22:09:04 +00:00
|
|
|
collision_mask = 40
|
2024-04-15 23:44:06 +00:00
|
|
|
script = ExtResource("1_1og6v")
|
2024-04-17 03:26:13 +00:00
|
|
|
|
|
|
|
[node name="Shape" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("CircleShape2D_j2mj5")
|
|
|
|
debug_color = Color(1, 1, 1, 1)
|
2024-04-24 02:55:31 +00:00
|
|
|
|
|
|
|
[node name="GoldCounter" parent="." instance=ExtResource("2_ofjhi")]
|
|
|
|
unique_name_in_owner = true
|