This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Blobledoodes/objects/obj_bloblehop_right/Step_0.gml
rgrzanic aed84f0021 bloblehop not broke, not done
fixed a lot but not done
2019-07-17 16:25:23 -06:00

15 lines
240 B
Text

x = camera_get_view_x(view_camera[0]) + 900;
y = camera_get_view_y(view_camera[0]) ;
if mouse_check_button(mb_left) && position_meeting(mouse_x, mouse_y, id)
{
with obj_bloblehop_player
{
if hsp < 5
{
hsp += movespeed
}
}
}