Skip to content

feat: add vanilla camera movement keybinds based on the continuous keybind feature#349

Open
TaroEld wants to merge 2 commits intocontinuous-keybindsfrom
vanilla-camera-moves
Open

feat: add vanilla camera movement keybinds based on the continuous keybind feature#349
TaroEld wants to merge 2 commits intocontinuous-keybindsfrom
vanilla-camera-moves

Conversation

@TaroEld
Copy link
Member

@TaroEld TaroEld commented Apr 25, 2024

No description provided.

@TaroEld TaroEld requested review from Enduriel and LordMidas April 25, 2024 04:08
return false;
}

this.Tactical.getCamera().move(_x * this.Time.getDelta(), _y * this.Time.getDelta());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

::Tactical


// Camera Top Left

::MSU.Vanilla.Keybinds.addSQKeybind("world_moveCamera_leftup", "left+up/left+w/left+z/a+up/a+w/a+z/q+up/q+w/q+z", ::MSU.Key.State.World, function()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be camelCase in leftup in the id i.e. leftUp? Similarly for the other keybinds you've added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants