From c3d9d5312a88d41a4e79cfc68de11c52c9d8ca02 Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Wed, 22 Feb 2023 01:09:39 +0300 Subject: [PATCH] game: create baron fireball with size 16x16 --- src/game/g_weapons.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/g_weapons.pas b/src/game/g_weapons.pas index 32fc8f6..9b2b968 100644 --- a/src/game/g_weapons.pas +++ b/src/game/g_weapons.pas @@ -694,7 +694,7 @@ begin begin g_Obj_Init(@Obj); - Obj.Rect.Width := 32; + Obj.Rect.Width := 16; Obj.Rect.Height := 16; Triggers := nil; @@ -1913,7 +1913,7 @@ begin begin g_Obj_Init(@Obj); - Obj.Rect.Width := 32; + Obj.Rect.Width := 16; Obj.Rect.Height := 16; dx := IfThen(xd>x, -Obj.Rect.Width, 0); -- 2.29.2