Improve walking

This commit is contained in:
Spencer Killen 2023-08-20 12:13:54 -06:00
parent 61b11defb9
commit d411911cac
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
8 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

BIN
godot/Models/grape_man.glb (Stored with Git LFS)

Binary file not shown.

View File

@ -1,7 +1,7 @@
extends CharacterBody3D extends CharacterBody3D
const SPEED = 0.5 const SPEED = 0.4
const JUMP_VELOCITY = 4.5 const JUMP_VELOCITY = 4.5
@export var horiz_sens = 0.25 @export var horiz_sens = 0.25
@export var vert_sens = 0.25 @export var vert_sens = 0.25