From 8da97509d56e983c7bdb7a23e13899af5d5f1888 Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Wed, 21 Aug 2024 14:48:24 -0700 Subject: [PATCH] Move whole rest indicator down 1 pixel --- assets/config/card.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config/card.ron b/assets/config/card.ron index 1dd1ad3..3bf525d 100644 --- a/assets/config/card.ron +++ b/assets/config/card.ron @@ -366,7 +366,7 @@ action_modifier: CardActionModifier( heal_percent_missing: 50, immunity: 0.65, - attack: Attack(projectile: Some("whole_rest"), offset: 8.0), + attack: Attack(projectile: Some("whole_rest"), offset: 7.0), ), ), }