Add localizable names for KeyBindings
Ghostlyr opened this issue ยท 1 comments
Little thing, but it would be nice if these strings has been localized =)
public static KeyBinding glide = new KeyBinding("Glide", Keyboard.KEY_G, Reference.MOD_NAME);
public static KeyBinding poweredGlide = new KeyBinding("Glider Lift", Keyboard.KEY_F, Reference.MOD_NAME);
public static KeyBinding beetleRam = new KeyBinding("Beetle Ram Attack", Keyboard.KEY_R, Reference.MOD_NAME);
public static KeyBinding beetleMine = new KeyBinding("Stag Beetle Dig", Keyboard.KEY_LMENU, Reference.MOD_NAME);
Advance thanks for your work