rhetorical

This commit is contained in:
Rendo 2025-11-13 21:07:11 +05:00
commit 4525ab50ff
12 changed files with 138 additions and 2 deletions

View file

@ -0,0 +1,20 @@
[gd_scene load_steps=4 format=3 uid="uid://q1y0r2rn0qb4"]
[ext_resource type="Script" uid="uid://mjx50qh1bwv3" path="res://src/interactible/interaction_reciever.gd" id="1_auicg"]
[sub_resource type="CylinderMesh" id="CylinderMesh_nql6a"]
height = 0.75
[sub_resource type="CylinderShape3D" id="CylinderShape3D_auicg"]
height = 1.0
radius = 0.75
[node name="InteractibleObject" type="Area3D"]
script = ExtResource("1_auicg")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("CylinderMesh_nql6a")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5867026, 0)
shape = SubResource("CylinderShape3D_auicg")