they can move! no collision yet. the numbers still need a bit of tweaking though.
i added deltatime so the bird should hopefully have the same speed if the framerate drops or if you play in PAL 50hz mode.
the bird now draws! i also got a font loaded too.
file loading is implemented with an asset generator script that reads all the files in the data folder and converts them into c arrays and puts them inside a c source file.