The Erebus

The Erebus

16M Downloads

Add localizable names for KeyBindings

Ghostlyr opened this issue ยท 1 comments

commented

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

commented

Good catch - someone will look in to doing that.
Thanks.