26 lines
989 B
Plaintext
26 lines
989 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://5w3tdavh2cb7"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/StuckSpot.gd" id="1_60p2o"]
|
|
[ext_resource type="Material" uid="uid://js1q8tpuoi66" path="res://Materials/stuck.tres" id="1_tobl7"]
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_fxksg"]
|
|
material = ExtResource("1_tobl7")
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_kgat3"]
|
|
|
|
[node name="StuckSpot" type="StaticBody3D"]
|
|
transform = Transform3D(0.01, 0, 0, 0, 0.01, 0, 0, 0, 0.01, 0, 0, 0)
|
|
script = ExtResource("1_60p2o")
|
|
|
|
[node name="OuterSphere" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("SphereMesh_fxksg")
|
|
|
|
[node name="InnerSphere" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0)
|
|
mesh = SubResource("SphereMesh_fxksg")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("SphereShape3D_kgat3")
|
|
|
|
[connection signal="input_event" from="." to="." method="_on_input_event"]
|