You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oTestKeys_Step_0...

8 lines
158 B

if (os_type == os_android)
instance_destroy()
if (mouse_check_button(mb_left) && global.ingame)
{
oCharacter.x = mouse_x
oCharacter.y = mouse_y
}