13 lines
518 B
Plaintext
Raw Normal View History

2025-01-29 13:33:31 -05:00
[gd_scene load_steps=4 format=3 uid="uid://da2qgxxwwitl6"]
2025-03-18 18:31:42 -04:00
[ext_resource type="Script" uid="uid://dot0xp6l3ocbt" path="res://addons/godot-xr-tools/objects/highlight/highlight_ring.gd" id="1"]
2025-01-29 13:33:31 -05:00
[ext_resource type="Material" path="res://addons/godot-xr-tools/objects/highlight/highlight_ring.tres" id="2"]
[sub_resource type="QuadMesh" id="1"]
size = Vector2(0.05, 0.05)
[node name="HighlightRing" type="MeshInstance3D"]
mesh = SubResource("1")
surface_material_override/0 = ExtResource("2")
script = ExtResource("1")