0.6.0 Update
Re: 0.6.0 Update
Really? Wow! Then i'll try to learn HTML and help out if university will give me enough spare time
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: 0.6.0 Update
No HTML is needed, potato uses a custom language to describe everything and is then built using those files. Check out The documentation guide of potato
- hertzcastle
- Party member
- Posts: 100
- Joined: Sun Jan 04, 2009 4:51 pm
- Location: brighton, uk
Re: 0.6.0 Update
is there no image:setCenter() yet?
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: 0.6.0 Update
@hertzcastle:
image:setCenter() has been replaced by two additional parameters on love.graphics.draw called ox and oy.
before you did :
now you do:
image:setCenter() has been replaced by two additional parameters on love.graphics.draw called ox and oy.
before you did :
Code: Select all
img:setCenter(200, 100)
love.graphics.draw(img, x, y, angle, scaleX, scaleY)
Code: Select all
love.graphics.draw(img, x, y, angle, scaleX, scaleY, 200, 100)
When I write def I mean function.
- athanazio
- Citizen
- Posts: 96
- Joined: Fri Apr 10, 2009 3:12 am
- Location: Rio de Janeiro - Brazil
- Contact:
Re: 0.6.0 Update
quick question: do we have a date for 0.6.0 release ?
Nothing is simple but everything is possible.
- hertzcastle
- Party member
- Posts: 100
- Joined: Sun Jan 04, 2009 4:51 pm
- Location: brighton, uk
Re: 0.6.0 Update
ahhhhh, cheers kikito!
- hertzcastle
- Party member
- Posts: 100
- Joined: Sun Jan 04, 2009 4:51 pm
- Location: brighton, uk
Re: 0.6.0 Update
and yea, any date in particular 0.6.0 is dropping on us?
Re: 0.6.0 Update
x2athanazio wrote:quick question: do we have a date for 0.6.0 release ?
I'll have some time this winter to work on a Starflight "remake" but would like to use the "latest and greatest" version... Especially since there have been so many API changes.
Cheers.
Old programmers never die, they just get disassembled...
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: 0.6.0 Update
Do we have a date? No.
Do we have a target? Yes, that is to develop until rude finally gives his seal of approval, which could be today or when dinosaurs have evolved back into existence (which might be today too...)
Do we have a target? Yes, that is to develop until rude finally gives his seal of approval, which could be today or when dinosaurs have evolved back into existence (which might be today too...)
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: 0.6.0 Update
EPIC COINCIDENCE!bartbes wrote:when dinosaurs have evolved back into existence (which might be today too...)
Because that totally didn't happen today. (Your mileage may vary.)
Help us help you: attach a .love.
Who is online
Users browsing this forum: Amazon [Bot] and 5 guests