AdorianM / AdorianM/Assembly-From-Image

Give a choice between the producing of multiple vs single variable output

未關閉
#26 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement good first issue
主要語言
Python
星號
8
分支
3
PR 合併指標
30 天內沒有已合併 PR

描述

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.

![image](https://user-images.githubusercontent.com/67052082/174345620-9a48ef45-4a74-4e44-99da-58b41b6caf4a.png)

Give the user the ability to choose if they want to use a single variable for the whole collection of images or multiple variables.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。