Pause timescale when game is paused

This commit is contained in:
Michal Pikulski
2025-10-27 15:21:23 +01:00
parent 7005b70a0d
commit dad1f6498d
10 changed files with 57 additions and 1100 deletions

View File

@@ -177,7 +177,8 @@ namespace UI.CardSystem
pulseDuration/2,
0,
Tween.EaseIn);
});
},
obeyTimescale: false);
}
}
}