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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oControl_Keyboar...

9 lines
196 B

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