From 5d2b2bc9dd75db9cd4a8b454f19b3c3e69e771f8 Mon Sep 17 00:00:00 2001 From: Freaku17 Date: Wed, 31 Aug 2022 17:22:04 +0000 Subject: [PATCH] [ci] auto-format --- plugins/minigames/volleyball.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/minigames/volleyball.py b/plugins/minigames/volleyball.py index c4bae45..d4aeacc 100644 --- a/plugins/minigames/volleyball.py +++ b/plugins/minigames/volleyball.py @@ -367,14 +367,14 @@ class VolleyBallGame(ba.TeamGameActivity[Player, Team]): ba.playsound(self._chant_sound) if self.credit_text: t = ba.newnode('text', - attrs={ 'text':"Created by Freaku\nVolleyBall", ## Disable 'Enable Bottom Credits' when making playlist, No need to edit this lovely... - 'scale':0.7, - 'position':(0,0), - 'shadow':0.5, - 'flatness':1.2, - 'color':(1, 1, 1), - 'h_align':'center', - 'v_attach':'bottom'}) + attrs={'text': "Created by Freaku\nVolleyBall", # Disable 'Enable Bottom Credits' when making playlist, No need to edit this lovely... + 'scale': 0.7, + 'position': (0, 0), + 'shadow': 0.5, + 'flatness': 1.2, + 'color': (1, 1, 1), + 'h_align': 'center', + 'v_attach': 'bottom'}) shared = SharedObjects.get() self.blocks.append(ba.NodeActor(ba.newnode('region', attrs={'position': (0, 2.4, 0), 'scale': ( 0.8, 6, 20), 'type': 'box', 'materials': (self._fake_wall_material, )})))