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/DetectionCollider1x1.tscn
2021-08-06 03:10:12 +02:00

10 lines
305 B
Text

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