mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 12:25:54 +00:00
24 lines
1,016 B
Text
24 lines
1,016 B
Text
[gd_scene load_steps=5 format=3 uid="uid://cpx5yjfg3a2hw"]
|
|
|
|
[ext_resource type="Script" uid="uid://dxhf1twoxf4j0" path="res://Scripts/Interactables/AlarmBox3D.cs" id="1_4ysgp"]
|
|
[ext_resource type="AudioStream" uid="uid://bjvklk7qmlivd" path="res://SFX/288963__littlerobotsoundfactory__click_electronic_14.wav" id="3_5t8l3"]
|
|
[ext_resource type="PackedScene" uid="uid://s4yb3i3td11j" path="res://3D/BlockbenchModels/AlarmBox/Alarm_Box.gltf" id="4_4ysgp"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_itd0i"]
|
|
radius = 0.419927
|
|
|
|
[node name="AlarmBox" type="Area3D" groups=["Interactable"]]
|
|
collision_layer = 32
|
|
collision_mask = 0
|
|
script = ExtResource("1_4ysgp")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("SphereShape3D_itd0i")
|
|
|
|
[node name="ActivationSound" type="AudioStreamPlayer3D" parent="."]
|
|
visible = false
|
|
stream = ExtResource("3_5t8l3")
|
|
bus = &"Effects"
|
|
|
|
[node name="blockbench_export" parent="." instance=ExtResource("4_4ysgp")]
|