mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
bugs fix
now server can start atleast
This commit is contained in:
parent
ff982c8a66
commit
bd5bbb4995
23 changed files with 706 additions and 462 deletions
4
dist/ba_root/mods/tools/textonmap.py
vendored
4
dist/ba_root/mods/tools/textonmap.py
vendored
|
|
@ -18,7 +18,7 @@ class textonmap:
|
|||
self.highlights = data['center highlights']
|
||||
self.left_watermark(left)
|
||||
self.top_message(top)
|
||||
self.timer = ba.timer(8, ba.Call(self.highlights), repeat=True)
|
||||
self.timer = ba.timer(8, ba.Call(self.highlights_), repeat=True)
|
||||
|
||||
def highlights_(self):
|
||||
node = _ba.newnode('text',
|
||||
|
|
@ -43,7 +43,7 @@ class textonmap:
|
|||
'h_align': 'left',
|
||||
'v_attach':'bottom',
|
||||
'scale':1,
|
||||
'position':(0,138),
|
||||
'position':(-450,30),
|
||||
'color':(1,1,1)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue