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

Error with offset for Tilemap #2

Closed
anatagawa opened this issue Jul 29, 2019 · 3 comments
Closed

Error with offset for Tilemap #2

anatagawa opened this issue Jul 29, 2019 · 3 comments

Comments

@anatagawa
Copy link

Salut,

J'utilise la commande suivante pour essayé de placer mon tilemap a la position 95 avec l'offset de img2gb

img2gb.exe tilemap --output-c-file=../src/ui_tilemap.c --output-header-file=../src/ui_tilemap.h --offset=95 --name WINDOW_TILEMAP window_tileset.png ui_tilemap.png

et j'obtiens cette erreur :


  • Traceback (most recent call last):
  • File "i2gb.py", line 40, in
  • File "i2gb.py", line 35, in main
  • File "img2gb_init_.py", line 187, in generate_tilemap
  • NotImplementedError
  • [16208] Failed to execute script i2gb

Je ne sais pas du tout quoi faire pour que cela fonctionne :(

@flozz
Copy link
Owner

flozz commented Jul 30, 2019

Bonjour,

Vous ne pourrez pas faire marcher cette option pour le moment (désolé).

Je ne l'avait pas encore implémentée par manque de temps, et je l'avais un peu oublié depuis... Je vais m'y remettre rapidement du coup :)

@anatagawa
Copy link
Author

merci bien, j'aimerai pas me passer d'un tres bon soft :)

@flozz
Copy link
Owner

flozz commented Aug 1, 2019

Fixed in v1.1.0.

You can download it here for Windows → https://github.com/flozz/img2gb/releases/tag/v1.1.0 or update it with pip :)

@flozz flozz closed this as completed Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants