4
0

shadowed text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-13 19:57:50 +01:00
parent 5379e30cf3
commit 8e8d181c34
11 changed files with 36 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ Based on the analysis of `mranderson.lua`, the following regularities and conven
11. **`spr()` for Sprites:** Individual sprites should be rendered using the `spr()` function.
12. **`map()` for Maps:** Tilemaps should be drawn using the `map()` function.
13. **`print()` for Text:** Text display should utilize the `print()` function.
13. **`Print.text()` for Text:** Text display should utilize the `Print.text()` function.
## Code Style