immersive-home/app/content/system/dot/dot.tscn

42 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-05-09 13:40:41 +03:00
[gd_scene load_steps=6 format=3 uid="uid://b5buw1sas18n4"]
[ext_resource type="Script" path="res://content/system/dot/dot.gd" id="1_vdpux"]
2024-05-09 13:40:41 +03:00
[ext_resource type="AudioStream" uid="uid://du7ur0lu28cvn" path="res://assets/sound/finger-snap.mp3" id="3_04fcm"]
[ext_resource type="FontVariation" uid="uid://sshfnckriqxn" path="res://assets/icons/icons.tres" id="4_504vw"]
[sub_resource type="SphereShape3D" id="SphereShape3D_3wgjq"]
custom_solver_bias = 0.2
radius = 0.1
2024-04-17 22:27:09 +03:00
[sub_resource type="SphereShape3D" id="SphereShape3D_y1ne8"]
custom_solver_bias = 0.2
radius = 0.2
[node name="Dot" type="StaticBody3D"]
script = ExtResource("1_vdpux")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_3wgjq")
[node name="Label3D" type="Label3D" parent="."]
pixel_size = 0.002
billboard = 1
2024-05-02 12:02:47 +03:00
render_priority = 15
outline_render_priority = 14
text = "lightbulb"
font = ExtResource("4_504vw")
font_size = 100
outline_size = 18
2024-04-17 22:27:09 +03:00
[node name="Area3D" type="Area3D" parent="."]
collision_layer = 4
collision_mask = 0
monitoring = false
[node name="CollisionShape3D2" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("SphereShape3D_y1ne8")
2024-05-09 13:40:41 +03:00
[node name="SnapSound" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_04fcm")
volume_db = -20.0