2023-12-09 22:45:18 +02:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://xsiy71rsqulj"]
|
2023-11-03 23:00:05 +02:00
|
|
|
|
2023-11-05 16:16:07 +02:00
|
|
|
[ext_resource type="Script" path="res://content/entities/sensor/sensor.gd" id="1_57ac8"]
|
2023-11-06 16:39:53 +02:00
|
|
|
[ext_resource type="Script" path="res://content/functions/movable.gd" id="2_fpq5q"]
|
2023-12-09 22:45:18 +02:00
|
|
|
[ext_resource type="Script" path="res://content/functions/occludable.gd" id="3_l3sp5"]
|
2023-11-03 23:00:05 +02:00
|
|
|
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_r20gc"]
|
|
|
|
radius = 0.1
|
|
|
|
|
2023-11-20 00:58:26 +02:00
|
|
|
[node name="Sensor" type="StaticBody3D" groups=["entity"]]
|
2023-11-28 16:14:21 +02:00
|
|
|
collision_mask = 0
|
2023-11-03 23:00:05 +02:00
|
|
|
script = ExtResource("1_57ac8")
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
|
|
shape = SubResource("SphereShape3D_r20gc")
|
|
|
|
|
|
|
|
[node name="Label" type="Label3D" parent="."]
|
2023-11-14 01:51:48 +02:00
|
|
|
transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0, 0)
|
|
|
|
pixel_size = 0.001
|
|
|
|
text = "some text
|
|
|
|
"
|
|
|
|
font_size = 80
|
2023-11-06 16:39:53 +02:00
|
|
|
|
|
|
|
[node name="Movable" type="Node" parent="."]
|
|
|
|
script = ExtResource("2_fpq5q")
|
2023-12-09 22:45:18 +02:00
|
|
|
|
|
|
|
[node name="Occludable" type="Node" parent="."]
|
|
|
|
script = ExtResource("3_l3sp5")
|