basic tests for a wider variety of files
This commit is contained in:
@@ -6,10 +6,9 @@ namespace Movementtests.scenes.movement;
|
||||
[GlobalClass, Icon("res://assets/ui/IconGodotNode/node_3D/icon_path_follow.png")]
|
||||
public partial class CGroundedMovement : Node3D, IMoveable
|
||||
{
|
||||
[Export] public RMovement RMovement { get; set; }
|
||||
[Export] public RMovement RMovement { get; set; } = null!;
|
||||
|
||||
[Export]
|
||||
public RayCast3D WallInFrontRayCast { get; set; }
|
||||
[Export] public RayCast3D WallInFrontRayCast { get; set; } = null!;
|
||||
|
||||
|
||||
public Vector3 ComputeVelocity(MovementInputs inputs)
|
||||
|
||||
Reference in New Issue
Block a user