Mapping and fixes

This commit is contained in:
MaddoScientisto 2025-03-24 22:22:07 +01:00
commit 1e9ae23191
4 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ public partial class LevelTeleporter : Teleporter
_particles.Emitting = true;
//await player.Teleport();
player.SetState(PlayerState.UnTeleporting);
player.SetState(PlayerState.Teleporting);
await Task.Delay((int)(0.6f * 1000));
await Task.Delay((int)(TeleportAnimationLength * 1000));