White Screen upon Startup

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: White Screen upon Startup

Post by Robin »

... not only that, but Jasoco wrote a good explanation two days ago.
Help us help you: attach a .love.
User avatar
Jasoco
Inner party member
Posts: 3727
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: White Screen upon Startup

Post by Jasoco »

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.
XOdysseusX
Prole
Posts: 11
Joined: Fri Apr 26, 2013 3:32 pm

Re: White Screen upon Startup

Post by XOdysseusX »

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

Code: Select all

self.shape = love.physics.newPolygonShape(0, 0, 10, 0, 10, 10, 0, 10)	
--self.shape = love.physics.newRectangleShape(10, 10)
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.
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.
XOdysseusX
Prole
Posts: 11
Joined: Fri Apr 26, 2013 3:32 pm

Re: White Screen upon Startup

Post by XOdysseusX »

Bump?
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 2 guests