new rock textures
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f9a7dfea14
commit
c3f372d600
@ -45,7 +45,9 @@
|
|||||||
},
|
},
|
||||||
"surfaceAudio" : [
|
"surfaceAudio" : [
|
||||||
{
|
{
|
||||||
"voxelTypeIds" : [1],
|
"voxelTypeIds" : [
|
||||||
|
1
|
||||||
|
],
|
||||||
"footstepRegularBareAudioPaths" : [
|
"footstepRegularBareAudioPaths" : [
|
||||||
"Audio/movement/surface/dirt/Bare Step Gravel Medium A.wav",
|
"Audio/movement/surface/dirt/Bare Step Gravel Medium A.wav",
|
||||||
"Audio/movement/surface/dirt/Bare Step Gravel Medium B.wav",
|
"Audio/movement/surface/dirt/Bare Step Gravel Medium B.wav",
|
||||||
@ -84,7 +86,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"voxelTypeIds" : [2,3],
|
"voxelTypeIds" : [
|
||||||
|
2,3
|
||||||
|
],
|
||||||
"footstepRegularBareAudioPaths" : [
|
"footstepRegularBareAudioPaths" : [
|
||||||
"Audio/movement/surface/grass/Bare Step Grass Medium A.wav",
|
"Audio/movement/surface/grass/Bare Step Grass Medium A.wav",
|
||||||
"Audio/movement/surface/grass/Bare Step Grass Medium B.wav",
|
"Audio/movement/surface/grass/Bare Step Grass Medium B.wav",
|
||||||
@ -123,7 +127,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"voxelTypeIds" : [4,6],
|
"voxelTypeIds" : [
|
||||||
|
4,6,7,8
|
||||||
|
],
|
||||||
"footstepRegularBareAudioPaths" : [
|
"footstepRegularBareAudioPaths" : [
|
||||||
"Audio/movement/surface/stone/Bare Step Stone Medium A.wav",
|
"Audio/movement/surface/stone/Bare Step Stone Medium A.wav",
|
||||||
"Audio/movement/surface/stone/Bare Step Stone Medium B.wav",
|
"Audio/movement/surface/stone/Bare Step Stone Medium B.wav",
|
||||||
@ -162,7 +168,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"voxelTypeIds" : [5],
|
"voxelTypeIds" : [
|
||||||
|
5
|
||||||
|
],
|
||||||
"footstepRegularBareAudioPaths" : [
|
"footstepRegularBareAudioPaths" : [
|
||||||
"Audio/movement/surface/snow/Bare Step Snow Medium A.wav",
|
"Audio/movement/surface/snow/Bare Step Snow Medium A.wav",
|
||||||
"Audio/movement/surface/snow/Bare Step Snow Medium B.wav",
|
"Audio/movement/surface/snow/Bare Step Snow Medium B.wav",
|
||||||
|
|||||||
@ -36,6 +36,16 @@
|
|||||||
"id" : 6,
|
"id" : 6,
|
||||||
"name" : "stone",
|
"name" : "stone",
|
||||||
"texture" : "/Textures/Ground/cliff1_256.png"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
BIN
assets/Textures/Ground/rock2.png
Normal file
BIN
assets/Textures/Ground/rock2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 402 KiB |
BIN
assets/Textures/Ground/rock2_256.png
Normal file
BIN
assets/Textures/Ground/rock2_256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
BIN
assets/Textures/Ground/rock3_256.png
Normal file
BIN
assets/Textures/Ground/rock3_256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
@ -1410,6 +1410,7 @@ World creation options work
|
|||||||
|
|
||||||
(04/02/2025)
|
(04/02/2025)
|
||||||
Homogenous worlds actually generate-able
|
Homogenous worlds actually generate-able
|
||||||
|
Two EXCELLENT rock textures
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user