thingie to show plausible word speed

1 px/frame seems ok
This commit is contained in:
Kistaro Windrider 2024-02-03 16:48:36 -08:00
parent 1c8743e9e8
commit d49da29c2d
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -406,6 +406,16 @@ function newtitle()
},
bg.new{c=1},
box,
{
x=128,
update=function(self)
self.x -= 1
if (self.x < 0) self.x = 128
end,
draw=function(self)
rectfill(self.x, 120, self.x, 128, 9)
end,
},
}
end