24 lines
834 B
Plaintext
24 lines
834 B
Plaintext
![]() |
[gd_scene load_steps=5 format=3 uid="uid://c2ud2okha448s"]
|
||
|
|
||
|
[ext_resource type="Material" uid="uid://byworh783tmdj" path="res://Materials/candyCaneRing.tres" id="1_1t2i6"]
|
||
|
[ext_resource type="Script" path="res://Scripts/Ring.gd" id="1_pey8v"]
|
||
|
|
||
|
[sub_resource type="TorusMesh" id="TorusMesh_skxoo"]
|
||
|
material = ExtResource("1_1t2i6")
|
||
|
inner_radius = 0.8
|
||
|
rings = 16
|
||
|
ring_segments = 8
|
||
|
|
||
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ca28i"]
|
||
|
size = Vector3(1.90527, 1.93188, 0.31543)
|
||
|
|
||
|
[node name="Ring" type="Area3D"]
|
||
|
script = ExtResource("1_pey8v")
|
||
|
|
||
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
|
||
|
mesh = SubResource("TorusMesh_skxoo")
|
||
|
|
||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||
|
shape = SubResource("BoxShape3D_ca28i")
|