Search found 17 matches
- Sat Apr 23, 2011 11:10 pm
- Forum: Support and Development
- Topic: Ship jitters
- Replies: 2
- Views: 1625
Ship jitters
current code here . So basically the ship is just a bit jittery and I was wondering if there was a smoother way to do it. The only lines that matter are the three starting from 64. I was trying to compare the current point of the ship with where is was in the previous frame and move the camera accor...
- Tue Feb 22, 2011 8:41 pm
- Forum: General
- Topic: Multiplayer loving event
- Replies: 27
- Views: 10449
Re: Multiplayer loving event
my vote goes out to tremulous
- Tue Feb 08, 2011 9:57 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
thanks!
- Tue Feb 08, 2011 9:34 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
the following code should work: function love.load() paddlei = love.graphics.newImage('images/paddle.png') love.graphics.setMode(850, 650, false, true, 0) love.graphics.setColorMode("replace") love.graphics.setBackgroundColor(51,51,51) p1,p2=0,0 x,bx=850,425 y,by=650,325 paddle={{x1=25,x2=...
- Tue Feb 08, 2011 7:56 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
huh? the same screenshot I posted? when I open it up in gimp I get the right paddle as #566478 and the left as #7995bf
- Tue Feb 08, 2011 7:43 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
I have.... read above :/
(end of first page)
(end of first page)
- Tue Feb 08, 2011 7:36 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
@cris-kun: just do this: Every time you do this: love.graphics.draw(....) or this: love.graphics.drawq(....) Just put love.graphics.setColor(255,255,255) before: love.graphics.setColor(255,255,255) love.graphics.draw(....) love.graphics.setColor(255,255,255) love.graphics.drawq(....) You will stop ...
- Tue Feb 08, 2011 7:03 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
I'm talking about my paddles, your screenshot is just a bg color.. there's nothing to compare
- Tue Feb 08, 2011 6:50 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
already tried that, and as discussed above 255 is the default value used if none is presented.
- Tue Feb 08, 2011 6:29 pm
- Forum: Support and Development
- Topic: Newbie Color Question
- Replies: 35
- Views: 15082
Re: Newbie Color Question
lol I don't know what screenshot you're looking at, but that is most definitely more than "1" off, and this is on a computer where it's less pronounced. why should I have to use pure blue? are you saying love can't display simple colors correctly?