DexTool/Project/scripts/button_update_all/button_update_all.gml
2020-03-01 18:30:44 -06:00

5 lines
112 B
Plaintext

///button_update_all()
if (instance_exists(obj_button))
with (obj_button)
button_set(x_, y_, type);