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

37 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-04-17 22:27:09 +03:00
[gd_scene load_steps=5 format=3 uid="uid://b5buw1sas18n4"]
[ext_resource type="Script" path="res://content/system/dot/dot.gd" id="1_vdpux"]
[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")