material audio
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
6b208b5463
commit
b41ccfacfd
BIN
assets/Audio/ui/items/specific/Drop Arrows A.wav
Normal file
BIN
assets/Audio/ui/items/specific/Drop Arrows A.wav
Normal file
Binary file not shown.
BIN
assets/Audio/ui/items/specific/Drop Stone A.wav
Normal file
BIN
assets/Audio/ui/items/specific/Drop Stone A.wav
Normal file
Binary file not shown.
BIN
assets/Audio/ui/items/specific/Drop Wood A.wav
Normal file
BIN
assets/Audio/ui/items/specific/Drop Wood A.wav
Normal file
Binary file not shown.
BIN
assets/Audio/ui/items/specific/Pick Up Arrows A.wav
Normal file
BIN
assets/Audio/ui/items/specific/Pick Up Arrows A.wav
Normal file
Binary file not shown.
BIN
assets/Audio/ui/items/specific/Pick Up Stone A.wav
Normal file
BIN
assets/Audio/ui/items/specific/Pick Up Stone A.wav
Normal file
Binary file not shown.
BIN
assets/Audio/ui/items/specific/Pick Up Wood A.wav
Normal file
BIN
assets/Audio/ui/items/specific/Pick Up Wood A.wav
Normal file
Binary file not shown.
@ -6,6 +6,10 @@
|
||||
"GRAVITY",
|
||||
"TARGETABLE"
|
||||
],
|
||||
"itemAudio": {
|
||||
"uiGrabAudio" : "Audio/ui/items/specific/Pick Up Stone A.wav",
|
||||
"uiReleaseAudio" : "Audio/ui/items/specific/Drop Stone A.wav"
|
||||
},
|
||||
"graphicsTemplate": {
|
||||
"model": {
|
||||
"path" : "Models/items/materials/rock1.glb"
|
||||
@ -32,6 +36,10 @@
|
||||
"GRAVITY",
|
||||
"TARGETABLE"
|
||||
],
|
||||
"itemAudio": {
|
||||
"uiGrabAudio" : "Audio/ui/items/specific/Pick Up Stone A.wav",
|
||||
"uiReleaseAudio" : "Audio/ui/items/specific/Drop Stone A.wav"
|
||||
},
|
||||
"graphicsTemplate": {
|
||||
"model": {
|
||||
"path" : "Models/items/materials/rock2.glb",
|
||||
@ -65,6 +73,10 @@
|
||||
"GRAVITY",
|
||||
"TARGETABLE"
|
||||
],
|
||||
"itemAudio": {
|
||||
"uiGrabAudio" : "Audio/ui/items/specific/Pick Up Stone A.wav",
|
||||
"uiReleaseAudio" : "Audio/ui/items/specific/Drop Stone A.wav"
|
||||
},
|
||||
"graphicsTemplate": {
|
||||
"model": {
|
||||
"path" : "Models/items/materials/rock2.glb"
|
||||
@ -91,6 +103,10 @@
|
||||
"GRAVITY",
|
||||
"TARGETABLE"
|
||||
],
|
||||
"itemAudio": {
|
||||
"uiGrabAudio" : "Audio/ui/items/specific/Pick Up Stone A.wav",
|
||||
"uiReleaseAudio" : "Audio/ui/items/specific/Drop Stone A.wav"
|
||||
},
|
||||
"graphicsTemplate": {
|
||||
"model": {
|
||||
"path" : "Models/items/materials/rock3.glb"
|
||||
|
||||
@ -6,6 +6,10 @@
|
||||
"GRAVITY",
|
||||
"TARGETABLE"
|
||||
],
|
||||
"itemAudio": {
|
||||
"uiGrabAudio" : "Audio/ui/items/specific/Pick Up Wood A.wav",
|
||||
"uiReleaseAudio" : "Audio/ui/items/specific/Drop Wood A.wav"
|
||||
},
|
||||
"graphicsTemplate": {
|
||||
"model": {
|
||||
"path" : "Models/items/materials/log.glb"
|
||||
@ -32,6 +36,10 @@
|
||||
"GRAVITY",
|
||||
"TARGETABLE"
|
||||
],
|
||||
"itemAudio": {
|
||||
"uiGrabAudio" : "Audio/ui/items/specific/Pick Up Arrows A.wav",
|
||||
"uiReleaseAudio" : "Audio/ui/items/specific/Drop Arrows A.wav"
|
||||
},
|
||||
"graphicsTemplate": {
|
||||
"model": {
|
||||
"path" : "Models/items/materials/stick1.glb"
|
||||
|
||||
@ -1469,6 +1469,9 @@ Pickaxe model
|
||||
More rock models
|
||||
Voxel type work
|
||||
|
||||
(04/14/2025)
|
||||
Inventory sounds for some materials
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user