Hello Yehn,
I made high resolution image and sounds for the "flares". I thought I'd share them with you. You can add them to the next version if you are interested:
Link on mediafire: http://www.mediafire.com/file/ohgfrxcrx0rxj8m/Flare_sounds_and_visual.zip/file
The PNG is 256x256 so editing of the "entity.lua" and "items.lua" files are required. As for the sounds, I added this to the "items.lua" file:
sound =
{
aggregation =
{
max_count = 1,
remove = false
},
variations =
{
{
filename = "Clockwork/sounds/flare-launch1.ogg",
volume = 0.5
},
{
filename = "Clockwork/sounds/flare-launch2.ogg",
volume = 0.5
},
}
},