Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: frames list option for sprite animation definition #574

Open
dragoncoder047 opened this issue Dec 27, 2024 · 4 comments · May be fixed by #575
Open

feat: frames list option for sprite animation definition #574

dragoncoder047 opened this issue Dec 27, 2024 · 4 comments · May be fixed by #575
Labels
enhancement New feature or request

Comments

@dragoncoder047
Copy link
Contributor

currently the sprite map type only allows from and to in the SpriteAnim type. So that mean if I have an anim that is using the same frame multiple time, I have to physically paste it multiple times in the sprite sheet. For example if I have an anim that shows frame A for 7 seconds and then frame B for 1 second, I have to paste frame A 7 times and then use {from: 0, to: 7, speed: 1}. Wouldn't it be better to only have frames A and B once and then use {frames: [0, 0, 0, 0, 0, 0, 0, 1], speed: 1} ?

@dragoncoder047 dragoncoder047 added the enhancement New feature or request label Dec 27, 2024
@niceEli
Copy link
Member

niceEli commented Dec 27, 2024

Because it shows on Latta.ai site this issue as things it "did", lataai breaks EU law, dont give them your money, if you are a EU citizen try to bring attention to your local EU members, you also have the right to a fair trial, if any of your software or issues got any ai stuff on it then you have the right to sue them for little to no cost

@AppleDash
Copy link

Because it shows on Latta.ai site this issue as things it "did", lataai breaks EU law, dont give them your money, if you are a EU citizen try to bring attention to your local EU members, you also have the right to a fair trial, if any of your software or issues got any ai stuff on it then you have the right to sue them for little to no cost

I hate this spambot as much as you, but what? It's not illegal to post the name of a GitHub repo on a web site, lmao.

@niceEli
Copy link
Member

niceEli commented Dec 27, 2024

Because it shows on Latta.ai site this issue as things it "did", lataai breaks EU law, dont give them your money, if you are a EU citizen try to bring attention to your local EU members, you also have the right to a fair trial, if any of your software or issues got any ai stuff on it then you have the right to sue them for little to no cost

I hate this spambot as much as you, but what? It's not illegal to post the name of a GitHub repo on a web site, lmao.

it isnt allowed to use peoples code for AI in the EU without prior consent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: TODO
Development

Successfully merging a pull request may close this issue.

4 participants
@AppleDash @niceEli @dragoncoder047 and others