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/Furniture/Desk1.tscn
2020-07-26 11:40:22 +02:00

32 lines
1.1 KiB
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Furniture/WithTextures/Desk1.tscn" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 1.10663, 1.49325, 1.16009 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 3.12478, 0.114749, 1.50106 )
[sub_resource type="BoxShape" id=3]
extents = Vector3( 0.14, 1.48885, 0.14 )
[node name="Desk1" type="StaticBody"]
[node name="Desk1" parent="." instance=ExtResource( 1 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.99797, 1.517, -0.255109 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.06538, 0 )
shape = SubResource( 2 )
[node name="CollisionShape3" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.8925, 1.4856, 1.28876 )
shape = SubResource( 3 )
[node name="CollisionShape4" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.8925, 1.4856, -1.30517 )
shape = SubResource( 3 )