Renderer/assets/Data/particles.json
austin af4d1317fc
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
particle work
2024-08-18 18:27:23 -04:00

13 lines
274 B
JSON

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