Commit bdf22e72 by BellCodeEditor

auto save

parent f14e2b25
Showing with 0 additions and 2 deletions
......@@ -47,8 +47,6 @@ while True:
if event.type == locals.KEYDOWN and shadow==1:
if state=="moving" and event.key==locals.K_UP:
state = "up"
if state=="down" and event.key==locals.K_DOWN:
pass
##Action
if state=="up":
if t>0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment