mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-24 03:48:06 +01:00
11 lines
No EOL
216 B
Text
11 lines
No EOL
216 B
Text
function draw_text_add(_x, _y, _text){
|
|
BLEND_OVER
|
|
draw_text(_x, _y, _text);
|
|
BLEND_NORMAL
|
|
}
|
|
|
|
function draw_text_ext_add(_x, _y, _text, _sep, _w){
|
|
BLEND_OVER
|
|
draw_text_ext(_x, _y, _text, _sep, _w);
|
|
BLEND_NORMAL
|
|
} |