From 032d1d707b5f612a7399f08e2959b1875f6226b5 Mon Sep 17 00:00:00 2001 From: Matthew Zegar Date: Mon, 21 Oct 2024 13:18:45 -0700 Subject: [PATCH] Viewmodel section --- src/blogs/shootandbuild_october.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/blogs/shootandbuild_october.md b/src/blogs/shootandbuild_october.md index a16df24..5f57de3 100644 --- a/src/blogs/shootandbuild_october.md +++ b/src/blogs/shootandbuild_october.md @@ -62,10 +62,15 @@ Other than tweaking acceleration and jump, I was forced by our animator to make Now throwing a grenade isn't just an instant thing, it has a proper viewmodel animation. If you decide to hold your grenade, there'll be a proper UI showing how much time is left before it blows up in your hand. This may appear as a nerf, but in exchange grenades now have a larger explosion radius. + +