Not enough examples/documentation about some methods
See original GitHub issueI am trying to understand the logic behind
tilemap().set()
tilemap().bltm()
but I couldn’t! Looking to the third example in order to understand it, still no luck! Some clarifications for the methods would be appreciated.
Because of that, I can not load a tilemap and draw a tile properly.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
14 Examples of Documentation Mistakes You Are Making
When it comes to doing something right, it sometimes helps to see how it's done wrong. So here are 13 examples of bad...
Read more >The four kinds of documentation, and why you need to ...
Nearly everyone agrees that good documentation is important to the success of software projects, and yet very few projects actually have good documentation....
Read more >Software Documentation Best Practices [With Examples]
In this guide, we cover software documentation types, examples, and best practices for improving the quality of your documentation process.
Read more >How to Create Effective End-User Documentation (+Examples)
Learn how to write end-user documentation that users actually find valuable, with examples and tools to create your product documentation.
Read more >The eight rules of good documentation - O'Reilly
The most important rule of good documentation is for it to be as inviting as possible. This means that we should aim to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Could we have at least an explanation for the mechanics? Or the explanatory diagram you mentioned before?
The reason why I don’t write the document in the code is to support for multiple languages. And Pyxel’s also deliberately adopts a nostalgic style such as limited number of colors and old-fashioned abbreviated names. Simply put, it’s my preference.
However, I get a lot of questions about
blt
andbltm
, so I’m going to add a brief explanatory diagram to the README.