Renderer/assets/Data/entity/particles.json
austin 2ef4b13786
Some checks reported errors
studiorailgun/Renderer/pipeline/head Something is wrong with the build of this commit
particle overhaul. emitters!
2024-09-19 21:38:42 -04:00

17 lines
363 B
JSON

{
"data" : [
{
"name" : "blood",
"maxLife" : 7,
"lifeCurrent" : 0,
"velocity" : {
"x": 0.3,
"y": 0.3,
"z": 0.3
},
"acceleration" : -0.1,
"size": 0.15,
"texture" : "Textures/bloodsplat1.png"
}
]
}