Search found 6 matches

by RzExfeL
Sat Jun 03, 2023 8:20 pm
Forum: Support and Development
Topic: How can I add proper animations to my game?
Replies: 9
Views: 1137

Re: How can I add proper animations to my game?

I do not want spritesheet animations since my animations are going to be really complex and as much as I know spritesheets don't allow complex animations. As for the Walt link you have given me, I couldn't get it to my game it just gave a bunch of errors. And sorry if I am missing something obvius ...
by RzExfeL
Sat Jun 03, 2023 7:51 pm
Forum: Support and Development
Topic: How can I add proper animations to my game?
Replies: 9
Views: 1137

Re: How can I add proper animations to my game?

Images sequence? Then you could try one of this libs, that can do that for you: https://github.com/love2d-community/awesome-love2d#animation https://github.com/kikito/anim8 - better for spritesheet animations. https://github.com/davisdude/Walt - better if you don't want/can't deal with spritesheets...
by RzExfeL
Sat Jun 03, 2023 5:11 pm
Forum: Support and Development
Topic: How can I add proper animations to my game?
Replies: 9
Views: 1137

How can I add proper animations to my game?

Hi. I am making a new game and gui elements are almost done. I want to get to animating but I encountered a problem. I was thinking about exporting my animations as ogv videos but apperantly they cannot be transparent. Meaning that all of my animations has to have a black background, which I do not ...
by RzExfeL
Wed May 31, 2023 9:42 am
Forum: Support and Development
Topic: My game works on my pc but doesn't work on my friend's
Replies: 4
Views: 1128

Re: My game works on my pc but doesn't work on my friend's

knorke wrote: Tue May 30, 2023 10:02 pm Different screen sizes?
Impossible to fix code without seeing the code.
Yes this is the issue. I completly forgot about resolutions when coding. Now I gotta fix it. Anyways, thank you!
by RzExfeL
Wed May 31, 2023 9:19 am
Forum: Support and Development
Topic: My game works on my pc but doesn't work on my friend's
Replies: 4
Views: 1128

Re: My game works on my pc but doesn't work on my friend's

knorke wrote: Tue May 30, 2023 10:02 pm Different screen sizes?
Impossible to fix code without seeing the code.
Thank you! That could be right we do have different resolutions!
by RzExfeL
Tue May 30, 2023 3:00 pm
Forum: Support and Development
Topic: My game works on my pc but doesn't work on my friend's
Replies: 4
Views: 1128

My game works on my pc but doesn't work on my friend's

Hi. I am currently devaloping a game, it is not over yet, I am working with the GUI elements and my friend wanted to see my progress so I sent him the game. When he booted the game only thing that was on the screen is my main menu animation, there were no buttons. But when I run the same folder that...