OpticTraveler/Florian/PointsLogic/point_thing.tscn

21 lines
781 B
Text
Raw Normal View History

2025-09-16 11:56:10 +02:00
[gd_scene load_steps=4 format=3 uid="uid://c8gnb0kut2n5h"]
2025-09-15 18:31:41 +02:00
[ext_resource type="Script" uid="uid://cyw0eu5pqd3wm" path="res://Florian/PointsLogic/point_thing.gd" id="1_hr556"]
2025-09-16 11:56:10 +02:00
[ext_resource type="Texture2D" uid="uid://bpqf3a8f2fp7q" path="res://Florian/Sprites/red_circle.png" id="2_wfrpx"]
2025-09-15 18:31:41 +02:00
[sub_resource type="BoxMesh" id="BoxMesh_hr556"]
[node name="PointThing" type="Node3D"]
script = ExtResource("1_hr556")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_hr556")
[node name="VisibleOnScreenNotifier3D" type="VisibleOnScreenNotifier3D" parent="."]
2025-09-16 11:56:10 +02:00
[node name="RedCircle" type="Sprite3D" parent="."]
transform = Transform3D(0.16, 0, 0, 0, 0.16, 0, 0, 0, 0.16, 0, 0, 0)
visible = false
billboard = 2
texture = ExtResource("2_wfrpx")