feat: implement settings menu with video, audio, and input remapping support
This commit is contained in:
@@ -48,8 +48,6 @@ func _process(delta):
|
||||
# 3. Action inputs (momentary)
|
||||
if Input.is_action_just_pressed("action_grab"):
|
||||
player.grab_item(player.current_position)
|
||||
elif Input.is_action_just_pressed("action_put"):
|
||||
player.auto_put_item()
|
||||
|
||||
if move_vec != Vector2i.ZERO:
|
||||
var target_position = player.current_position + move_vec
|
||||
|
||||
Reference in New Issue
Block a user