mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-11 20:26:13 -05:00
Added Info & Area buttons.
This commit is contained in:
@@ -9,6 +9,9 @@ if (!instance_exists(obj_lock))
|
||||
{
|
||||
plus = button_create(0, 0, but.plus);
|
||||
minus = button_create(0, 0, but.minus);
|
||||
|
||||
info = button_create(0, 0, but.info);
|
||||
area = button_create(0, 0, but.area);
|
||||
}
|
||||
|
||||
button_update_all();
|
||||
|
||||
Reference in New Issue
Block a user