UGP/UGP.gmx/scripts/create_gmhtml5_menu.gml

10 lines
333 B
Plaintext

global.direction = 1;
instance_create(centerX-250, centerY-150, obj_checkmark_winspool);
instance_create(centerX-290, centerY+20, obj_textinput_name);
instance_create(centerX-290, centerY+110, obj_textinput_key);
instance_create(centerX, centerY+250, obj_go_gmhtml5);
instance_create(centerX-510, centerY+250, obj_back);