Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Explosion Set 1 (M484 Games)

Author: 
Master484
Friday, October 4, 2013 - 01:38
Art Type: 
2D Art
Tags: 
explosion
pixel
Sprite
shmup
shooter
classic
retro
16-bit
License(s): 
CC0
Collections: 
  • !Project::KISS Topdown Shooter
  • 2023 jam
  • 2D - Effects
  • 2D::Animation/Effect
  • A Pixel Art Collection
  • AstroBlaster
  • At the Last Abbey
  • awesome 2d shooter
  • BOGY FIRE
  • BW jam
  • C-Dogs SDL art
  • CC0 resources
  • CC0 Space Shooter
  • Cool Stuff for a 2D RPG game
  • DOS Ranger
  • Explosions, Bullets, Fire etc (Pixel art)
  • GAME
  • Game Jam Fall 2022 - credits
  • Game Jam Fall 2022 - scouting
  • Good 2D Art (CC0)
  • Graphic FX
  • Gunnface
  • HellStar Assets
  • Hexagonal Mech Game
  • Infinite Bomber
  • JoJo
  • Magical or Elemental Attacks Art Collection
  • OGA Jam #2 Assets
  • OpenGunner
  • Open_Platformers
  • Possible assets for Princess Fighter
  • QnD001 Assets
  • QnD002 Assets
  • Ramon's Space Shooter Project
  • shmup
  • shmup
  • Shmup Art
  • shmup resources
  • Shooter
  • Skymetal Collection
  • Space game
  • Space invaders
  • SpaceGame
  • special effect
  • Special effects
  • Taiketsu art
  • The Art of Ascension 2
  • Thing game assets?
  • VFX
Favorites: 
125
Share Icons: 
Preview: 
Preview
Preview

Here are some classic 2d explosions in 3 different color themes.


Attribution Instructions:

These graphics are in the Public Domain.
Attribution is not needed.

But if you wish to give me credit, then you can mention "Master484" as the original author, and maybe also put a link to my website: http://m484games.ucoz.com/

File(s): 
M484ExplosionSet1.png M484ExplosionSet1.png 30.2 Kb [11026 download(s)]
  • Log in or register to post comments

Comments

Amon
joined 10 years 5 months ago
10/07/2013 - 19:12
Amon's picture

Nice! :)

  • Log in or register to post comments
looneybits
joined 8 years 7 months ago
02/28/2016 - 05:41
looneybits's picture

Nice ;)

  • Log in or register to post comments
Snabisch
joined 9 years 2 weeks ago
09/09/2016 - 02:09
Snabisch's picture

Perfect for a game of ships or aircraft

 

  • Log in or register to post comments
retrogemn_
joined 4 years 2 months ago
07/12/2019 - 13:01

Hey dear Master484

I just wanna to say that I used your asset in my free game

and put your name and a link to this page in the Credits.

Thank you!

 

https://gamejolt.com/games/vaporbreaker/425523

https://retrogemn.itch.io/vaporbreaker

  • Log in or register to post comments
retrogemn_
joined 4 years 2 months ago
09/26/2019 - 06:10

I just used your asset again, but now on my mobile game.

And give you credits in the "About" section.

Thanks!

 

https://play.google.com/store/apps/details?id=com.Retrogemn.VapobreakerDemo

https://play.google.com/store/apps/details?id=com.retrogemn.vaporbreaker

  • Log in or register to post comments
Roman Genkhel
joined 4 years 12 months ago
07/06/2021 - 01:59

First of all, thak yu, i very impressed with your work, actually i made GLSL shader with similar result, if anyone interested:

where
float frac: animation 0 -> 1
vec2 xy:  UV coordinated (-1,-1) - (1, 1)
vec3 clr:  color of the explosion
float l: offset of the "hole" center alon Y axis (for example 0.4)

============================ return color

    float k = min(frac*1.5, 1.0);
    float r = length(xy);
    vec2 pt = vec2(0.0, l*k);
    float r1 = distance(xy, pt);
    float k1 = clamp((frac - 0.3)*2.0,0.0, 1.5);
    k = sqrt(sqrt(k));

    float c = frac/r1;
    float a = smoothstep(k, k - 0.2, r) * smoothstep(k1 - 0.2, k1, r1);
    return vec4(mix(clr.rgb, vec3(1.0, 1.0, 1.0), c), a);

===================

There a result (future browser MMORG, JS + nodeJS):

Attachments: 
  • Log in or register to post comments