summaryrefslogtreecommitdiff
path: root/src/content/vfx/mod.rs
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-25 00:41:17 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-25 00:41:17 -0700
commitda01c6e887d6865f0ad75c8dfe68bbad702afb99 (patch)
tree113163d6dde8ed0e5ffa8c073ca46b46ed82319a /src/content/vfx/mod.rs
parenta779011b9048cdda04887c77e20ee8936f332a7a (diff)
tweaks
Diffstat (limited to 'src/content/vfx/mod.rs')
-rw-r--r--src/content/vfx/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/vfx/mod.rs b/src/content/vfx/mod.rs
index 8843bf1..c02bea6 100644
--- a/src/content/vfx/mod.rs
+++ b/src/content/vfx/mod.rs
@@ -13,7 +13,7 @@ pub struct VfxMaterialDef {
static MATERIALS: [VfxMaterialDef; 1] = [VfxMaterialDef {
name: "Tracer",
color: (0xFF, 0xAA, 0xAA, 0xFF),
- length: 15.0,
+ length: 10.0,
}];
impl VfxMaterialId {