mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-16 07:27:22 -05:00
Working button toggles.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
enum but { info, area, plus, minus, image };
|
||||
enum but { info, area, plus, minus, image, national, shiny };
|
||||
enum src { red, yellow, green, blue, black, pink, orange, purple, white, flip };
|
||||
|
||||
hover = false;
|
||||
|
||||
@@ -6,5 +6,4 @@ savedata_load();
|
||||
boxes_spawn();
|
||||
selected_set();
|
||||
scr_window_resize();
|
||||
button_create(0, 0, but.image);
|
||||
button_update_all();
|
||||
button_create_persistents();
|
||||
|
||||
Reference in New Issue
Block a user