Search found 6 matches

by Sergeant
Wed Nov 10, 2010 6:07 am
Forum: General
Topic: Free to use pixel font?
Replies: 13
Views: 5084

Re: Free to use pixel font?

A font I'd made long, long, long time ago, still up on my old DA page:

http://tybee.deviantart.com/gallery/#/d9jqzw

Free for personal or commercial use.
by Sergeant
Sun Sep 19, 2010 4:14 pm
Forum: Support and Development
Topic: luac question
Replies: 10
Views: 6747

Re: luac question

Will only work on the OS and architecture you compiled it on. So if you compiled it in 32-bit Windows, it wouldn't work on Linux, OS X, and not even 64-bit Windows. Only partially correct. The binary files created by luac are portable to all architectures with the same word size. This means that bi...
by Sergeant
Thu Jul 29, 2010 4:56 pm
Forum: Games and Creations
Topic: Top-Down City With Depth
Replies: 36
Views: 21001

Re: Top-Down City With Depth

The attachments appear to have disappeared and I can't download them. Mind re-uploading?
by Sergeant
Sun Jul 25, 2010 8:04 pm
Forum: Support and Development
Topic: Particle System Issues and Suggestions
Replies: 5
Views: 3203

Re: Particle System Issues and Suggestions

bartbes wrote:6.3, hmm.. that sounds awfully close to 2*pi...
I didn't notice. Honestly some math just zooms right past me. And until I went digging I'd never even given a second thought to radians versus degrees or that 2Pi is 360 degrees. A few things my past schooling never taught me proper. :(
by Sergeant
Sun Jul 25, 2010 5:30 pm
Forum: Support and Development
Topic: Particle System Issues and Suggestions
Replies: 5
Views: 3203

Re: Particle System Issues and Suggestions

I'm not an expert on particle systems, but have you tried values as 0.1 etc.? The value is in radians, not in degrees, if that's what you thought. :) Thank you. Given how late it was for me while messing around with that I don't know why I didn't think of using fractions. After tinkering about and ...
by Sergeant
Sat Jul 24, 2010 9:19 pm
Forum: Support and Development
Topic: Particle System Issues and Suggestions
Replies: 5
Views: 3203

Particle System Issues and Suggestions

I've been playing around with the particle system in order to explore all aspects of the Love's capabilities. The particle system seems a little bit broken. setSpread() doesn't appear to do anything at all. If it's zero, then particles shoot out in a straight line. If it's greater than zero, then th...