mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-02 23:14:48 -05:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
///draw_reset()
|
|
|
|
// Reset
|
|
draw_set_halign(fa_left);
|
|
draw_set_valign(fa_top);
|
|
draw_set_color(c_white); |