Compare commits

..

No commits in common. "16d31becb503bd97c29c13a2444fe5736df283de" and "32f6f40e3be284fca3011a2f75689b1a54333d3e" have entirely different histories.

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
const SPEED = 0.4
const SPEED = 0.5
const JUMP_VELOCITY = 4.5
@export var horiz_sens = 0.25
@export var vert_sens = 0.25