From a287a0f32209a1b57352ca1a37c5061e990d441b Mon Sep 17 00:00:00 2001 From: Arufonsu <17498701+Arufonsu@users.noreply.github.com> Date: Sun, 27 Aug 2023 14:56:19 -0400 Subject: [PATCH] feat assets: editor's cursor sprites (#24) --- resources/cursors/editor_brush.json | 6 ++++++ resources/cursors/editor_brush.png | Bin 0 -> 318 bytes resources/cursors/editor_dropper.json | 6 ++++++ resources/cursors/editor_dropper.png | Bin 0 -> 248 bytes resources/cursors/editor_erase.json | 6 ++++++ resources/cursors/editor_erase.png | Bin 0 -> 274 bytes resources/cursors/editor_fill.json | 6 ++++++ resources/cursors/editor_fill.png | Bin 0 -> 326 bytes resources/cursors/editor_rectangle.json | 6 ++++++ resources/cursors/editor_rectangle.png | Bin 0 -> 198 bytes resources/cursors/editor_selection.json | 6 ++++++ resources/cursors/editor_selection.png | Bin 0 -> 274 bytes 12 files changed, 36 insertions(+) create mode 100644 resources/cursors/editor_brush.json create mode 100644 resources/cursors/editor_brush.png create mode 100644 resources/cursors/editor_dropper.json create mode 100644 resources/cursors/editor_dropper.png create mode 100644 resources/cursors/editor_erase.json create mode 100644 resources/cursors/editor_erase.png create mode 100644 resources/cursors/editor_fill.json create mode 100644 resources/cursors/editor_fill.png create mode 100644 resources/cursors/editor_rectangle.json create mode 100644 resources/cursors/editor_rectangle.png create mode 100644 resources/cursors/editor_selection.json create mode 100644 resources/cursors/editor_selection.png 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 0000000000000000000000000000000000000000..b437bd838691c2d8174624fd248c90d4e1c6d4fa GIT binary patch literal 318 zcmV-E0m1%>P)Px#_(?=TR5*=&Q!#GDFbt!EqRDcZ+C|^6zhOOA@5nO_p1So0=N5Hn6zF_*2pDmY zkTOL%s45y%w_n}Pw+_UAZPVL(@Z&@cqh%<$z-Ztz15c0~EQ&D7g(Dm!KmtGiuD3m!GX4WJ)Xa7gP w2Z}A{gLjD8v`HT<-M6_wsHE<)rUh4BS@eV@M|Lj?1iGHV)78&qol`;+0172zGXMYp literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..ce3cdac902d930d80dc8d9bcbecbd6c229a6ce70 GIT binary patch literal 274 zcmV+t0qy>YP)Px#%t=H+R5*>j)3FVMFcbvPBdrIZr^7wH`_R+JQ!v4w!c0MC@CIfE2B7|FVhe;n zBtqgO8YDm6Su${EoE!KuFwZkf(Bl_C>l)TtXkGu`$hm>N_iT*erfJw1!`}N{qvEVV z-}hLSCH+@Qfrt>o1Z!V~h)940?e63Z$Yp~#H*niN4-e$#BqTQIx()z9L{Lhd0>Jl9 z))Qig2msP73E0h9CxS$TvMfa)HIdpxq^c^6<2ws%nppcPLYUHwb&h~+;ya1o<%f4` YJ{!-Mr}6fwy#N3J07*qoM6N<$f|lrVRsaA1 literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..0bce558d705cdb484c5b4368d7a6e7fd715a22fb GIT binary patch literal 326 zcmV-M0lEH(P)Px$07*naR5*>5lk1IyFbssph(`~!u@RyQ7aP$65|yL})<|hItb5JG5G6#$^BAi3rz=hcT_J3!y}PyapxbB>5~)hB=$ zBUBYBr8dXDvNy;bAf?o*Y5@U&d;{?6`~I0h^(TP6FMGWhdj{~Od*!y?+R2B$g{w+p zjIWi5NVgv@0EeDC|L-o965W+2HB0)}B=uILVwy(+`DZ5sffuK&Bc z0(k%ch?#L5$C9ut3!0`WhLc?Vr~|)d`b9k59beJyCQs7@Gvnj&AW7aq4`pTrl;dyp Y19o=NT_$yzaR2}S07*qoM6N<$g48jHA^-pY literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..0cfce0d2abb5b29ca178a4cc77a4cbe43e1d2aa5 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^f*{Pn1|+R>-G2co#^NA%Cx&(BWL^R}4W2HJAr`%B zFW=@oV8Fq8;r1ooO&tO3ymL=GiJj#8%eAFaLieM#lH3!g2G*@p+dER;8yT}RSa1~_ zeX-BM#mKmQuenXNG$*6Skm14JLzuh?YPdFa^Ia(Xc5zvo@zCz6Uirn7GGZD)YdRF zOu@ZD^n_soTP3SO(~Y=8K8h_%zi(quWbx88{r*bdpEsfS>-<05#i9wvYa-RZe-z*J WU(B4LHZB+FF9uInKbLh*2~7Yfa%y`3 literal 0 HcmV?d00001