fph / bastet

Evil falling block game. http://fph.altervista.org/prog/bastet.html
GNU General Public License v3.0
272 stars 35 forks source link

Config file #27

Open cherrynoize opened 1 year ago

cherrynoize commented 1 year ago

I'm sorry but I cannot find how to edit the config file. The manpage mentions a .bastetrc file but I have no syntax reference and would like to know if I can permanently configure my own keybindings.

awest03 commented 1 year ago

Seems related to #19 - It will only save your custom configuration if you exit through the menu not Ctrl+C.

.bastetrc should be in your home folder and will already have the keybindings in it, however here is a copy of mine if that helps:

Down = 258
Drop = 343
Left = 260
Pause = 112
Right = 261
RotateCCW = 259
RotateCW = 32

Hope this helps