Search found 4 matches

by iLuvLove
Fri Dec 09, 2011 2:57 pm
Forum: Support and Development
Topic: Having more than one image on the screen
Replies: 4
Views: 2248

Re: Having more than one image on the screen

Thanks. I've figured out how the local/global stuff works now though.
by iLuvLove
Tue Nov 29, 2011 5:49 pm
Forum: Support and Development
Topic: Data Structures for holding entities
Replies: 7
Views: 2376

Data Structures for holding entities

I'm new to Love and I was just wondering what sort of structure would be best to hold game entities in. I need something so that I can access an object remotely, without having to have a global variable for the object, because entities are going to be removed and added all the time. However, they ne...
by iLuvLove
Sat Nov 26, 2011 6:06 pm
Forum: Support and Development
Topic: Having more than one image on the screen
Replies: 4
Views: 2248

Re: Having more than one image on the screen

Oh... Thanks. I'm new to lua, so I don't quite have the whole global/local thing figured out yet.
by iLuvLove
Fri Nov 25, 2011 3:53 pm
Forum: Support and Development
Topic: Having more than one image on the screen
Replies: 4
Views: 2248

Having more than one image on the screen

For some odd reason, I am having trouble displaying more than one image on the screen. Attached is the .love file of my project. Does anyone know what is wrong? Why does it only display one image, and not both?