Search found 8 matches
- Sun Jan 15, 2023 3:19 am
- Forum: Support and Development
- Topic: Need help on animations
- Replies: 10
- Views: 2000
Re: Need help on animations
thanks, i still get nil on anim after the animation, but i will try to solve it by myself, i'm totally noob.. hehe thanks again for your help.
- Sat Jan 14, 2023 5:55 am
- Forum: Support and Development
- Topic: Need help on animations
- Replies: 10
- Views: 2000
Re: Need help on animations
sorry for the noob question, what is the animationQuadsInLetter variable? the number of letter? is it a float or an integer? It is number of elements in quads table for letter - number of images you use to animate for each letter Thanks, but do you have an idea why i get a nil after the last animat...
- Fri Jan 13, 2023 3:11 am
- Forum: Support and Development
- Topic: Need help on animations
- Replies: 10
- Views: 2000
Re: Need help on animations
So your problem seems to be that you draw only one quad, so if you animated G, you are drawing only A. First, you have to save positions and quads animations for all letters like this: -- we can reuse repeating quads like local repeating_quad_1 = love.graphics.newQuad(0, 0, 5, 5, img_gameover), -- ...
- Sun Jan 08, 2023 4:47 pm
- Forum: Support and Development
- Topic: Need help on animations
- Replies: 10
- Views: 2000
Re: Need help on animations
ohhh!! nice! Thanks a lot for your help, i will check that! I will let you know if everything works fine!
- Sun Jan 08, 2023 6:42 am
- Forum: Support and Development
- Topic: Need help on animations
- Replies: 10
- Views: 2000
Re: Need help on animations
Thanks for your reply, Here is my code, like you see, i've tryed a lot of thing! :) Currently i've tested with table.insert.. but same problem! if os.getenv("LOCAL_LUA_DEBUGGER_VSCODE") == "1" then require("lldebugger").start() end love.graphics.setDefaultFilter("n...
- Sun Jan 08, 2023 6:25 am
- Forum: Support and Development
- Topic: Need help on animations
- Replies: 10
- Views: 2000
Need help on animations
Hello everyone, i'm not an active poster here, but i need your help about animation i want to do based on a strange sprite sheet. https://www.spriters-resource.com/resources/sheets/63/65684.png I want to create Game Over animation like this https://youtu.be/aAQAlP3GPmE?t=8 right now, i can make anim...
- Sun Aug 04, 2019 11:34 am
- Forum: General
- Topic: looking for specific tileset
- Replies: 2
- Views: 4181
Re: looking for specific tileset
Oh great, thanks a lot! i got what i want with it..
- Wed Jul 31, 2019 11:36 pm
- Forum: General
- Topic: looking for specific tileset
- Replies: 2
- Views: 4181
looking for specific tileset
Hello guys, I don't know if i'm in the good forum for that, i'm looking for a specific tileset. I'm building an Hitman style game. I'm looking for tileset for walls, floors or any other kind of inside governments building.. With computer, camera, etc. Someone know where i can find this kind of thing...