AdorianM / AdorianM/Assembly-From-Image
Give a choice between the producing of multiple vs single variable output
- Ngôn ngữ chính
- Python
- Star
- 8
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Sometimes, especially when uploading tile sets, it is useful to refer to them using only one variable. For example, in the case of a tileset of alphabet letters in which each letter is represented by a 16x16 image, one could reference the letter 'C' by taking a variable containing the starting address of all the letters and adding to it the size of an image 2 times (for A and B). That would result in an address that's further than the origin by 2 x 16 x 16 pixels.

Give the user the ability to choose if they want to use a single variable for the whole collection of images or multiple variables.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.