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