37 lines
		
	
	
		
			856 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			856 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": "blood1.png",
 | |
|                 "size": 0.3,
 | |
|                 "color": {
 | |
|                     "x": 0.5,
 | |
|                     "y": 0.5,
 | |
|                     "z": 0.5
 | |
|                 },
 | |
|                 "frequency": 1
 | |
|             },
 | |
|             "tokens": [
 | |
|             ]
 | |
|         }
 | |
| 
 | |
|     ],
 | |
|     "files" : []
 | |
| } |