[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 [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 render_priority = 15 outline_render_priority = 14 text = "lightbulb" font = ExtResource("4_504vw") font_size = 100 outline_size = 18 [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")