Pixel-Composer/objects/o_dialog_scrollbox/Draw_64.gml
Tanasart 2b1edf0457 lua
2023-01-04 08:30:04 +07:00

9 lines
280 B
Plaintext

/// @description init
#region draw
draw_sprite_stretched(THEME.textbox, 3, dialog_x, dialog_y, dialog_w, dialog_h);
sc_content.active = sHOVER;
sc_content.draw(dialog_x, dialog_y);
draw_sprite_stretched(THEME.textbox, 1, dialog_x, dialog_y, dialog_w, dialog_h);
#endregion