Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Small changes in layout: Undo button -> Needs tooltip to show it reverts changes in lighting setup Scrollable list view of all the 4 (or 8) directions |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now the animation system works perfectly fine for animations that play directly on the player, but making animations for spells that need to rotate and aren't centered is often very hard, and sometimes impossible.
I propose that we make this easier, and at the same time make troubleshooting any animation easier as well:
New option to display an entity in the animation preview box, so you can see how it will look like on that entity (obviously this would need to render in the same way as it does ingame) -> Preview Sprite button is where you can set a graphic.
This selection works similar to setting an event graphic, you can select any frame from any entity animation:
Another option to set offsets depending on the direction of the player.
Green outlined is where the user can manage these offsets. The list is auto-populated with the directions a player can look in (4 or 8 directions, depending on the server settings)
Outlined in red is the original Revert Changes button which is now made smaller. Add a tooltip that says: Revert changes
Beta Was this translation helpful? Give feedback.
All reactions