2024-05-01 06:26:30 +02:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://col1q3elvkfwk"]
|
2024-04-16 01:44:06 +02:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/game/cursor.gd" id="1_1og6v"]
|
2024-04-24 04:56:44 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cu750c7yd57qa" path="res://scenes/game/gold_display.tscn" id="2_5c4iq"]
|
2024-05-01 06:26:30 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://tx1qi6ahlxjp" path="res://behaviours/spawner.tscn" id="3_k7vj5"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://uoxwjpmgg27a" path="res://entities/gold.tscn" id="4_45u12"]
|
2024-04-16 01:44:06 +02:00
|
|
|
|
2024-04-30 04:38:27 +02:00
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_6ky4x"]
|
|
|
|
radius = 8.0
|
2024-04-26 02:15:39 +02:00
|
|
|
|
2024-04-20 02:23:01 +02:00
|
|
|
[node name="Cursor" type="Area2D" groups=["cursor"]]
|
2024-04-22 00:56:35 +02:00
|
|
|
z_index = 100
|
2024-05-02 02:32:14 +02:00
|
|
|
collision_layer = 64
|
|
|
|
collision_mask = 128
|
2024-04-16 01:44:06 +02:00
|
|
|
script = ExtResource("1_1og6v")
|
2024-04-17 05:26:13 +02:00
|
|
|
|
|
|
|
[node name="Shape" type="CollisionShape2D" parent="."]
|
2024-04-30 04:38:27 +02:00
|
|
|
shape = SubResource("CircleShape2D_6ky4x")
|
2024-05-02 03:36:23 +02:00
|
|
|
debug_color = Color(0, 1, 0.701961, 0.588235)
|
2024-04-24 04:55:31 +02:00
|
|
|
|
2024-04-24 04:56:44 +02:00
|
|
|
[node name="GoldDisplay" parent="." instance=ExtResource("2_5c4iq")]
|
2024-04-24 04:55:31 +02:00
|
|
|
unique_name_in_owner = true
|
2024-05-01 06:26:30 +02:00
|
|
|
|
|
|
|
[node name="CheatGoldSpawner" parent="." instance=ExtResource("3_k7vj5")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
scene = ExtResource("4_45u12")
|