That would be cool! Feel free to do so
alesan99
Creator of
Recent community posts
Thanks! The shader code for animations is inside shader.glsl in the shaders folder (It's also in shadow.glsl, which is the shader used for every thing so its a bit messy). It's been a while since I looked at the code but if you managed to get an iqm model loaded and know how to start an animation it should work if you just pass all the variables you see that are needed in the shader. Go to libs > g3d > model.lua to see how I do it.
Thanks for the feedback
My last game got criticism for using the arrow keys so yeah..
Also shot in the dark here about the terrain comment: You can run over 1-block gaps without jumping by holding forward, a lot of people have been missing that. Bad game design on my part for not making it obvious, but it's the intended way to make it through those sections.
Thanks for checking it out!
My last game used the arrow keys and that resulted in some confusion so I tried to avoid that this time around, it's a hard thing for me to find a good balance haha.
I think adding some forgiveness for jumping would improve the final level too, so maybe I'll do some testing with that sometime.