blobleshoot now has trampolines which bounch the bloble higher , they are also randomly generated.
20 lines
238 B
Text
20 lines
238 B
Text
if mouse_check_button(mb_left) && position_meeting(mouse_x, mouse_y, id)
|
|
{
|
|
with obj_blobleshoot_launchertube
|
|
{
|
|
|
|
image_angle +=1
|
|
|
|
}
|
|
}
|
|
|
|
if keyboard_check(vk_up)
|
|
{
|
|
with obj_blobleshoot_launchertube
|
|
{
|
|
|
|
image_angle +=1
|
|
|
|
}
|
|
}
|
|
|