Renderer/assets/Data/entity/objects/game_objects.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

37 lines
846 B
JSON

{
"objects" : [
{
"id" : "spawnPoint",
"modelPath" : "Models/gameobj/token.glb",
"tokens": [
"SPAWNPOINT"
]
},
{
"id" : "particleEmitterTest",
"particleEmitter": {
"maxLife": 40,
"lifeCurrent": 0,
"particleVelocity": {
"x": 0.0,
"y": 0.1,
"z": 0.0
},
"acceleration": -0.01,
"texture": "",
"size": 0.3,
"color": {
"x": 0.5,
"y": 0.5,
"z": 0.5
},
"frequency": 1
},
"tokens": [
]
}
],
"files" : []
}