Love2D changes so much that old tutorials don't work
Posted: Tue Dec 29, 2015 5:41 pm
The love2d wiki is outdated, and youtube tutorials as well. It makes things very hard to learn.
I am new to love2D
You cant do this anymore:
conf.lua
1 function love.conf()
2 height = 100
3 width = 120
4 end
Width and height commands cause an ERROR, old Love2d code won't even run anymore!
I don't want to give up on love2D, but the updates change way to much! I find it overwhelming.
stabyourself.net was very inspiring to me, and proved the power of love 2d!
Thanks for reading!, (and helping me possibly!)
CraftedPixel
I am new to love2D
You cant do this anymore:
conf.lua
1 function love.conf()
2 height = 100
3 width = 120
4 end
Width and height commands cause an ERROR, old Love2d code won't even run anymore!
I don't want to give up on love2D, but the updates change way to much! I find it overwhelming.
stabyourself.net was very inspiring to me, and proved the power of love 2d!
Thanks for reading!, (and helping me possibly!)
CraftedPixel