SlimeoosOdyssey/godot/color_cube.tscn

22 lines
854 B
Plaintext
Raw Normal View History

2023-08-20 02:05:40 -06:00
[gd_scene load_steps=4 format=3 uid="uid://ukful430mmkn"]
[ext_resource type="PackedScene" uid="uid://bcq7y48pnfq18" path="res://Models/ring.tscn" id="1_4st4o"]
[ext_resource type="Script" path="res://color_cube.gd" id="1_72txy"]
[sub_resource type="SphereShape3D" id="SphereShape3D_e0lnu"]
radius = 13.5124
[node name="Node3D" type="Node3D"]
script = ExtResource("1_72txy")
[node name="ring" parent="." instance=ExtResource("1_4st4o")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.18403, 2.58068, -1.28894)
[node name="Area3D" type="Area3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.18403, 2.58068, -1.28894)
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("SphereShape3D_e0lnu")
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]