45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
|
|
[gd_scene load_steps=7 format=3 uid="uid://degt1t2y08udg"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://c8a7gs0h2h6vn" path="res://_props/dark_material_ball/dark_material_ball.gd" id="1_8vsnl"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://c673bap4b12fx" path="res://icon.svg" id="2_ts6gp"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://bonrls3iuhdqb" path="res://_props/_prefabs/player/player_trigger_volumn.tscn" id="3_rtv51"]
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_62vs1"]
|
||
|
|
radius = 7.0
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_j8xbm"]
|
||
|
|
radius = 10.049875
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_8vsnl"]
|
||
|
|
radius = 34.0147
|
||
|
|
|
||
|
|
[node name="DarkMaterialBall" type="CharacterBody2D" groups=["GRAPABLE"]]
|
||
|
|
collision_layer = 16
|
||
|
|
collision_mask = 2
|
||
|
|
script = ExtResource("1_8vsnl")
|
||
|
|
|
||
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
scale = Vector2(0.135, 0.135)
|
||
|
|
texture = ExtResource("2_ts6gp")
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
|
shape = SubResource("CircleShape2D_62vs1")
|
||
|
|
|
||
|
|
[node name="PlayerCollectableVolumn" parent="." instance=ExtResource("3_rtv51")]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
debug_print = false
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="PlayerCollectableVolumn"]
|
||
|
|
shape = SubResource("CircleShape2D_j8xbm")
|
||
|
|
debug_color = Color(0.19215687, 0.6431373, 0, 0)
|
||
|
|
|
||
|
|
[node name="HookAttractVolumn" type="Area2D" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
collision_layer = 16
|
||
|
|
collision_mask = 0
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="HookAttractVolumn"]
|
||
|
|
shape = SubResource("CircleShape2D_8vsnl")
|
||
|
|
debug_color = Color(1, 0, 0.14509805, 0)
|