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

datagen: add functionality to edit map screens with text-mode strings #29

Closed
jorgegv opened this issue Apr 2, 2021 · 1 comment
Closed

Comments

@jorgegv
Copy link
Owner

jorgegv commented Apr 2, 2021

datagen: add functionality to edit map screens with text-mode strings in a similar way as PIXELS lines in tiles.

  • Use DEFINE lines to specify digraphs (2-char sequences that are used for positioning big tiles in a 32x24 cell map).
  • Use 24 SCREEN_DATA lines of 64 chars (32 digraphs) each, to indicate what tiles go into which positions
  • See doc/MAP-SCREEN-DATA-DESIGN.md for details
@jorgegv
Copy link
Owner Author

jorgegv commented Apr 2, 2021

Done in branch textmode_map_editor, merged in a20eb35

@jorgegv jorgegv closed this as completed Apr 2, 2021
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

1 participant