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_blobleshoot_player/Create_0.gml
Ryan 8bd86a28b1 blobleshoot powerbar added, difficulty fixed
powerbar adds chalange to the blobleshoot game, difficulty bug fixed lol
2019-07-27 21:20:59 -06:00

7 lines
No EOL
310 B
Text

//change angle of bloble to the angle of the launch tube
image_angle = (obj_blobleshoot_launchertube.image_angle)
//sets the initial speed of the bloble in the x and y axis
launchspeedx = (global.blobleshootlaunchspeed * -dsin(image_angle))
launchspeedy = (global.blobleshootlaunchspeed * -dcos(image_angle))