Gamemaker Studio 2 Gml Info
x += hsp;
Clean up custom data structures explicitly using the . gamemaker studio 2 gml
// Animation based on state if (move != 0) sprite_index = spr_player_run; image_xscale = sign(move); // Flip sprite else sprite_index = spr_player_idle; x += hsp; Clean up custom data structures
