Search found 67 matches
- Fri Dec 20, 2013 3:27 am
- Forum: General
- Topic: If you were to create a programming language...
- Replies: 42
- Views: 23975
Re: If you were to create a programming language...
You could probably implement that language in Forth
- Mon Dec 16, 2013 9:17 am
- Forum: Games and Creations
- Topic: Crash Man Forever
- Replies: 8
- Views: 7875
Re: Crash Man Forever
I get the pattern, it's just really tedious. There was probably an unescaped backslash in there. Yep. It should have been before that apostrophe. Or the quotes. Either way, when dealing with strings, make sure to escape certain characters with a slash when needed. This is where long strings and conc...
- Fri Oct 26, 2012 4:37 am
- Forum: Games and Creations
- Topic: UPDATED: My Tetris Clone (yes...another)
- Replies: 15
- Views: 11448
Re: UPDATED: My Tetris Clone (yes...another)
Raarrg no canvas gaarrg!!!
- Fri Oct 19, 2012 2:34 pm
- Forum: General
- Topic: Let's Make A Mess!
- Replies: 12
- Views: 10402
Re: Let's Make A Mess!
You do! Take this opportunity to get out of your comfort zone and learn revision control. You should start here.DumpOnIt wrote:Does anyone want to volunteer?
- Tue Oct 16, 2012 11:58 pm
- Forum: General
- Topic: Lövepapers (Love2D Wallpapers Thread)
- Replies: 26
- Views: 15300
Re: Love2D Backgrounds (Simple)
I'm down. Been thinking of making some LOVE wallpapers too. I think a sticky thread is all we need.
- Mon Oct 15, 2012 1:17 am
- Forum: General
- Topic: What's everyone working on? (tigsource inspired)
- Replies: 1804
- Views: 1722525
Re: What's everyone working on? (tigsource inspired)
None of the N++ themes are gay enough...
- Thu Oct 11, 2012 4:13 pm
- Forum: Libraries and Tools
- Topic: [Library] MASH v0.1 - non-tilesheet animation
- Replies: 4
- Views: 3754
Re: MASH - mugen inspired animation system
Looks great. I want to make a fighter too! An obvious feature request would be to have hitboxes in the sprite editor.
@retrotails: Yes, parallax scroll effects are awesome in fighters. Way cooler than 3D backgrounds.
@retrotails: Yes, parallax scroll effects are awesome in fighters. Way cooler than 3D backgrounds.
- Tue Oct 09, 2012 11:30 pm
- Forum: Support and Development
- Topic: Rubber Piggy? Help
- Replies: 10
- Views: 6716
Re: Rubber Piggy? Help
PedroChurro, don't bother zipping folders while you are working on stuff. When you want to share, make a .love file, but making a .zip for every small change will drive you insane! Let's say you are working on a game called POOP. Make a folder named POOP and put main.lua, conf.lua, etc. into that fo...
- Tue Oct 09, 2012 11:19 pm
- Forum: General
- Topic: Love2D - Font Messed Up!
- Replies: 20
- Views: 12312
Re: Love2D - Font Messed Up!
Okay, I'm a bit of a font nerd. *ahem* The article I linked to on page one ( this ) explains the problem you are seeing with the fonts. Grayscale anti-aliasing is going to look blurred compared to subpixel anti-aliasing. Basically, horizontal and vertical lines will look okay, but everything else ju...
- Mon Oct 08, 2012 8:18 pm
- Forum: Support and Development
- Topic: LoveJIT 5.1 or 5.2?
- Replies: 2
- Views: 2612