1234567891011121314151617181920212223242526272829303132333435363738 |
- [gd_scene load_steps=5 format=2]
- [ext_resource path="res://Scenes/Props/Vegetation/Plant_Grass_Patch_Small.tscn" type="PackedScene" id=1]
- [ext_resource path="res://Scenes/Props/Vegetation/Plant_Grass_Patch_Big.tscn" type="PackedScene" id=2]
- [ext_resource path="res://Scenes/Props/Vegetation/Plant_Grass_Patch.tscn" type="PackedScene" id=3]
- [ext_resource path="res://Scenes/Props/Vegetation/Plant_Grass_Patch_Big_Dense.tscn" type="PackedScene" id=4]
- [node name="Grass_Patch_XL_C" type="Spatial" index="0"]
- transform = Transform( 0.8, 0, 0, 0, 0.8, 0, 0, 0, 0.8, 0, 0, 0 )
- _sections_unfolded = [ "Transform" ]
- [node name="Plant_Grass_Patch_Small" parent="." index="0" instance=ExtResource( 1 )]
- transform = Transform( -0.695163, 0, 0.718852, 0, 1, 0, -0.718852, 0, -0.695163, 1.11772, 0, -3.14166 )
- [node name="Plant_Grass_Patch_Small2" parent="." index="1" instance=ExtResource( 1 )]
- transform = Transform( 0.025744, 0, -0.9594, 0, 0.959745, 0, 0.9594, 0, 0.025744, 0.944954, 0, 0.709249 )
- [node name="Plant_Grass_Patch_Small3" parent="." index="2" instance=ExtResource( 1 )]
- transform = Transform( -0.245806, 0, 0.834366, 0, 0.86982, 0, -0.834366, 0, -0.245806, -0.35105, 0, -4.894 )
- [node name="Plant_Grass_Patch_Big" parent="." index="3" instance=ExtResource( 2 )]
- transform = Transform( -0.207563, 0, 0.676054, 0, 0.7072, 0, -0.676054, 0, -0.207563, -1.45572, -0.0194198, -2.1963 )
- [node name="Plant_Grass_Patch" parent="." index="4" instance=ExtResource( 3 )]
- transform = Transform( 0.255338, 0, -0.806687, 0, 0.846133, 0, 0.806687, 0, 0.255338, 2.15093, -0.0499983, -1.58637 )
- [node name="Plant_Grass_Patch_Big_Dense" parent="." index="5" instance=ExtResource( 4 )]
- transform = Transform( -0.968918, 0, 0.247382, 0, 1, 0, -0.247382, 0, -0.968918, 0.278679, 0, -0.826181 )
|