Created a prop with the other tree texture.

This commit is contained in:
Relintai 2021-08-07 17:58:19 +02:00
parent c5a663465f
commit 5228fbe0d2
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[gd_resource type="PropData" load_steps=4 format=2]
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.gltf" type="MeshDataResource" id=1]
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=2]
[sub_resource type="PropDataMeshData" id=1]
mesh = ExtResource( 1 )
texture = ExtResource( 2 )
[resource]
props = [ SubResource( 1 ) ]

View File

@ -0,0 +1,12 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material" type="Material" id=1]
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.gltf" type="MeshDataResource" id=2]
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=3]
[node name="Spatial" type="Spatial"]
[node name="MeshDataInstance" type="MeshDataInstance" parent="."]
mesh_data = ExtResource( 2 )
texture = ExtResource( 3 )
material = ExtResource( 1 )