11-29-2025, 09:15 PM
Quote:What are the minor commands that you've added?I've only added three. They were helpful in my maze book project.
Code: (Select All)
SUB pdfSetLineCapStyle (c AS LONG)
SUB pdfSetLineJoinStyle (c AS LONG)
SUB pdfSetLineDashPattern (ondash AS LONG, offdash AS LONG, phase AS LONG)pdfSetLineCapStyle sets what the end caps of a line segment should look like.
![[Image: Screenshot-from-2025-11-29-15-08-51.png]](https://i.ibb.co/WNKW8BnG/Screenshot-from-2025-11-29-15-08-51.png)
pdfSetLineJoinStyle sets how the connected line appear.
![[Image: Screenshot-from-2025-11-29-15-11-20.png]](https://i.ibb.co/GQ15bX7Y/Screenshot-from-2025-11-29-15-11-20.png)
pdfSetLineDashPattern changes the lines to dashed or dotted lines.
2D physics engine https://github.com/mechatronic3000/fzxNGN
QB Pool https://github.com/mechatronic3000/QBPool
QB Pool https://github.com/mechatronic3000/QBPool

