{
	"label": "Fire",
	"author": "Sebastian Lieb",
	"scale" : 150,
	"shader" : "fire",
	"graphicElements": [
		{
			"id": "SimpleKeyframeElement",
			"keyframes": [
				{ "x": -15,"y": -10 }, 
				{ "x": 0,"y": 0 },
				{ "x": 12,"y": 15 },
				{ "x": 5,"y": 4 }
			],
			"graphic":{
				"id": "ParticleEmitter",
				"particleLifeTime": 40,
				"emittingFrequency": 7,
				"particle": {
					"id": "InterpolatingKeyframeElement",
					"frameTime" : 40,
					"keyframes": [
						{ "x": 0,"y": -20,"scale" = 1.0}, 
						{ "x": 0,"y": 155,"scale" = 0.22}
					],
					"graphic": {
						"id": "TextureElement",
						"path": "graphics/enviroment/fire/fireParticle.png",
						"scale": 0.3
					}
				}
			}
		},{
			"id": "TextureElement",
			"path": "graphics/enviroment/fire/fire.png"
		}
	]
}