使用 UV 包管理器

This commit is contained in:
2025-04-30 23:40:28 +08:00
parent bf400ca9c2
commit f33d7bbec8
33 changed files with 49 additions and 239 deletions

Binary file not shown.

View File

@@ -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