X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=blobdiff_plain;f=erdslangetjie%2Fconstants.py;h=c9f16e6b4c2a949efbc28fcd1274b48c8ee54f14;hp=06d25fb9298fcff07caa68c055affa7f83a4331e;hb=5ef62be743537175b38e5044dbbdcd17ccaf6b1e;hpb=7cc9c4c27f1f3f9f46e4234469417b707264b01c diff --git a/erdslangetjie/constants.py b/erdslangetjie/constants.py index 06d25fb..c9f16e6 100644 --- a/erdslangetjie/constants.py +++ b/erdslangetjie/constants.py @@ -19,3 +19,9 @@ if platform() != 'android': else: TILE_SIZE = 64 Config.set('graphics', 'fullscreen', 'auto') + +# Change here to tweak keyboard controls +LEFT = ('a', 'left') +RIGHT = ('d', 'right') +UP = ('w', 'up') +DOWN = ('s', 'down')