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.
|
if (keyboard_check_pressed(vk_f9) && (!pressed_key))
|
|
{
|
|
pressed_key = 1
|
|
palette_number++
|
|
scr_shader_control()
|
|
}
|
|
if ((!keyboard_check_pressed(vk_f9)) && pressed_key)
|
|
pressed_key = 0
|