Considering these are for making gameplay quicker, my assumption is that most people have their left hand around wasd, so using keybinds in that area as default probably would fit better.
I mean, sure, I guess with the actual keybind system everyone can just rebind them to whatever. XD
Your master branch is already doing builds, you can see them here. If you go into the workflow files in .github/workflows, they all start with
Code:
on:
push:
branches: [ master ]
pull_request:
If you change 'master' to the branch you want, it should autobuild that branch for you instead.
Trying to get this to work, I changed the workflow files to have my Combined branch instead of master, but can't figure how to make it do the executable files on the release ... ?
Comment