-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add movement animations to some animals #32607
base: master
Are you sure you want to change the base?
Add movement animations to some animals #32607
Conversation
RSI Diff Bot; head commit 3046666 merging into 440742f Resources/Textures/Mobs/Pets/cat.rsi
Resources/Textures/Mobs/Pets/corgi.rsi
|
The test fail seems to be real, something is wrong with the .rsi |
yep, because
|
it's just that all animals (including catcake) have the name of the sprite base from the name of the entity itself, the bread dog is the only one for whom it's just base. But I can remove this |
A breaddog sprites work normally in game |
You still have the old base.png and dead.png files in the breaddog.rsi folder, but removed them from the meta.json, which is causing the error. |
oh yeah my fault sorry haha |
About the PR
I have added motion animation to the following list of animals:
Walter, Corgi, Ian, Lisa, puppy, Cat, Cat2, kitten, SpaceCat, Syndicat, Cak, Caracal, McGriff, Breaddog
I slightly adjusted the kitten's sprite, because it had a different size in front and back, also removed the orange pixels on the white corgi fur
Renamed the name of the breaddog images to match the rest
(recreated PR because had problems)
The only problem I've encountered is that cats are pets, despite the fact that they have a Parent of ordinary cats and they use their sprites, they don't get animation. I can fix this by just adding a component for them, but I guess I'd better wait for comments, maybe I made a mistake.
Why / Balance
At the moment, the game has motion animations, but a very small list of animals
Media
Dotnet.2024.09.23.-.15.08.15.11.online-video-cutter.com.mp4
Dotnet.2024.09.23.-.19.23.00.25.online-video-cutter.com.mp4
Requirements
Changelog
🆑