Signed-off-by: 10_2 <sairate@sina.cn>

这是一个10_2电脑的更改
This commit is contained in:
10_2 2025-01-08 10:27:37 +08:00
parent 43ea4a3b00
commit 189af11f07
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ class MovingLabel(threading.Thread):
self.text=text
self.label=tk.Label(window,image=kuang,text=self.text,compound="center",font=("黑体",20),fg="white",width=190,height=45)
self.label.place(x=random.randint(50,800),y=0)
def run(self):
y=0
while y<650: