Explosion Texture Generator: Difference between revisions
From Game Making Tools Wiki
(Created page with "{{ infobox_assetsoftware | title = Explosion Texture Generator | image = | release_date = | made_by = [http://www.saschawillems.de/ Sasha Willems] | runs_o...") |
No edit summary |
||
Line 10: | Line 10: | ||
Tool for generating bitmap explosions and fireballs. | Tool for generating bitmap explosions and fireballs. | ||
You can choose different particle images for the main explosion and the sparks that fly off. Creating an explosion you like is mostly trial and error. Just try changing parameters and see what happens. | |||
Each time you click "Generate Explosion" it'll write a png to the output folder in the same folder as the app. This png contains all the explosion frames in a grid. You'll need to write the code that plays back the frames in your game. | |||
==Links== | ==Links== |
Latest revision as of 10:39, 8 August 2016
Explosion Texture Generator | |
---|---|
Release date: | |
Made by: | Sasha Willems |
Runs on: | Windows |
Imports: | N/A |
Exports: | .PNG |
Tool for generating bitmap explosions and fireballs.
You can choose different particle images for the main explosion and the sparks that fly off. Creating an explosion you like is mostly trial and error. Just try changing parameters and see what happens.
Each time you click "Generate Explosion" it'll write a png to the output folder in the same folder as the app. This png contains all the explosion frames in a grid. You'll need to write the code that plays back the frames in your game.