mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1]
|
|
|
|
[sub_resource type="MeshDataResource" id=1]
|
|
aabb = AABB( -0.5, -0.5, -1.025, 1, 1, 1.525 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=2]
|
|
albedo_texture = ExtResource( 1 )
|
|
|
|
[node name="Spatial" type="Spatial"]
|
|
|
|
[node name="MeshDataInstance" type="MeshDataInstance" parent="."]
|
|
mesh_data = SubResource( 1 )
|
|
texture = ExtResource( 1 )
|
|
material = SubResource( 2 )
|