Pixel-Composer/objects/o_dialog_scrollbox/Draw_64.gml

6 lines
194 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
#region draw
2022-11-18 03:20:31 +01:00
draw_sprite_stretched(THEME.textbox, 1, dialog_x, dialog_y, dialog_w, dialog_h);
2022-12-16 09:18:09 +01:00
sc_content.active = sHOVER;
sc_content.draw(dialog_x, dialog_y);
2022-01-13 05:24:03 +01:00
#endregion