This is the code I'm using.
- Code: Select all
x = KirbyStarship.x-width/2;
y = background.y-height;
This follows the main character and the background but it is cutting out half the background.
Any ideas???
x = KirbyStarship.x-width/2;
y = background.y-height;
x = KirbyStarship.x-width/2;
y = background.y-height/2;
y=Ground.y+Ground.height/2-height;
Users browsing this forum: No registered users and 1 guest