1
0
Fork 0
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.
honest-jam-2/environment/DetectionCollider2x2.tscn
2021-08-06 03:10:12 +02:00

10 lines
301 B
Text

[gd_scene load_steps=2 format=2]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.9, 0.1, 0.9 )
[node name="DetectionCollider2x2" type="Area"]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1 )
shape = SubResource( 1 )