Search found 2 matches

by jpcr
Wed Mar 02, 2016 3:52 pm
Forum: Support and Development
Topic: new and confused : player.img:getWidth()
Replies: 2
Views: 2056

Re: new and confused : player.img:getWidth()

wow, thank you, i had no idea it was case sensitive for variables.

it works now!

jp
by jpcr
Wed Mar 02, 2016 11:43 am
Forum: Support and Development
Topic: new and confused : player.img:getWidth()
Replies: 2
Views: 2056

new and confused : player.img:getWidth()

HI everyone, i'm new to love 2d and tryting to follow the tutorial called : Your First Love2d Game in 200 Lines. this is my code so far : -- http://osmstudios.com/tutorials/your-first-love2d-game-in-200-lines-part-1-of-3 debug = true player = { x = 200, y = 710, speed = 150, img = nil } function lov...