UGP/UGP.gmx/scripts/create_gmhtml5_menu.gml

10 lines
333 B
Plaintext
Raw Normal View History

2022-06-26 10:08:56 +00:00
global.direction = 1;
instance_create(centerX-250, centerY-150, obj_checkmark_winspool);
2022-06-26 10:08:56 +00:00
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);