:
I used Crome to download it after i uploaded it to check the link worked, I didn't get any virus warnings.
|
I got a warning from Chrome as well. Of course I still downloaded and played it. It's freaking awesome by the way.
If I can make a suggestion though, try
:
xspd += (keyboard_check(vk_right) - keyboard_check(vk_left)) * 5;
x += xspd;
if (abs(xspd) > 0) {image_xscale = sign(xspd);}
Or something along those lines anyway. It should eliminate the odd appearance behaviour when holding left and right at the same time.