From ff7825816ff69340effb54de1a9ee8822b9baf9b Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 27 Jan 2022 15:33:34 +0100 Subject: krebsdance: better looking dance --- krebs/5pkgs/simple/krebsdance/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/krebs/5pkgs/simple/krebsdance/default.nix b/krebs/5pkgs/simple/krebsdance/default.nix index e95b6578..bcb859a2 100644 --- a/krebs/5pkgs/simple/krebsdance/default.nix +++ b/krebs/5pkgs/simple/krebsdance/default.nix @@ -13,14 +13,14 @@ writers.writePython3Bin "krebsdance" {} '' dict( up='(V)', down='(A)', - left='>)', - right='(<', + left='>)=', + right='=(<', ), dict( up='(U)', down='(n)', - left=')=', - right='=(', + left=')==', + right='==(', ), ] @@ -29,7 +29,6 @@ writers.writePython3Bin "krebsdance" {} '' '*', '^', 'รถ', - '.', 'o', 'O', 'X', @@ -103,9 +102,9 @@ writers.writePython3Bin "krebsdance" {} '' mouth = random.choice(mouths) if args.dance: print(f'{clawstyle["down"]} {body["left"]}{eye}{mouth}{eye}{body["right"]}{clawstyle["up"]}') # noqa - print(f'{clawstyle["left"]}{body["left"]}{eye}{mouth}{eye}{body["right"]} {clawstyle["right"]}') # noqa + print(f' {clawstyle["left"]}{body["left"]}{eye}{mouth}{eye}{body["right"]} {clawstyle["right"]}') # noqa print(f'{clawstyle["right"]} {body["left"]}{eye}{mouth}{eye}{body["right"]} {clawstyle["left"]}') # noqa - print(f'{clawstyle["down"]}{body["left"]}{eye}{mouth}{eye}{body["right"]}{clawstyle["down"]}') # noqa + print(f' {clawstyle["down"]}{body["left"]}{eye}{mouth}{eye}{body["right"]}{clawstyle["down"]}') # noqa else: print(f'{clawstyle["up"]} {body["left"]}{eye}{mouth}{eye}{body["right"]} {clawstyle["up"]}') # noqa -- cgit v1.2.3