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

Tool needs to properly copy the order of gamemaker's sprite frames to godot. #4

Open
Infiland opened this issue Jul 21, 2024 · 0 comments
Labels
feature New feature or request sprites Related to sprites

Comments

@Infiland
Copy link
Owner

Infiland commented Jul 21, 2024

Gamemaker sprites can have multiple frames, when they do, they have a specific order of frames on how they are shown in GameMaker.

Currently the tool does take all sprites, but they are taken from a random (or at least wrong) order, which is bad for making animations using sprites.

To fix this, inside gamemaker sprite folders there is a .yy file that shows the order of each sprite how they should be represented inside the GameMaker engine.

I think a good idea would be to read that .yy file and then based on the information it takes the images that are referenced in that file

@Infiland Infiland changed the title Tool properly copies gamemaker's sprite frames to godot. Tool needs to properly copy the order of gamemaker's sprite frames to godot. Jul 21, 2024
@Infiland Infiland added the feature New feature or request label Jul 21, 2024
@Infiland Infiland added the sprites Related to sprites label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request sprites Related to sprites
Projects
None yet
Development

No branches or pull requests

1 participant