mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 01:34:11 -05:00
11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
///draw_reset()
|
|
function draw_reset() {
|
|
|
|
// Reset
|
|
draw_set_halign(fa_left);
|
|
draw_set_valign(fa_top);
|
|
draw_set_color(c_white);
|
|
|
|
|
|
}
|