Home | Rules and Guide | Sign In/Create Account | Write a Post | Reddit | #ludumdare on irc.afternet.org (Info)

Thanks for making Ludum Dare 26 AWESOME! See you in August!

Ludum Dare 26 — April 26-29th, 2013
[ Results: Top 100 Compo, Jam | Top 25 Categories | View My Entry ]
[ View All 2346 Games (Compo Only, Jam Only) | Warmup ]

[ 10 Sec Video Compilation (x3) | 260 Game Video Compilation | IndieCade Deal | Ludum Deals (Unity Deal Ends Soon!) ]


Posts Tagged ‘font’

My Personal Lib : lfspm.lua

Posted by
Tuesday, August 21st, 2012 4:58 am

I made this because there is some bits of code in my warm-up that could be reused for others projects .

Yes, it’s called lfspm . It stand for LevelFontSoundParticlesMusic . this lib for the love framework permit you to :

  • Load a tile based level with a collision system .
  • Load a bitmap font and print it.
  • Play sounds.
  • Have a particle system.
  • Play a music.

I basically copy-pasted code from my Warm-up in a single file.

Download : Here

Note that :

  • The level format is a bit complex . You have a img/tileset.png, a img/tilesetdata.png who is the size of img/tileset.png divided by tilesize, and define properties for the tiles, and some lvl/number.png which use r and g for x and y of the tileset…
  • You need SECS to use this lib.
  • You must have defined scale and tilesize .
  • You are totally allowed (and encouraged) to modify, improve, and distribute this code .

 

 

We have pixel fonts.

Posted by
Saturday, April 18th, 2009 5:19 pm

Started coding a little while ago and just finished a pixel font class.

I’m working with the Flex SDK in FlashDevelop.


All posts, images, and comments are owned by their creators.

[cache: storing page]