Opened 13 years ago
Last modified 12 years ago
#292 assigned bug
ui.blink bugginess
Reported by: | Game Hunter | Owned by: | epyon |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.9.8 |
Component: | engine | Version: | 0.9.9.6 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using ui.blink multiple times doesn't work "properly". That is, the following should blink multiple colors:
ui.blink(RED,100)
ui.blink(BLUE,100)
ui.blink(GREEN,100)
Instead, only the red color shows up.
Change History (1)
comment:1 Changed 12 years ago by epyon
- Milestone changed from 0.9.9.7 to 0.9.9.8
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.