Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Created July 1, 2019 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fu-sen/1ab3e01527c71c15d9eb5df21c94ccee to your computer and use it in GitHub Desktop.
Save fu-sen/1ab3e01527c71c15d9eb5df21c94ccee to your computer and use it in GitHub Desktop.
z88dk sprite sample 5x5
char sprite[] = { 5, 5,
0x70 /* .###.... */,
0xe8 /* ###.#... */,
0xf8 /* #####... */,
0xf8 /* #####... */,
0x70 /* .###.... */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment