+ 2
Some help
How can i change the position of heart, https://code.sololearn.com/WDq3ZqZBW1ck/?ref=app
1 Odpowiedź
+ 2
Change the parameters to this line and you'll change the position of the heart.
translate(width/2,height/2)
This will be near the top of the page:
translate(width/2,height/5)
This will be near the bottom of the page:
translate(width/2,height * 4/5)