Search found 1 match
- Fri Mar 21, 2014 3:52 am
- Forum: Support and Development
- Topic: Printing from an array.
- Replies: 1
- Views: 832
Printing from an array.
(Lua, Love2D) I have a method that prints one word, and then prints the next word. The word following the last is printed at a later "x" value, e.g. the first word is printed at X value 0, then next at X value 50. How do I determine how much to increase "X" by? [This is what happ...