mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
bugs fix
This commit is contained in:
parent
14007f0b0e
commit
e9f6da8a2e
13 changed files with 76 additions and 70 deletions
4
dist/ba_root/mods/tools/textonmap.py
vendored
4
dist/ba_root/mods/tools/textonmap.py
vendored
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#TODO need to set coordinates of text node , move timer values to settings.json
|
||||
from ba._enums import TimeType
|
||||
import ba
|
||||
import ba,_ba
|
||||
import setting
|
||||
class textonmap:
|
||||
def __init__(self):
|
||||
|
|
@ -12,7 +12,7 @@ class textonmap:
|
|||
left=_textonmap['bottom left watermark']
|
||||
top=_textonmap['top watermark']
|
||||
|
||||
self.timerr=ba.Timer(8,self.highlights,repeat=True)
|
||||
self.timerr=ba.Timer(8,ba.Call(self.highlights),repeat=True)
|
||||
|
||||
self.left_watermark(left)
|
||||
self.top_message(top)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue