Now About Social Code
summaryrefslogtreecommitdiff
path: root/prefabs/locker.tscn
blob: f02fb43019703c25d1c7339c9f445b14d7d81ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[gd_scene load_steps=5 format=3 uid="uid://gq2idl5jgymn"]

[ext_resource type="Script" path="res://scripts/locker.gd" id="1_t5tjw"]

[sub_resource type="BoxMesh" id="BoxMesh_uasm5"]
size = Vector3(1, 1.5, 1)

[sub_resource type="BoxShape3D" id="BoxShape3D_a2nrx"]
size = Vector3(1, 1.5, 1)

[sub_resource type="BoxShape3D" id="BoxShape3D_lc36s"]
size = Vector3(1, 1.5, 1)

[node name="Locker" type="Area3D"]
collision_layer = 8
collision_mask = 8
script = ExtResource("1_t5tjw")

[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.75, 0.5)
mesh = SubResource("BoxMesh_uasm5")

[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.75, 0.5)
shape = SubResource("BoxShape3D_a2nrx")

[node name="StaticBody3D" type="StaticBody3D" parent="."]

[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.75, 0.5)
shape = SubResource("BoxShape3D_lc36s")