mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-12 04:36:22 -05:00
Rearranged some buttons.
This commit is contained in:
@@ -61,7 +61,7 @@ switch(type)
|
||||
text = "GALAR";
|
||||
scale = global.icon_scale * 0.75;
|
||||
x_ = button_align_x(region.bot_left, -1.25);
|
||||
y_ = button_align_y(region._100, -0.5);
|
||||
y_ = button_align_y(region._100, -0.5 - 0.5);
|
||||
break;
|
||||
|
||||
case but.shiny:
|
||||
@@ -71,7 +71,7 @@ switch(type)
|
||||
text = "SHINY";
|
||||
scale = global.icon_scale * 0.75;
|
||||
x_ = button_align_x(region.bot_left, 1.25);
|
||||
y_ = button_align_y(region._100, -0.5);
|
||||
y_ = button_align_y(region._100, -0.5 - 0.5);
|
||||
break;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user