gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
225 stars 9 forks source link

Suggestion for small wiki update. #96

Closed DonnyLee closed 4 weeks ago

DonnyLee commented 4 weeks ago

Section : Drawing shapes with IMDraw instead of circle.Push(0) -> circle.Push(pixel.ZV). During learning by doing, i realized circle.Push(0) didn't work so i replaced it with V(0,0). image

dusk125 commented 4 weeks ago

Fixed! Thanks for catching this!