minor tweaks to player collision and interact raycast
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
extends CharacterBody3D
|
||||
|
||||
const WALK_TRANSITION_SPEED = 10
|
||||
const WALK_TRANSITION_SPEED = 8
|
||||
const MAX_AIR_DASH = 1
|
||||
const FLASHLIGHT_BRIGHTNESS = 10
|
||||
const FLASHLIGHT_BRIGHTNESS = 20
|
||||
const KICK_AMOUNT = 10
|
||||
|
||||
var speed
|
||||
|
||||
Reference in New Issue
Block a user