Haven't touched Löve2D in like 2 years, What's changed?
Re: Haven't touched Löve2D in like 2 years, What's changed?
By the way, I'm going through Löv2D:s tutorials, are there any that I should do in order? or are there other tutorials that I should take a look at?
Have a good day!
Re: Haven't touched Löve2D in like 2 years, What's changed?
Generally you shouldn't need tutorials altogether, so it's not relevant. All you need to bootstrap yourself is to remember that your update code goes to love.update function and render code goes to love.draw function, both of which you define yourself. Then you just have at it, try getting it to do what you want it to do, and if you're not sure, check the manual if there's a function that does what you need or if there are some specific directions. Ask your questions anytime.
- Positive07
- Party member
- Posts: 1014
- Joined: Sun Aug 12, 2012 4:34 pm
- Location: Argentina
Re: Haven't touched Löve2D in like 2 years, What's changed?
If you want tutorials I always recommend Sheepolution's since they are always up to date.
But yeah... learning by yourself is always better
But yeah... learning by yourself is always better
for i, person in ipairs(everybody) do
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
Re: Haven't touched Löve2D in like 2 years, What's changed?
Well learning new thing is always nice in my opinion
I found Sheepolution's a while back and I'm probably gonna take a look at it at some pointPositive07 wrote: ↑Wed Feb 22, 2017 11:55 pm If you want tutorials I always recommend Sheepolution's since they are always up to date.
But yeah... learning by yourself is always better
Have a good day!
Who is online
Users browsing this forum: No registered users and 3 guests