Items droppen
This commit is contained in:
@ -136,6 +136,10 @@ public class Character : MonoBehaviour
|
||||
Invoke(nameof(ResetJump), jumpCooldown);
|
||||
}
|
||||
|
||||
if (Input.GetKeyDown(KeyCode.G))
|
||||
{
|
||||
PickupItem(null);
|
||||
}
|
||||
}
|
||||
|
||||
private void MovePlayer()
|
||||
|
||||
Reference in New Issue
Block a user