new rock textures
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-04-02 12:29:05 -04:00
parent f9a7dfea14
commit c3f372d600
6 changed files with 23 additions and 4 deletions

View File

@ -45,7 +45,9 @@
},
"surfaceAudio" : [
{
"voxelTypeIds" : [1],
"voxelTypeIds" : [
1
],
"footstepRegularBareAudioPaths" : [
"Audio/movement/surface/dirt/Bare Step Gravel Medium A.wav",
"Audio/movement/surface/dirt/Bare Step Gravel Medium B.wav",
@ -84,7 +86,9 @@
]
},
{
"voxelTypeIds" : [2,3],
"voxelTypeIds" : [
2,3
],
"footstepRegularBareAudioPaths" : [
"Audio/movement/surface/grass/Bare Step Grass Medium A.wav",
"Audio/movement/surface/grass/Bare Step Grass Medium B.wav",
@ -123,7 +127,9 @@
]
},
{
"voxelTypeIds" : [4,6],
"voxelTypeIds" : [
4,6,7,8
],
"footstepRegularBareAudioPaths" : [
"Audio/movement/surface/stone/Bare Step Stone Medium A.wav",
"Audio/movement/surface/stone/Bare Step Stone Medium B.wav",
@ -162,7 +168,9 @@
]
},
{
"voxelTypeIds" : [5],
"voxelTypeIds" : [
5
],
"footstepRegularBareAudioPaths" : [
"Audio/movement/surface/snow/Bare Step Snow Medium A.wav",
"Audio/movement/surface/snow/Bare Step Snow Medium B.wav",

View File

@ -36,6 +36,16 @@
"id" : 6,
"name" : "stone",
"texture" : "/Textures/Ground/cliff1_256.png"
},
{
"id" : 7,
"name" : "rock",
"texture" : "/Textures/Ground/rock2_256.png"
},
{
"id" : 8,
"name" : "rock",
"texture" : "/Textures/Ground/rock3_256.png"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -1410,6 +1410,7 @@ World creation options work
(04/02/2025)
Homogenous worlds actually generate-able
Two EXCELLENT rock textures