This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld47/game/EscTrigger.tscn
2020-10-05 22:28:25 +02:00

14 lines
375 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://game/EscTrigger.gd" type="Script" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.5, 1, 1 )
[node name="EscTrigger" type="Area"]
script = ExtResource( 1 )
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )
[node name="Position3D" type="Position3D" parent="."]