From dd63ef093562b8ece48ff215c038e42120a9817e Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 29 Mar 2025 05:23:49 +0000 Subject: simulator: add button to toggle crosshair (#3616) --- icons/cursor.png | Bin 0 -> 1529 bytes icons/cursor.svg | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ icons/cursor_dark.png | Bin 0 -> 1480 bytes 3 files changed, 64 insertions(+) create mode 100644 icons/cursor.png create mode 100644 icons/cursor.svg create mode 100644 icons/cursor_dark.png (limited to 'icons') diff --git a/icons/cursor.png b/icons/cursor.png new file mode 100644 index 00000000..e0c5f879 Binary files /dev/null and b/icons/cursor.png differ diff --git a/icons/cursor.svg b/icons/cursor.svg new file mode 100644 index 00000000..b5118a75 --- /dev/null +++ b/icons/cursor.svg @@ -0,0 +1,64 @@ + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/icons/cursor_dark.png b/icons/cursor_dark.png new file mode 100644 index 00000000..010e65f6 Binary files /dev/null and b/icons/cursor_dark.png differ -- cgit v1.3.1