mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 01:34:11 -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);
|
|
|
|
|
|
}
|