Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
towai committed Aug 6, 2024
1 parent 84ef208 commit fc556a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ hold_drag_playhead={
}
hold_insert_taps={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":84,"key_label":0,"unicode":116,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"key_label":0,"unicode":102,"echo":false,"script":null)
]
}
hold_slide_prop={
Expand Down
2 changes: 1 addition & 1 deletion settings.gd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var snap_time : bool:
get: return %TimeSnapChk.button_pressed

var tap_notes : bool:
get: return %InsertTapNotes.button_pressed
get: return %InsertTapNotes.button_pressed || Input.is_action_pressed("hold_insert_taps")


func _ready():
Expand Down

0 comments on commit fc556a0

Please sign in to comment.