Attributes
[Signal] public delegate void PlayerJumpedEventHandler();
[Export] public Vector2 Position { get; set; }
[Export] private float time;
[Export(PropertyHint.Range, "0, 60")]
private int fps = 30;
/// <summary> Enter a description for the variable if needed. </summary>
[Export(PropertyHint.NodePathValidTypes, "CollisionShape3D")]
private NodePath collider;[Export(PropertyHint.Range, "0, 60")]
private int fps = 30;
/// <summary> Enter a description for the variable if needed. </summary>
[Export(PropertyHint.NodePathValidTypes, "CollisionShape3D")]
private NodePath collider;Last updated