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/Cabinet3.tscn

14 lines
469 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/Furniture/Cabinet3.fbx" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 3.51003, 1.49325, 1.16009 )
[node name="Cabinet3" type="StaticBody"]
[node name="Cabinet3Model" parent="." instance=ExtResource( 1 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0167685, 1.517, 0 )
shape = SubResource( 1 )