Renderer/assets/Data/entity/particles.json
austin 8408d84055
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
massive entity spawning refactor
2024-09-12 18:51:51 -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"
}
]
}