Added new trees
This commit is contained in:
18
client/world/trees/Sapling.tscn
Normal file
18
client/world/trees/Sapling.tscn
Normal file
@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cuuwwdce1u8n8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ctsrv1aeqj0h" path="res://assets/tree/Sapling.blend" id="1_lb0yq"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_qu7ax"]
|
||||
height = 1.5
|
||||
radius = 0.25
|
||||
|
||||
[node name="Sapling" instance=ExtResource("1_lb0yq")]
|
||||
|
||||
[node name="tree" parent="." index="0"]
|
||||
layers = 4
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="." index="1"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" index="0"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0)
|
||||
shape = SubResource("CylinderShape3D_qu7ax")
|
Reference in New Issue
Block a user