Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Add from_folder so users can convert generic folder full of pngs to RSI #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nuke-haus
Copy link

Let me know if i missed something, i'm not a big python user

Copy link
Member

@PJB3005 PJB3005 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method is too specific to the one action in the RSI editor, IMO. It doesn't do any "proper" handling of images with directions/animations so I don't feel like this is a good method to have here.

@nuke-haus
Copy link
Author

nuke-haus commented Aug 16, 2020

Yeah i agree that it needs to handle directions/animations but in order for that to work you'd need some sort of naming scheme that people would need to know about.

One possible way of doing it:

Animated sprites are like thing_01.png, thing_02.png, and so-on.
Directional sprites are like thing_N.png, thing_S.png, and so-on.

And if directional animations are doable then you'd combine the naming so it's thing_N_01, thing_N_02, etc.

@PJB3005
Copy link
Member

PJB3005 commented Aug 16, 2020

You could something like what LibreOffice does when you try to import a CSV (which can have many different formats). Namely give you a preview and import options so you can select everything correctly.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants