Renderer/assets/Data/entity/objects/game_objects.json
austin 112cf26bad
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
particle coloration work
2024-09-20 16:56:48 -04:00

37 lines
858 B
JSON

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