Page 3 of 3

Re: Animated timers using Geyser

Posted: Sat Jul 08, 2017 11:01 pm
by demonnic
have the alias call the following, and adjusst the coords/size according to desire. Also I realize this is almost a year late, sorry =(
Code: [show] | [select all] lua
demonnic.anitimer:new("Test2", {x = 0, y="50%", height = 20, width = "100%"}, 90, {showTime = true, timerCaption = "Test2"})

Re: Animated timers using Geyser

Posted: Sat Jul 08, 2017 11:03 pm
by demonnic
New updated animated timers package available. I added the ability to pass an execution hook to the constructor, allowing you to call a function, or arbitrary lua code, when the timer finishes.
Check the github page at https://github.com/demonnic/animatedtimers for full info.