Search found 17 matches

by chris-kun
Sat Apr 23, 2011 11:10 pm
Forum: Support and Development
Topic: Ship jitters
Replies: 2
Views: 1530

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...
by chris-kun
Tue Feb 22, 2011 8:41 pm
Forum: General
Topic: Multiplayer loving event
Replies: 27
Views: 9200

Re: Multiplayer loving event

my vote goes out to tremulous :D
by chris-kun
Tue Feb 08, 2011 9:57 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

Re: Newbie Color Question

thanks!
by chris-kun
Tue Feb 08, 2011 9:34 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

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=...
by chris-kun
Tue Feb 08, 2011 7:56 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

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
by chris-kun
Tue Feb 08, 2011 7:43 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

Re: Newbie Color Question

I have.... read above :/

(end of first page)
by chris-kun
Tue Feb 08, 2011 7:36 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

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 ...
by chris-kun
Tue Feb 08, 2011 7:03 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

Re: Newbie Color Question

I'm talking about my paddles, your screenshot is just a bg color.. there's nothing to compare
by chris-kun
Tue Feb 08, 2011 6:50 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

Re: Newbie Color Question

already tried that, and as discussed above 255 is the default value used if none is presented.
by chris-kun
Tue Feb 08, 2011 6:29 pm
Forum: Support and Development
Topic: Newbie Color Question
Replies: 35
Views: 13901

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?