Now About Social Code
summaryrefslogtreecommitdiff
path: root/prefabs/exit.tscn
blob: 33fa94e524b6112807a707fb3430b44406bf8bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[gd_scene load_steps=3 format=3 uid="uid://bby6nvx5y03x"]

[ext_resource type="PackedScene" uid="uid://qk10uduhdjr1" path="res://models/portal.blend" id="1_qaf38"]

[sub_resource type="BoxShape3D" id="BoxShape3D_5ln3u"]

[node name="Exit" type="Area3D"]
collision_layer = 4
collision_mask = 4

[node name="portal" parent="." instance=ExtResource("1_qaf38")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 0, -0.5)

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