immersive-home/app/content/entities/line_chart/line_chart.tscn

44 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

[gd_scene load_steps=7 format=3 uid="uid://cltcs0gokeald"]
2024-04-11 17:51:30 +03:00
[ext_resource type="Script" path="res://content/entities/line_chart/line_chart.gd" id="1_5dxim"]
[ext_resource type="PackedScene" uid="uid://cwvykoymlrrel" path="res://content/ui/components/line_chart/line_chart.tscn" id="2_k4shm"]
[ext_resource type="Script" path="res://content/functions/movable.gd" id="3_lidml"]
[ext_resource type="Script" path="res://content/functions/camera_follower.gd" id="4_ovcs6"]
[ext_resource type="PackedScene" uid="uid://q5p1701gdfiq" path="res://content/entities/line_chart/settings.tscn" id="5_w7tql"]
2024-04-11 17:51:30 +03:00
[sub_resource type="BoxShape3D" id="BoxShape3D_rmm5v"]
size = Vector3(0.5, 0.3, 0.001)
[node name="LineChart" type="StaticBody3D"]
2024-05-28 15:42:49 +03:00
collision_layer = 6
2024-04-11 17:51:30 +03:00
collision_mask = 0
script = ExtResource("1_5dxim")
[node name="LineChart" parent="." instance=ExtResource("2_k4shm")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0.15, 0)
shape = SubResource("BoxShape3D_rmm5v")
[node name="Movable" type="Node" parent="."]
script = ExtResource("3_lidml")
2024-05-01 18:42:38 +03:00
resizable = true
2024-04-11 17:51:30 +03:00
[node name="CameraFollower" type="Node" parent="." node_paths=PackedStringArray("focus_point")]
script = ExtResource("4_ovcs6")
focus_point = NodePath("../Settings")
2024-04-11 17:51:30 +03:00
[node name="Timer" type="Timer" parent="."]
wait_time = 60.0
autostart = true
[node name="Label3D" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, -0.03, 0)
pixel_size = 0.001
text = "sensor.tada"
font_size = 18
outline_size = 4
[node name="Settings" parent="." instance=ExtResource("5_w7tql")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.67, 0.15, 0)