Snippets

blaac toxicfire

Created by blaac

File toxicfire.mod.gml Added

  • Ignore whitespace
  • Hide word diff
+#define step
+
+with ToxicGas if place_meeting(x,y,Flame)
+	{
+	instance_create(x,y,SmallExplosion)
+	sound_play(sndExplosionS)
+	instance_destroy()
+	}
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.