12 lines
No EOL
171 B
Text
12 lines
No EOL
171 B
Text
if stick = 1
|
|
{
|
|
x = (obj_blobleshoot_player.x)
|
|
y = (obj_blobleshoot_player.y - 200)
|
|
|
|
with obj_blobleshoot_player
|
|
{
|
|
launchspeedy -= .25
|
|
launchspeedx += .05
|
|
|
|
}
|
|
} |