diff --git a/resources/cursors/editor_brush.json b/resources/cursors/editor_brush.json new file mode 100644 index 0000000..da9209e --- /dev/null +++ b/resources/cursors/editor_brush.json @@ -0,0 +1,6 @@ +{ + "CursorClickPoint": { + "X": 2, + "Y": 2 + } +} \ No newline at end of file diff --git a/resources/cursors/editor_brush.png b/resources/cursors/editor_brush.png new file mode 100644 index 0000000..b437bd8 Binary files /dev/null and b/resources/cursors/editor_brush.png differ diff --git a/resources/cursors/editor_dropper.json b/resources/cursors/editor_dropper.json new file mode 100644 index 0000000..dbba34c --- /dev/null +++ b/resources/cursors/editor_dropper.json @@ -0,0 +1,6 @@ +{ + "CursorClickPoint": { + "X": 0, + "Y": 15 + } +} \ No newline at end of file diff --git a/resources/cursors/editor_dropper.png b/resources/cursors/editor_dropper.png new file mode 100644 index 0000000..3f60b2d Binary files /dev/null and b/resources/cursors/editor_dropper.png differ diff --git a/resources/cursors/editor_erase.json b/resources/cursors/editor_erase.json new file mode 100644 index 0000000..0e9d5e1 --- /dev/null +++ b/resources/cursors/editor_erase.json @@ -0,0 +1,6 @@ +{ + "CursorClickPoint": { + "X": 6, + "Y": 14 + } +} \ No newline at end of file diff --git a/resources/cursors/editor_erase.png b/resources/cursors/editor_erase.png new file mode 100644 index 0000000..ce3cdac Binary files /dev/null and b/resources/cursors/editor_erase.png differ diff --git a/resources/cursors/editor_fill.json b/resources/cursors/editor_fill.json new file mode 100644 index 0000000..b682238 --- /dev/null +++ b/resources/cursors/editor_fill.json @@ -0,0 +1,6 @@ +{ + "CursorClickPoint": { + "X": 2, + "Y": 16 + } +} \ No newline at end of file diff --git a/resources/cursors/editor_fill.png b/resources/cursors/editor_fill.png new file mode 100644 index 0000000..0bce558 Binary files /dev/null and b/resources/cursors/editor_fill.png differ diff --git a/resources/cursors/editor_rectangle.json b/resources/cursors/editor_rectangle.json new file mode 100644 index 0000000..7a9cc88 --- /dev/null +++ b/resources/cursors/editor_rectangle.json @@ -0,0 +1,6 @@ +{ + "CursorClickPoint": { + "X": 8, + "Y": 8 + } +} \ No newline at end of file diff --git a/resources/cursors/editor_rectangle.png b/resources/cursors/editor_rectangle.png new file mode 100644 index 0000000..0cfce0d Binary files /dev/null and b/resources/cursors/editor_rectangle.png differ diff --git a/resources/cursors/editor_selection.json b/resources/cursors/editor_selection.json new file mode 100644 index 0000000..2b5b674 --- /dev/null +++ b/resources/cursors/editor_selection.json @@ -0,0 +1,6 @@ +{ + "CursorClickPoint": { + "X": 8, + "Y": 5 + } +} \ No newline at end of file diff --git a/resources/cursors/editor_selection.png b/resources/cursors/editor_selection.png new file mode 100644 index 0000000..a1fa6f4 Binary files /dev/null and b/resources/cursors/editor_selection.png differ