Mooq Particle Change

liquid_container
jok21 2015-10-27 14:20:49 +01:00 committed by Clonkonaut
parent a89ee8e51b
commit 0f1b9c0891
3 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@ -1,3 +0,0 @@
[Particle]
Name=Blast
Face=0,0,40,40,-20,-20

View File

@ -25,7 +25,9 @@ func Hit() {
CreateParticle("Blast", 0, 0, 0, 0, 21, blast, 1);
Sound("Blast3");
Call("ExplosionEffect", dmg/2, 0, 0, 0);
RemoveObject();
}