Search found 2 matches
- Sun Jun 11, 2023 3:32 am
- Forum: Support and Development
- Topic: trouble making an animation
- Replies: 4
- Views: 2424
Re: trouble making an animation
oh thank you very much you are a very good developer, I hope that when I have more problems you can help me, thank you
- Sat Jun 10, 2023 4:38 pm
- Forum: Support and Development
- Topic: trouble making an animation
- Replies: 4
- Views: 2424
trouble making an animation
Hello, good morning, I'm new to the developer forums, and I have a question about a code that I'm doing, more specifically it's an animation function love.load() fragmentos = 0 animacion = false end function love.update(dt) if animacion == true then fragmentos = fragmentos + 1 * dt end end function....