diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-25 00:41:17 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-25 00:41:17 -0700 |
| commit | da01c6e887d6865f0ad75c8dfe68bbad702afb99 (patch) | |
| tree | 113163d6dde8ed0e5ffa8c073ca46b46ed82319a /src/content/vfx | |
| parent | a779011b9048cdda04887c77e20ee8936f332a7a (diff) | |
tweaks
Diffstat (limited to 'src/content/vfx')
| -rw-r--r-- | src/content/vfx/mod.rs | 2 |
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 { |
