added controller support and attack
This commit is contained in:
8
Scripts/control_mappings.gd
Normal file
8
Scripts/control_mappings.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
class_name ControlMapping
|
||||
|
||||
## GAMEPAD
|
||||
const JOYSTICK_SENSITIVITY = .06
|
||||
const R_JOYSTICK_DEADZONE = 0.1
|
||||
const L_JOYSTICK_DEADZONE = .2
|
||||
const L_JOYSTICK_SENSITIVITY = .1
|
||||
Reference in New Issue
Block a user