change kick to lmb
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ func _physics_process(delta: float) -> void:
|
|||||||
_handle_movement(delta)
|
_handle_movement(delta)
|
||||||
_handle_kick(delta)
|
_handle_kick(delta)
|
||||||
_handle_iframes(delta)
|
_handle_iframes(delta)
|
||||||
if Input.is_action_just_pressed("ui_accept") and kick_timer <= 0.0:
|
if Input.is_mouse_button_pressed(MOUSE_BUTTON_LEFT) and kick_timer <= 0.0:
|
||||||
_do_kick()
|
_do_kick()
|
||||||
|
|
||||||
func _handle_movement(delta: float) -> void:
|
func _handle_movement(delta: float) -> void:
|
||||||
|
|||||||
Reference in New Issue
Block a user