You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
draw_self()
|
|
if (open == 0 && showlock == 1)
|
|
{
|
|
draw_sprite_ext(lockspr, lock, x, y, image_xscale, 1, 0, -1, 1)
|
|
if highlight
|
|
draw_sprite_ext(lockspr, 4, x, y, image_xscale, 1, 0, -1, hlalpha)
|
|
}
|