Game
One by one


9 months ago

pff
sprite batches are amaezing


basically, instead of sending instructions to gpu one by one for what to draw, we send it at once

it's done by putting all textures onto one image, and then telling gpu what part of this image to draw where.

https://love2d.org/wiki/SpriteBatch

it will just need to do extra steps when it moves an entity, i hope that it won't slow down too much when i implement update loops for entities.

i think the next step is to add the player! this time the player will be an entity too.



0 comments

Loading...

Next up

"you know what, i want to waste the entire day on something useless. to not do school and to be completely improductive" (wastes time on writting pretty(?) and useless html widget)

i saw a lot of sharks online, and i thought they looked cute, so i decided to draw some :3

the lights are almost working!

entities are well implemented thrown items as well

attack no. 3

reference sheet attempt 2 what do you think? :3c im a bit more happy with this one

yes the gaem is still alive progress post soon (not today) ;p

IT WORKS WOO--

attacks :3

i might have made a gaem