Skip to content

Commit

Permalink
Merge pull request #23 from idakandrew/master
Browse files Browse the repository at this point in the history
Implement tint coloring for uniform color tiles
  • Loading branch information
treeform authored Dec 31, 2021
2 parents 7dadb92 + 7d23ab9 commit 6f172b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boxy.nim
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ proc drawImage*(
if imageInfo.tiles.len == 0:
boxy.drawRect(
rect(pos, imageInfo.size.vec2),
imageInfo.oneColor
imageInfo.oneColor * tintColor
)
else:
var i = 0
Expand Down

0 comments on commit 6f172b0

Please sign in to comment.