Search found 2 matches

by Zaphio
Wed Jul 20, 2011 12:14 pm
Forum: Libraries and Tools
Topic: Tank Game - Tech Demo
Replies: 24
Views: 15249

Re: Tank Game - Tech Demo

Grappling is fun! :awesome:
But I prefer the earlier versions which have more grapple freedom. In the newest version I can't even manage to jump to the platforms.
The physics have vastly improved since the first version, now it feels much more realistic. Keep up the good work!
by Zaphio
Wed Jul 20, 2011 11:42 am
Forum: Support and Development
Topic: Weird love.graphics.line behaviour
Replies: 3
Views: 2316

Weird love.graphics.line behaviour

function love.load() love.graphics.setMode(500, 500) love.graphics.setLineWidth(100000) ------------------------ -- EDIT THIS VARIABLE -- interval = 1 -- Try out: .9, 1, 2, 5, 10, 50 ------------------------ end function love.draw() love.graphics.setLine(25) drawRainbow({255, 0, 0, 255}, 10) drawRa...