init
This commit is contained in:
12
addons/godot-xr-tools/objects/highlight/highlight_ring.tscn
Normal file
12
addons/godot-xr-tools/objects/highlight/highlight_ring.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://da2qgxxwwitl6"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b8waaso7b6bsr" path="res://addons/godot-xr-tools/objects/highlight/highlight_ring.gd" id="1"]
|
||||
[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")
|
||||
Reference in New Issue
Block a user