diff --git a/assets/Data/audio/surface.json b/assets/Data/audio/surface.json index 0623acf1..086b22f4 100644 --- a/assets/Data/audio/surface.json +++ b/assets/Data/audio/surface.json @@ -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", diff --git a/assets/Data/game/voxelTypes.json b/assets/Data/game/voxelTypes.json index f1949ce6..1267e9aa 100644 --- a/assets/Data/game/voxelTypes.json +++ b/assets/Data/game/voxelTypes.json @@ -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" } ] } \ No newline at end of file diff --git a/assets/Textures/Ground/rock2.png b/assets/Textures/Ground/rock2.png new file mode 100644 index 00000000..74b4fc7c Binary files /dev/null and b/assets/Textures/Ground/rock2.png differ diff --git a/assets/Textures/Ground/rock2_256.png b/assets/Textures/Ground/rock2_256.png new file mode 100644 index 00000000..6d91d9d3 Binary files /dev/null and b/assets/Textures/Ground/rock2_256.png differ diff --git a/assets/Textures/Ground/rock3_256.png b/assets/Textures/Ground/rock3_256.png new file mode 100644 index 00000000..e08f06e2 Binary files /dev/null and b/assets/Textures/Ground/rock3_256.png differ diff --git a/docs/src/progress/renderertodo.md b/docs/src/progress/renderertodo.md index 7be26d70..f4bca1fb 100644 --- a/docs/src/progress/renderertodo.md +++ b/docs/src/progress/renderertodo.md @@ -1410,6 +1410,7 @@ World creation options work (04/02/2025) Homogenous worlds actually generate-able +Two EXCELLENT rock textures