You've already forked AiraPulsar
使用 UV 包管理器
This commit is contained in:
Binary file not shown.
BIN
pulsar/components/__pycache__/marker.cpython-313.pyc
Normal file
BIN
pulsar/components/__pycache__/marker.cpython-313.pyc
Normal file
Binary file not shown.
@@ -1,6 +1,4 @@
|
||||
import vgl
|
||||
|
||||
|
||||
from lib import vgl
|
||||
name = "Marking Lines"
|
||||
|
||||
def main(window):
|
||||
@@ -22,3 +20,6 @@ def main(window):
|
||||
for i in lines:
|
||||
i.set_color('#' + str((info['cursor']['position'][0] + info['cursor']['position'][1]*100 + info['cursor']['position'][0]*10000) % 999999).zfill(6))
|
||||
observer()
|
||||
#@vgl.loop # TODO
|
||||
#def toloop():
|
||||
# pass
|
Reference in New Issue
Block a user