20 lines
646 B
Plaintext
20 lines
646 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b3igtxttykf7i"]
|
|
|
|
[ext_resource type="Script" uid="uid://cls46uawo3qq" path="res://forward_pointer.gd" id="1_cde0p"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_anedn"]
|
|
albedo_color = Color(1, 0, 1, 1)
|
|
emission_enabled = true
|
|
emission = Color(0.425891, 0.000125429, 0.425888, 1)
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_n0wat"]
|
|
material = SubResource("StandardMaterial3D_anedn")
|
|
radius = 0.25
|
|
height = 0.5
|
|
|
|
[node name="ForwardPointer" type="Node"]
|
|
script = ExtResource("1_cde0p")
|
|
|
|
[node name="Indicator" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("SphereMesh_n0wat")
|