阶段性完成

This commit is contained in:
SoulliesOfficial
2025-12-08 05:27:53 -05:00
parent ef7b479712
commit f7af60351b
8770 changed files with 15637030 additions and 208354 deletions

View File

@@ -123,12 +123,6 @@ namespace Cielonos.MainGame.Characters
{
if (player.inputSc.JumpPressed)
{
if (player.inputSc.IsWalking)
{
Observable.Timer(TimeSpan.FromSeconds(0.16f)).Subscribe(_ =>
movementModifier = targetDirection.normalized * 10 * DeltaTime);
}
if (!isJumping && groundDetector.isOnGround)
{
animator.SetTrigger("Jump");