1
Fork 0
mirror of https://github.com/Steffo99/cinnos.git synced 2024-11-22 16:14:19 +00:00
cinnos/obstacles/house_bar.tscn

14 lines
489 B
Text
Raw Normal View History

2023-11-25 19:09:45 +00:00
[gd_scene load_steps=3 format=3 uid="uid://bmbb6bg5r0ply"]
[ext_resource type="PackedScene" uid="uid://ca6gyhifgdnks" path="res://models/bar.glb" id="1_he1q1"]
[sub_resource type="BoxShape3D" id="BoxShape3D_atvc4"]
[node name="HouseC" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(8, 0, 0, 0, 10, 0, 0, 0, 8, 0, 5, 0)
shape = SubResource("BoxShape3D_atvc4")
[node name="bar" parent="." instance=ExtResource("1_he1q1")]