Rescaled one of the tree and added a collision shape to it.

This commit is contained in:
Relintai 2021-08-06 21:51:22 +02:00
parent abc1d53813
commit 29a41a8077

View File

@ -1,5 +1,17 @@
[gd_scene load_steps=2 format=2]
[gd_scene load_steps=3 format=2]
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.gltf" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 2.83986, 5.77297, 2.95146 )
[node name="t1" instance=ExtResource( 1 )]
[node name="tree" parent="." index="0"]
transform = Transform( 3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0 )
[node name="StaticBody" type="StaticBody" parent="." index="1"]
[node name="CollisionShape" type="CollisionShape" parent="StaticBody" index="0"]
transform = Transform( 0.934838, 0, 0.355074, 0, 1, 0, -0.355074, 0, 0.934838, -0.170427, 5.15623, -0.4485 )
shape = SubResource( 1 )