1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-12-14 12:10:29 +00:00

Update tron

This commit is contained in:
LDDestroier 2018-11-14 16:26:59 -05:00 committed by GitHub
parent 677d812bbe
commit a4c810815b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tron
View File

@ -583,7 +583,7 @@ end
local waitForKey = function(time)
sleep(time or 0.1)
os.pullEvent("char")
os.pullEvent("key")
end
local deadAnimation = function(doSend)