You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
479 B
14 lines
479 B
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://entities/environment/birchtree/BirchTree_1.glb" type="PackedScene" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 0.643397, 1, 0.536359 )
|
|
|
|
[node name="Birchtree" type="StaticBody"]
|
|
|
|
[node name="CommonTree_4" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1.245, 0, 0, 0, 1, 0, 1.12837, 0 )
|
|
shape = SubResource( 1 )
|
|
|