From 7c2f74b33b2b7c44303f6f265b4174b2d1e879d7 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Tue, 6 Aug 2024 09:23:30 +0100 Subject: [PATCH] additional readme formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c85c94..7d3b238 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This isn't an exhaustive list, but these are some features I would like to add t - [ ] Export to code - Possibly different options like creating a flat array/vector or an index buffer - [ ] Linear interpolation - - Instead of exporting a vector, export a function which takes (xPos, yPos, xLength, yLength) arguments and lengths and returns a vector where the object is fitted in these coordinates. + - Instead of exporting a vector, export a function which takes `(xPos, yPos, xLength, yLength)` arguments and lengths and returns a vector where the object is fitted in these coordinates. - [ ] Save drawn project to a custom file format and allow reloading - [ ] Add right-side panel - With options (like adjusting x/y coordinates in a number input, possibly layers, selecting export options...)