From a357b2943627c6b34d6987e9be5f17d18998d23e Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 5 Jan 2024 19:56:32 -0800 Subject: [PATCH] Minor edits --- content/effects.toml | 4 ++-- content/guns.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/effects.toml b/content/effects.toml index 69e5d1a..af341f8 100644 --- a/content/effects.toml +++ b/content/effects.toml @@ -16,10 +16,10 @@ lifetime = "inherit" inherit_velocity = "target" size = 50.0 -[effect."blaster expire"] +[effect."blaster impact"] sprite = "particle::blaster" lifetime = "inherit" -inherit_velocity = "projectile" +inherit_velocity = "target" size = 3.0 diff --git a/content/guns.toml b/content/guns.toml index 9efcc2b..6dc6bb7 100644 --- a/content/guns.toml +++ b/content/guns.toml @@ -29,7 +29,7 @@ projectile.force = 0.0 projectile.collider.ball.radius = 2.0 -projectile.impact_effect = "small explosion" +projectile.impact_effect = "blaster impact" projectile.expire_effect.sprite = "particle::blaster" projectile.expire_effect.lifetime = "inherit"