DSLua Community

DSLua - Best scripting language for Nintendo DS => Bugs & Suggestions => Topic started by: manu62300 on April 29, 2007, 06:50:54 AM



Title: New bug in Text Lua
Post by: manu62300 on April 29, 2007, 06:50:54 AM
In Text Lua ===>  ö,ë,ï,ä and ü it s not accepted :(


Title: Re: New bug in Text Lua
Post by: Jeremysr on April 29, 2007, 09:22:12 PM
It's probably a problem with PAlib. Maybe to fix it you can use an 8-bit background to draw the accents over the letters. Use this to find the coordinates of a letter:

x = letter_x * 8
y = letter_y * 8

Because each letter is 8 pixels wide and 8 pixels high.