Search found 16 matches
- Sun Jan 17, 2016 4:15 pm
- Forum: Support and Development
- Topic: Camera movement
- Replies: 4
- Views: 6175
Re: Camera movement
Thanks zorg! You are always helping me
- Sun Jan 17, 2016 2:56 pm
- Forum: Support and Development
- Topic: Love2d on android help
- Replies: 1
- Views: 1700
Love2d on android help
Hello, I have recently installed love on my android device. How do I program on my android device? Or is it just for playing love games? Thanks
- Sun Jan 17, 2016 12:26 pm
- Forum: Support and Development
- Topic: Camera movement
- Replies: 4
- Views: 6175
Re: Camera movement
Ok thanks. So his is my character:
plane = love.graphics.draw("plane.png")
How would I center the camera to the plane?
plane = love.graphics.draw("plane.png")
How would I center the camera to the plane?
- Sun Jan 17, 2016 9:53 am
- Forum: Support and Development
- Topic: Camera movement
- Replies: 4
- Views: 6175
Camera movement
Hello, how do I make the camera follow my player? In my game you can move the airplane with the arrow keys, but I want the camera to follow it. Any help? Thanks
- Sun Jan 17, 2016 4:28 am
- Forum: Support and Development
- Topic: Resizing images
- Replies: 6
- Views: 16325
Re: Resizing images
Ah, thank you very much! You are the most helpful person on this forum
- Sat Jan 16, 2016 6:37 pm
- Forum: Support and Development
- Topic: Resizing images
- Replies: 6
- Views: 16325
Re: Resizing images
Ok, I read the wiki page and I tried for an hour to scale the image but I have not had success. I am a huge noob to this so I really don't know how to do it. Please tell me how to scale an image. The wiki tells me how to scale text. I tried with an image but it didn't work.
- Sat Jan 16, 2016 4:37 pm
- Forum: Support and Development
- Topic: Resizing images
- Replies: 6
- Views: 16325
Re: Resizing images
Thanks again! So if I was to add a plane to my game I could do this to scale it?
Code: Select all
plane = love.graphics.newImage("plane.png")
love.graphics.scale(0.5, 0.5)
- Sat Jan 16, 2016 4:34 pm
- Forum: General
- Topic: Spawning an object
- Replies: 13
- Views: 6273
Re: Spawning an object
Yeah sorry about that. I was a bit confused thank you so much for the help. I will try this later and tell you if it works. I really appreciate your help
- Sat Jan 16, 2016 4:18 pm
- Forum: General
- Topic: Spawning an object
- Replies: 13
- Views: 6273
Re: Spawning an object
But the problem is the plane moves. Is there a way the x and y coordinates for the bomb to spawn follow the plane?
- Sat Jan 16, 2016 4:08 pm
- Forum: General
- Topic: Spawning an object
- Replies: 13
- Views: 6273
Re: Spawning an object
Thanks so much! But how do I make the bomb spawn on the plane? Sorry about asking to much you seem really helpful. I appreciate it