skullball/godot/scenes/misc/health_pickup.tscn
2026-07-29 23:02:35 +03:00

25 lines
1.1 KiB
Plaintext

[gd_scene format=3 uid="uid://dov2eh5u4ypnx"]
[ext_resource type="PackedScene" uid="uid://d0hq2ctndreej" path="res://mesh/health_pickup.tscn" id="1_1mios"]
[ext_resource type="AudioStream" uid="uid://c5ml80euqj27k" path="res://raw_assets/sfx/menu_and_item_jingles/Menu2A.wav" id="2_ogdjc"]
[sub_resource type="SphereShape3D" id="SphereShape3D_1cgct"]
radius = 0.8577998
[node name="health_pickup" type="HealthPickup" unique_id=1860192333 node_paths=PackedStringArray("pickup_area", "sfx")]
pickup_area = NodePath("area_3d")
sfx = NodePath("audio_stream_player_3d")
[node name="area_3d" type="Area3D" parent="." unique_id=168425054]
transform = Transform3D(0.9148415, 0, -0.4038132, 0, 1, 0, 0.4038132, 0, 0.9148415, 0, 1.3990467, 0)
collision_layer = 0
collision_mask = 3
[node name="HealthPickup" parent="area_3d" unique_id=663926357 instance=ExtResource("1_1mios")]
[node name="collision_shape_3d" type="CollisionShape3D" parent="area_3d" unique_id=1572818215]
shape = SubResource("SphereShape3D_1cgct")
[node name="audio_stream_player_3d" type="AudioStreamPlayer3D" parent="." unique_id=2139430866]
stream = ExtResource("2_ogdjc")