mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
6 lines
No EOL
194 B
Text
6 lines
No EOL
194 B
Text
/// @description init
|
|
#region draw
|
|
draw_sprite_stretched(THEME.textbox, 1, dialog_x, dialog_y, dialog_w, dialog_h);
|
|
sc_content.active = sHOVER;
|
|
sc_content.draw(dialog_x, dialog_y);
|
|
#endregion |