ура срем в мастер ура ура ура

This commit is contained in:
rhailrake
2024-03-12 16:34:31 +05:00
parent e19101a202
commit 99e969efcf
8 changed files with 457 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ public sealed class AnimatedBackgroundControl : TextureRect
if (delays.Length == 0)
continue;
_timer[i] += args.DeltaSeconds * 0.20f;
_timer[i] += args.DeltaSeconds;
var currentFrameIndex = _frameCounter[i];