mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 08:25:54 +00:00
Mapping and fixes
This commit is contained in:
parent
c051b809ee
commit
1e9ae23191
4 changed files with 7 additions and 7 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue