[gd_scene load_steps=9 format=3 uid="uid://rcixv0spjpvw"] [ext_resource type="Script" path="res://scripts/tracker_marker.gd" id="1_pi8qa"] [sub_resource type="SphereMesh" id="SphereMesh_ejmtl"] radius = 0.1 height = 0.2 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fmyhe"] transparency = 1 blend_mode = 1 emission_enabled = true emission = Color(0, 0.745098, 0, 1) emission_energy_multiplier = 10.0 [sub_resource type="CylinderMesh" id="CylinderMesh_0f8ut"] top_radius = 0.1 bottom_radius = 0.01 [sub_resource type="Animation" id="Animation_rkem3"] resource_name = "mark" length = 0.25 step = 0.01 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("MeshHandle:position") tracks/0/interp = 2 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.25), "transitions": PackedFloat32Array(2, 2), "update": 0, "values": [Vector3(0, 20, 0), Vector3(0, 0, 0)] } [sub_resource type="Animation" id="Animation_u52hi"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("MeshHandle:position") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 0, "values": [Vector3(0, 0, 0)] } [sub_resource type="Animation" id="Animation_ylwlm"] resource_name = "remove" length = 0.5 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("MeshHandle:position") tracks/0/interp = 2 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.5), "transitions": PackedFloat32Array(2, 2), "update": 0, "values": [Vector3(0, 0, 0), Vector3(0, 20, 0)] } tracks/1/type = "method" tracks/1/imported = false tracks/1/enabled = true tracks/1/path = NodePath(".") tracks/1/interp = 1 tracks/1/loop_wrap = true tracks/1/keys = { "times": PackedFloat32Array(0.5), "transitions": PackedFloat32Array(1), "values": [{ "args": [], "method": &"queue_free" }] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_776o6"] _data = { "RESET": SubResource("Animation_u52hi"), "mark": SubResource("Animation_rkem3"), "remove": SubResource("Animation_ylwlm") } [node name="ShootMarker" type="Node3D"] script = ExtResource("1_pi8qa") [node name="Sphere" type="MeshInstance3D" parent="."] mesh = SubResource("SphereMesh_ejmtl") skeleton = NodePath("../MeshHandle") surface_material_override/0 = SubResource("StandardMaterial3D_fmyhe") [node name="MeshHandle" type="Node3D" parent="."] [node name="Mesh" type="MeshInstance3D" parent="MeshHandle"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) mesh = SubResource("CylinderMesh_0f8ut") skeleton = NodePath("../..") surface_material_override/0 = SubResource("StandardMaterial3D_fmyhe") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] libraries = { "": SubResource("AnimationLibrary_776o6") } autoplay = "mark"