Vorbereitung für Animationen
This commit is contained in:
parent
ba6076bfd7
commit
d29fd71cc4
@ -17,6 +17,12 @@ public class PlayerMovement : MonoBehaviour
|
||||
[SerializeField]
|
||||
private float maxSpeed;
|
||||
|
||||
public bool isJumping;
|
||||
public bool isDoubleJumping;
|
||||
public bool isDashing;
|
||||
public bool isSliding;
|
||||
public bool isWalking;
|
||||
|
||||
|
||||
public bool isGrounded;
|
||||
public bool shallJump;
|
||||
|
@ -1,11 +1,13 @@
|
||||
using UnityEngine;
|
||||
/// <summary>
|
||||
/// Character
|
||||
/// Level
|
||||
/// Animation
|
||||
/// Background
|
||||
/// Dash
|
||||
/// Walljump
|
||||
/// Doublejump
|
||||
/// In-Flight Control bool
|
||||
/// Levelelement
|
||||
/// Camera
|
||||
/// Text/Dialog
|
||||
/// Screens
|
||||
/// </summary>
|
||||
public class ToDo : MonoBehaviour
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user