The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Loadout
changes bind?
I dont feel like using l key
< >
Showing 1-2 of 2 comments
爷爷 26 Jun, 2024 @ 9:23pm 
How to change the binding key:
① Go to the file path: \The Binding of Isaac Rebirth\mods\loadout_910421359\main.lua
② Open the file and go to line 157
③ Modification: Change the binding from L key to O key
Original version:
if Input.IsButtonTriggered(Keyboard.KEY_L, 0) and
After modification:
if Input.IsButtonTriggered(Keyboard.KEY_O, 0) and

You can also change to other binding keys according to your own needs~
StupadTheTrash 27 Jun, 2024 @ 9:27am 
Originally posted by 爷爷:
How to change the binding key:
① Go to the file path: \The Binding of Isaac Rebirth\mods\loadout_910421359\main.lua
② Open the file and go to line 157
③ Modification: Change the binding from L key to O key
Original version:
if Input.IsButtonTriggered(Keyboard.KEY_L, 0) and
After modification:
if Input.IsButtonTriggered(Keyboard.KEY_O, 0) and

You can also change to other binding keys according to your own needs~
a little late but thanks!!
< >
Showing 1-2 of 2 comments
Per page: 1530 50