123456789101112131415161718192021222324252627282930313233 |
- [gd_scene load_steps=4 format=2]
- [ext_resource path="res://Scenes/Props/Vegetation/Plant_Grass_Patch_Big.tscn" type="PackedScene" id=1]
- [ext_resource path="res://Scenes/Props/Vegetation/Plant_Grass_Patch_Dense.tscn" type="PackedScene" id=2]
- [ext_resource path="res://Scenes/Props/Vegetation/Plant_Grass_Patch.tscn" type="PackedScene" id=3]
- [node name="Grass_patch_XL_A" 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_Big" parent="." index="0" instance=ExtResource( 1 )]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1.11176 )
- [node name="Plant_Grass_Patch_Dense" parent="." index="1" instance=ExtResource( 2 )]
- transform = Transform( -0.665502, 0, 0.746396, 0, 1, 0, -0.746396, 0, -0.665502, 0, 0, 0.450875 )
- [node name="Plant_Grass_Patch_Big2" parent="." index="2" instance=ExtResource( 1 )]
- transform = Transform( -0.316309, 0, 0.948656, 0, 1, 0, -0.948656, 0, -0.316309, -0.65639, 0, 1.13981 )
- [node name="Plant_Grass_Patch" parent="." index="3" instance=ExtResource( 3 )]
- transform = Transform( -0.999664, 0, 0.0259172, 0, 1, 0, -0.0259172, 0, -0.999664, 1.2012, 0, -1.56155 )
- [node name="Plant_Grass_Patch2" parent="." index="4" instance=ExtResource( 3 )]
- transform = Transform( 0.7737, 0, -0.277547, 0, 0.821976, 0, 0.277547, 0, 0.7737, 1.2012, 0, 0.961448 )
|