Search found 3 matches

by TeeJayz
Tue Aug 14, 2012 4:11 pm
Forum: Support and Development
Topic: Run a different file *solved*
Replies: 4
Views: 1815

Re: Run a different file

Robin wrote:
TeeJayz wrote:I cannot undraw images
You don't need to.

Every frame, the screen is cleared. Every frame, love.update() and love.draw() are run. Use if statements and for loops and so on to decide what should be drawn.
I dont know how to go forward 1 frame.
by TeeJayz
Tue Aug 14, 2012 3:36 pm
Forum: Support and Development
Topic: Run a different file *solved*
Replies: 4
Views: 1815

Run a different file *solved*

In main.lua, how do you run a different .lua file? I need this for a menu screen because I cannot undraw images. I dont think I need to post any code, so any answers?
by TeeJayz
Tue Aug 14, 2012 1:31 pm
Forum: Support and Development
Topic: Configure errors. *SOLVED*
Replies: 2
Views: 1134

Configure errors. *SOLVED*

Ok, Hi everyone, I am new, but I keep on getting this error. When I use a script to change the name of my window, it still names it untitled. Here is my code: function love.conf(t) t.title = "Slime" end (I am working on a game called slime, which is a project that I have been working on.) ...