mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 01:34:11 -05:00
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
///button_update_all()
|
|
function button_update_all() {
|
|
|
|
if (instance_exists(obj_button))
|
|
with (obj_button)
|
|
button_set(x_, y_, type);
|
|
|
|
|
|
}
|