We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change to_cycler and to_env_sprite properties to a generic name like to_model and to_sprite
to_cycler
to_env_sprite
to_model
to_sprite
Add entity classname as argument main(args.map_file, args.model_classname, args.sprite_classname)
main(args.map_file, args.model_classname, args.sprite_classname)
python3 entity_converter.py <map path> <cycler_sprite> <env_sprite>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change
to_cycler
andto_env_sprite
properties to a generic name liketo_model
andto_sprite
Add entity classname as argument
main(args.map_file, args.model_classname, args.sprite_classname)
The text was updated successfully, but these errors were encountered: