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.
slavic-game-jam-2020/Items/Crate2.tscn
2020-07-26 15:31:31 +03:00

20 lines
597 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Items/WithTextures/Crate2.tscn" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 1.98848, 1, 1 )
[node name="Crate2" type="RigidBody"]
collision_layer = 2
collision_mask = 7
[node name="Crate2" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.01436, 0 )
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )
[node name="GrabPoints" type="Spatial" parent="."]
[node name="Position3D" type="Position3D" parent="GrabPoints"]