mirror of
https://github.com/Steffo99/cinnos.git
synced 2024-11-22 08:04:20 +00:00
15 lines
554 B
Text
15 lines
554 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://dp7p16vtxd1xr"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://01cg0ph8uglg" path="res://models/house3.glb" id="1_7obe1"]
|
||
|
|
||
|
[sub_resource type="BoxShape3D" id="BoxShape3D_atvc4"]
|
||
|
|
||
|
[node name="HouseC" type="StaticBody3D"]
|
||
|
|
||
|
[node name="house3" parent="." instance=ExtResource("1_7obe1")]
|
||
|
transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 4, 0)
|
||
|
|
||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||
|
transform = Transform3D(8, 0, 0, 0, 10, 0, 0, 0, 8, 0, 5, 0)
|
||
|
shape = SubResource("BoxShape3D_atvc4")
|