diff --git a/README.md b/README.md index 43f1c9f..14535c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Arrow drawing test -Test drawing arrows in SDL +Test drawing arrows in SDL. + +To draw an arrow, click the mouse to start drawing, move your mouse to the desired location, then click again to finalise the drawing. + +![Example result](./result.png) diff --git a/result.png b/result.png new file mode 100644 index 0000000..3850d26 Binary files /dev/null and b/result.png differ