feature/player-controller #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/player-controller"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create basic player controller, create test level, import prototype textures, add input maps
@ -0,0 +18,4 @@
var walk_vel: Vector3 # Walking velocity
var grav_vel: Vector3 # Gravity velocity
var jump_vel: Vector3 # Jumping velocity
Maybe condense the variables or make more apparent groups of variables
fixed the issues
yo this is scuffed
Looks good!