mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-01 06:34:30 -05:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
function draw_set_default() {
|
|
draw_set_color(c_white);
|
|
draw_set_valign(fa_top);
|
|
draw_set_halign(fa_left);
|
|
|
|
|
|
}
|