View Single Post
  #4 (permalink)  
Old 02-18-2007, 03:12 PM
chrispy chrispy is offline
Senior Member
My Mood:
 
Join Date: Jan 2006
Posts: 351
Points: 41.36
Donate
Wow did you make those sprites? Real good work there!!!
And because I have to critisize (I Kid) can I suggest changing the font from the default lua one? It's the only give-away.
Use
Code:
Font Font.load(filename)
(ttf) and replace all
Code:
image:print(x, y, text, [color = black])
with
Code:
image:fontPrint(font, x, y, text, [color = black])
Apologies if you already know that, I never made a game I thought releaseable in Lua, just some personal Apps.
Reply With Quote