White Screen upon Startup
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: White Screen upon Startup
... not only that, but Jasoco wrote a good explanation two days ago.
Help us help you: attach a .love.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: White Screen upon Startup
Which is right there above your post:
http://love2d.org/forums/viewtopic.php? ... 554#p43357
Follow those instructions and it's easy. Especially if you follow the drag-and-drop part at the bottom of the post.
http://love2d.org/forums/viewtopic.php? ... 554#p43357
Follow those instructions and it's easy. Especially if you follow the drag-and-drop part at the bottom of the post.
-
- Prole
- Posts: 11
- Joined: Fri Apr 26, 2013 3:32 pm
Re: White Screen upon Startup
Hi. I'm posting here because I'm having the same problem, but my vertices are in the correct order.
As a way of trouble shooting, I'm only looking to be able to draw a 10x10 square with love.physics.newRectangleShape
Both lines of code should technically achieve the same thing, but only the latter works.
Check it out yourself if you're interested. The code is in actor.lua.
As a way of trouble shooting, I'm only looking to be able to draw a 10x10 square with love.physics.newRectangleShape
Code: Select all
self.shape = love.physics.newPolygonShape(0, 0, 10, 0, 10, 10, 0, 10)
--self.shape = love.physics.newRectangleShape(10, 10)
Check it out yourself if you're interested. The code is in actor.lua.
- Attachments
-
- Mission100.love
- (317.08 KiB) Downloaded 80 times
Last edited by XOdysseusX on Fri May 10, 2013 9:36 pm, edited 1 time in total.
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot] and 2 guests