mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
0fb45f5e65
commit
5d2b2bc9dd
1 changed files with 8 additions and 8 deletions
|
|
@ -367,14 +367,14 @@ class VolleyBallGame(ba.TeamGameActivity[Player, Team]):
|
||||||
ba.playsound(self._chant_sound)
|
ba.playsound(self._chant_sound)
|
||||||
if self.credit_text:
|
if self.credit_text:
|
||||||
t = ba.newnode('text',
|
t = ba.newnode('text',
|
||||||
attrs={ 'text':"Created by Freaku\nVolleyBall", ## Disable 'Enable Bottom Credits' when making playlist, No need to edit this lovely...
|
attrs={'text': "Created by Freaku\nVolleyBall", # Disable 'Enable Bottom Credits' when making playlist, No need to edit this lovely...
|
||||||
'scale':0.7,
|
'scale': 0.7,
|
||||||
'position':(0,0),
|
'position': (0, 0),
|
||||||
'shadow':0.5,
|
'shadow': 0.5,
|
||||||
'flatness':1.2,
|
'flatness': 1.2,
|
||||||
'color':(1, 1, 1),
|
'color': (1, 1, 1),
|
||||||
'h_align':'center',
|
'h_align': 'center',
|
||||||
'v_attach':'bottom'})
|
'v_attach': 'bottom'})
|
||||||
shared = SharedObjects.get()
|
shared = SharedObjects.get()
|
||||||
self.blocks.append(ba.NodeActor(ba.newnode('region', attrs={'position': (0, 2.4, 0), 'scale': (
|
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, )})))
|
0.8, 6, 20), 'type': 'box', 'materials': (self._fake_wall_material, )})))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue