From 8ef5ecbe0f2c71aca38c5ee2631b56b434920b9e Mon Sep 17 00:00:00 2001 From: ngtuanz Date: Wed, 8 Apr 2026 12:38:39 +0700 Subject: [PATCH] update mutiplay --- .idea/.idea.HALLUCINATE/.idea/workspace.xml | 23 +----- .../Player Controller/PlayerAirDashState.cs | 33 +++----- .../Player Controller/PlayerDashState.cs | 19 +++-- .../Player Controller/PlayerDodgeState.cs | 42 ++++------ .../Player Controller/PlayerFallState.cs | 34 +++----- .../Player Controller/PlayerIdleState.cs | 5 +- .../Player Controller/PlayerJumpState.cs | 41 +++------- .../Player Controller/PlayerMoveState.cs | 13 +-- .../Player Controller/PlayerRunState.cs | 29 +++---- .../Player Controller/PlayerStateMachine.cs | 79 +++++++++++++++---- 10 files changed, 138 insertions(+), 180 deletions(-) diff --git a/.idea/.idea.HALLUCINATE/.idea/workspace.xml b/.idea/.idea.HALLUCINATE/.idea/workspace.xml index b0fea62f..dc27f1de 100644 --- a/.idea/.idea.HALLUCINATE/.idea/workspace.xml +++ b/.idea/.idea.HALLUCINATE/.idea/workspace.xml @@ -4,27 +4,7 @@