Финальные штрихи 3

This commit is contained in:
Евгений Титаренко 2024-08-25 22:14:02 +03:00
parent dfd63f0f9c
commit 920f05b3a3
6 changed files with 21 additions and 21 deletions

View file

@ -172,7 +172,7 @@ public partial class Player : CharacterBody2D
break;
case State.Wait:
// _camera.Offset = _cameraDefaultPosition;
HideChatLog(delta, 2);
HideChatLog(delta, 3);
break;
default:
throw new ArgumentOutOfRangeException();