Pixel-Composer/objects/o_dialog_fontscrollbox/Draw_64.gml

9 lines
295 B
Plaintext
Raw Normal View History

2023-01-17 08:11:55 +01:00
/// @description init
#region draw
draw_sprite_stretched(THEME.textbox, 3, dialog_x, dialog_y, dialog_w, dialog_h);
2023-03-25 12:27:04 +01:00
sc_content.setActiveFocus(sHOVER, sFOCUS);
2023-01-17 08:11:55 +01:00
sc_content.draw(dialog_x, dialog_y);
draw_sprite_stretched(THEME.textbox, 1, dialog_x, dialog_y, dialog_w, dialog_h);
#endregion