Search found 2 matches
- Mon May 28, 2012 5:19 pm
- Forum: Libraries and Tools
- Topic: Need help...
- Replies: 5
- Views: 2278
Re: Need help...
"First, you assign that table outside the love.load function"" so you mean a neu .txt data with the "map ={...}" ? Second, remove the while true loop. That mean I must set the wihle false? Is this right?: while false do for c=1,8 do for d=1,15 do screen:blit(a*32,b*32,map[a]...
- Mon May 28, 2012 2:51 pm
- Forum: Libraries and Tools
- Topic: Need help...
- Replies: 5
- Views: 2278
Need help...
Hello, my programm doesn't run and I don't find an answer :( Skript: function love.load () love.graphics.setBackgroundColor( 255, 255, 255) -- Laden von Gegenständen --Rechteck = love.graphics.newImage("Texturen/Rechteck.png") --Laden der Datei "Rechteck.png" welches in diesem fa...