From 6abe0de9007635750b19e7ecb495d09746d45668 Mon Sep 17 00:00:00 2001 From: Swept Date: Tue, 17 Aug 2021 15:28:58 -0700 Subject: [PATCH] Adds inhands for crayons and the crayon box (#4481) --- .../Entities/Objects/Fun/crayons.yml | 40 +++++++- .../Fun/crayons.rsi/black-inhand-left.png | Bin 0 -> 175 bytes .../Fun/crayons.rsi/black-inhand-right.png | Bin 0 -> 187 bytes .../Fun/crayons.rsi/blue-inhand-left.png | Bin 0 -> 311 bytes .../Fun/crayons.rsi/blue-inhand-right.png | Bin 0 -> 316 bytes .../Fun/crayons.rsi/box-inhand-left.png | Bin 0 -> 387 bytes .../Fun/crayons.rsi/box-inhand-right.png | Bin 0 -> 396 bytes .../Fun/crayons.rsi/green-inhand-left.png | Bin 0 -> 316 bytes .../Fun/crayons.rsi/green-inhand-right.png | Bin 0 -> 320 bytes .../Objects/Fun/crayons.rsi/meta.json | 90 +++++++++++++++++- .../Fun/crayons.rsi/mime-inhand-left.png | Bin 0 -> 296 bytes .../Fun/crayons.rsi/mime-inhand-right.png | Bin 0 -> 301 bytes .../Fun/crayons.rsi/orange-inhand-left.png | Bin 0 -> 317 bytes .../Fun/crayons.rsi/orange-inhand-right.png | Bin 0 -> 321 bytes .../Fun/crayons.rsi/purple-inhand-left.png | Bin 0 -> 313 bytes .../Fun/crayons.rsi/purple-inhand-right.png | Bin 0 -> 317 bytes .../Fun/crayons.rsi/rainbow-inhand-left.png | Bin 0 -> 342 bytes .../Fun/crayons.rsi/rainbow-inhand-right.png | Bin 0 -> 342 bytes .../Fun/crayons.rsi/red-inhand-left.png | Bin 0 -> 302 bytes .../Fun/crayons.rsi/red-inhand-right.png | Bin 0 -> 306 bytes .../Fun/crayons.rsi/white-inhand-left.png | Bin 0 -> 149 bytes .../Fun/crayons.rsi/white-inhand-right.png | Bin 0 -> 150 bytes .../Fun/crayons.rsi/yellow-inhand-left.png | Bin 0 -> 317 bytes .../Fun/crayons.rsi/yellow-inhand-right.png | Bin 0 -> 321 bytes 24 files changed, 127 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/black-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/black-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/blue-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/blue-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/box-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/box-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/green-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/green-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/mime-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/mime-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/orange-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/orange-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/purple-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/purple-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/rainbow-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/rainbow-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/red-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/red-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/white-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/white-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/yellow-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/crayons.rsi/yellow-inhand-right.png diff --git a/Resources/Prototypes/Entities/Objects/Fun/crayons.yml b/Resources/Prototypes/Entities/Objects/Fun/crayons.yml index 20392fdd31..6507da9848 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/crayons.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/crayons.yml @@ -9,8 +9,6 @@ tags: - Write - Crayon - - type: Item - size: 1 - type: UserInterface interfaces: - key: enum.CrayonUiKey.Key @@ -26,6 +24,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: white + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: white - type: Crayon color: white capacity: 5 @@ -41,6 +43,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: mime + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: mime - type: Crayon color: white capacity: 5 @@ -56,6 +62,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: black + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: black - type: Crayon color: black capacity: 5 @@ -71,6 +81,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: red + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: red - type: Crayon color: red capacity: 5 @@ -86,6 +100,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: orange + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: orange - type: Crayon color: orange capacity: 5 @@ -101,6 +119,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: yellow + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: yellow - type: Crayon color: yellow capacity: 5 @@ -116,6 +138,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: green + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: green - type: Crayon color: green capacity: 5 @@ -131,6 +157,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: blue + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: blue - type: Crayon color: lightblue capacity: 5 @@ -146,6 +176,10 @@ - type: Sprite sprite: Objects/Fun/crayons.rsi state: purple + - type: Item + sprite: Objects/Fun/crayons.rsi + size: 1 + HeldPrefix: purple - type: Crayon color: purple capacity: 5 @@ -166,7 +200,9 @@ - type: Storage capacity: 7 - type: Item + sprite: Objects/Fun/crayons.rsi size: 9999 + HeldPrefix: box - type: StorageCounter countTag: Crayon - type: StorageFill diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/black-inhand-left.png b/Resources/Textures/Objects/Fun/crayons.rsi/black-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9d3a1b4557e67093fe6e27b928edd7e951ff67 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Wu7jMAr*7p-rC69pdi2+@JMXS z6f36R{RyYFW=S)$Bz=rKyI)|zV|AcX1_rg2TkR~L7pFu$QQH4YuW#z%=kXNM-|d~k;+MJ>J5LgOr1o&{#TyEo`SFZE^$ZR!Q-bEL-Fkg$`oyp4^4aBb-t9kE zT(kOqZ~5U>(h9H7+ih$6ka+&dx<`EWk|6aA3=j6ZEj!`9bWith#_GRw_Se6>@|#Qf i(|7B)+6)Zpf`a*0*OeLTJDqlb)Ox!5xvXKuXR z3?0P`M=Tj0$uJc1HCV7a%wbkI#|Rbv%C^HM-sYYAx!=*hZfDwUxEpJ^Hr(VDufXBs z0+;7>Z{U%?Z~mHB!1?$GL!LkX)TcjmkMj%q&-a68V)e1J=l{)~u7K584BNuxAIzWK zu%=16=@-LdbH+$lbC$1+Zuv}`y7D-x$_||HbqKr2+Xy%9Cqw?UTARCt`nM~9o@VfL L^>bP0l+XkK7RPd; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/blue-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/blue-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ec14d8a5fe1e144723606819a5d0e9c5e3ef8627 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G3n zi(^Q|oVT|Qaxxi;xL#Zx(IVQB5jZW8H@MAJvspBv^^|*>awpp)okP{>w#=X3x8zLX zeI&zB$k$-O?l6a0;T)sDbB2y$h9i~?5aAs)4ViWu?#5cK4expNspjJjdCT|tJKZla zPJ8(H>BOVokIP)1(>sB01JD1(cLW~&PW~~2eUi4NY{HY&|8GAFZ~j~%?1If$Oxs>D ziOkt=e);7-r`U$3&)?Oo?uD=54k-9{&*k`UuCLVx=0n6jsC7W}`q>?jju5rE8?{P6 Q5a@FTPgg&ebxsLQ0KRyI5=X;bdK>lV*;yja?=SaQR}V_vL#-pSRyyS-Chbb@o}mrZ|U-GXJHr%Y~LOX+8gOJ!1D{h5t;eAj-CA8y$_^|7g!2_5?o`5bE38 akiUDcSNK=O<}bidW$<+Mb6Mw<&;$VJW1%+y literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/box-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/box-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4c3fd29fe6893be93a553d15e2cbc2b55c4892 GIT binary patch literal 396 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR- zr;B4q#hkaZY_pgR1>EjC?P3w0?)m=k51ZTUlkPn~$yw96=Rm)<%{q*R`~7|&zkPUtrohi1 zorT+v&5mBa$^XFNnrMBogMyufy2X{b=Y$NBuKxGU?b*k!(8o#;ZPB}sowi`x|M`m| z9oElmy!EfXD~-`Moh|Fvf6ZGgCG#X#y!^j>h1dsqV`kI8|3!S&7d$`Xko(`>b!)>t nW9Is;^WQUeB!iK%{sU>RV_xA#BDy}n;AQZ1^>bP0l+XkKcGjLG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/green-inhand-left.png b/Resources/Textures/Objects/Fun/crayons.rsi/green-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5c41bf6551e592fb96eaf50c63d23c30eeef48 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G3n zi(^Q|oVT|&@-jK{uwG;gWOP+vi49~<4PcIK6mSh-Dwt-`DWG5W<^O5D8wZM4_wI3; z!>n+QQQ$d4M=`?@ONK`>4266R7VHiX;pn&I1mfFhJ z@i4g~b4Ex@lhf3ot&#MzUt{$s0Y^N4-?F8lx4eg!l$aaa{D z_hA0qhBaNXO`jMRTQf$6TC+T5bSr1tw5p6F>R!V{pxi21Ci^C+JD)J`VccPATPf4# R3iLPwgQu&X%Q~loCID!XaPt5F literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/green-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/green-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..584ca4312c0154ee7c969dd7f3b2e1640eaf1a82 GIT binary patch literal 320 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Fwd zi(^Q|oVT|wavm}eaeKJfqS3kIMcBCq66YR-by>71uh^RquX530Qu~Mh_oElK-n%?$ zdP=JWyTcr2g>#Go&lx(38ID*oJd$B3q$Q-NZx+0z*0BTV8!Ff*B_tzx991s z-RhDFa&~fQ2_OF%9yjqfb22($^JjgLa>w`nhspC^8vRsPXYToPyZ(30kvBGREP~if z#;|b5DhAcx@7I2@S|1>~Am#tw)_KoGS20a_vw!=A&wHG{N`1(Oi0$D}g6N&h|ADRb Xscq%c=cjsrzGv`s^>bP0l+XkKzz2i5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/meta.json b/Resources/Textures/Objects/Fun/crayons.rsi/meta.json index 464c1ef137..40b21c290b 100644 --- a/Resources/Textures/Objects/Fun/crayons.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/crayons.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", + "copyright": "Taken from tgstation and modified by Swept at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", "size": { "x": 32, "y": 32 @@ -10,36 +10,124 @@ { "name": "black" }, + { + "name": "black-inhand-left", + "directions": 4 + }, + { + "name": "black-inhand-right", + "directions": 4 + }, { "name": "blue" }, + { + "name": "blue-inhand-left", + "directions": 4 + }, + { + "name": "blue-inhand-right", + "directions": 4 + }, { "name": "box" }, + { + "name": "box-inhand-left", + "directions": 4 + }, + { + "name": "box-inhand-right", + "directions": 4 + }, { "name": "green" }, + { + "name": "green-inhand-left", + "directions": 4 + }, + { + "name": "green-inhand-right", + "directions": 4 + }, { "name": "mime" }, + { + "name": "mime-inhand-left", + "directions": 4 + }, + { + "name": "mime-inhand-right", + "directions": 4 + }, { "name": "orange" }, + { + "name": "orange-inhand-left", + "directions": 4 + }, + { + "name": "orange-inhand-right", + "directions": 4 + }, { "name": "purple" }, + { + "name": "purple-inhand-left", + "directions": 4 + }, + { + "name": "purple-inhand-right", + "directions": 4 + }, { "name": "rainbow" }, + { + "name": "rainbow-inhand-left", + "directions": 4 + }, + { + "name": "rainbow-inhand-right", + "directions": 4 + }, { "name": "red" }, + { + "name": "red-inhand-left", + "directions": 4 + }, + { + "name": "red-inhand-right", + "directions": 4 + }, { "name": "white" }, + { + "name": "white-inhand-left", + "directions": 4 + }, + { + "name": "white-inhand-right", + "directions": 4 + }, { "name": "yellow" }, + { + "name": "yellow-inhand-left", + "directions": 4 + }, + { + "name": "yellow-inhand-right", + "directions": 4 + }, { "name": "green_box" }, diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/mime-inhand-left.png b/Resources/Textures/Objects/Fun/crayons.rsi/mime-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2ffb62bab4a5e42ea2a48d099e67692b0a6c7f GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1F(g zi(^Q|oVT|exehCcussy4n)U6U`^M{;qCqdh9!H=3pX(&1w#PB%r-L5j1aF2XLJT`u zFqvM=HEka&wqCm@ojw2Y#pAc!7QT`-Xn&tPV<|`RkNZ|#Q`u%X$2))dxobm-<*jv} zj2}oPWlD$V|E{-WnTXR+B&+(^cND89JdWS~ULfR6!&+;`)qZysE#w{?o7)iTt~7lP nqjfox*}uXkzhUNC);8#$l5xoG(z-hv=t~AqS3j3^P6d?S*3YvomP&Y*`v3Khj;lXYgk7+kiz=GURq*`J-syqgMWezGJpEbCul!!ygmp*p pzk4S)oH$#3;3`B2ZrT?{yR1fsTu-BvOF*wOc)I$ztaD0e0sz?Vaq|EG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/orange-inhand-left.png b/Resources/Textures/Objects/Fun/crayons.rsi/orange-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..46dda3dab149b9256abc6a46929ab85e5170a558 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1HE{ zi(^Q|oVT|Qavlm0aJ{&C2Y*vUOW9PhHHXFCcy)6$En%G6&k|#Gf9BQd^!Z2c)TEh8 zAF*V3B*Re1*I>c!Fo#*;9HYQA39?aU_|Zu4FLS{WC( z!o)#(AFpBWMvl`T-d1-_Wy^5h{_wWJhu`yK+TK@M20pcZVC?cnGTi=meq0m6I2^Ws zg=4B3>hqWu8Rc;2_h0xTpVqc6Vz7Mv-gL{J^#Oa>|5$^?So52pE_}kghq013 WU}y2vJDEW5GkCiCxvX< zi(^Q|oVT|&@*Z*!V7<7}MVBQ&MAm`vhzNshfC!5Tvt5g-61Q}|$$wWry&E52E{av0 z&TvANp@_2~hDiZ~xs*}PW`4NdZQ=IcS2nw!n=SkM_N;Y_12P-TYNQwapCghev2X73 zh|Grb7v6LH{eHf_NTTlC*_o^U@MbvsNbXy?@7w)P97-6bVzEnC?!o-I4Thn=nY!6$ z>=rgyRurG`k)gPp=~&1+?kRg1i_5^QCxR||j1#;Wo_t}9i&|=X(RG3bAJE$jp00i_ I>zopr0Cl)-asU7T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/purple-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/purple-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..889588c4e11d80fc529781ccc557a5505e929fb0 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1HE{ zi(^Q|oVT|&@*Xl^V7=IVL`TFxMEU^36&?m@0}&A&WbP0l+XkKFzJKn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/rainbow-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/rainbow-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7eb1adee35d1b35f03595a13f58481082150956e GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(6 zr;B4q#hkad4EdT2B-$QsKQcGk;^f4h_6rpp${%@RJm>6bE!3ZOWTT5v!h!eIW6L`+hQOt0}lHrjILm^*-1-ru>W`%Q%P+?y7j7RS(Io?hah*+r}yFGVTm-9!7 zUFy;ba;NWB#xHr8Ts7nBt9JXPmU`beX}twQH^l#bUmWpiPm{PK)CZp!?Rp>j3BTGK*8mJC22WQ%mvv4FO#ldHh%5jA literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/red-inhand-left.png b/Resources/Textures/Objects/Fun/crayons.rsi/red-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..30af494e4163058864623ac8789f3ccd111bb49a GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1F4L zi(^Q|oVT|O`3@QIxIMhy(S3m9yFFLWL$yp%7u7KK>R<)9770xjVJZFFkdojOR`}Vz|oOy-o{F?1n~&R05xU`-_7d&p&*w z?wZOr!})tY3se0knYyP>U8cToI4^K8J?8J5`bthEWV3Ks0Th18_-`j?$Eh8P9{d}s zgaxLSI!};G_^PI$^}20A3j3NnEH0^c1u9^sP3A9PxD*g@@>uBk8lYbpJYD@<);T3K F0RRX?aw-4- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/red-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/red-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..14d62ef90690d133a435cde24a7712de62477636 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FST zi(^Q|oVT|e`I-zw*d8`k2*$qp+rP+rkEfx;T?vOt(^zNzk9KxyUpD)?a1m!i43oli zh7+m`7|iVw2@S7zzJDL9Da&s9?e7nrr)7=DFBxxU+}Axn?%9E5@8@4LT;no>_e1QT zsGZ6)_SOGzNk~*b&t~yy+yAfsI<;S)RP4ZMIFgm&q6w$}?47#zopuQ84Ws(}#Ph$o zLK(N6xgUMw^FF7qk{|N_-8(ezyJ!)I5=7T82K_&R0Vk8po~#A>m%-E3&t;ucLK6UW CMt6_^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/white-inhand-left.png b/Resources/Textures/Objects/Fun/crayons.rsi/white-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..9297ff09ab464f1939f549ff2fbbaca1c24fec97 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=F`h1tAr*7p-g4wRpuod&V9)XY z|JS>E$tP$jPM!Ii%kX#(P!R*ehLc|g?zopr06U2{cK`qY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/white-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/white-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b98d4d7fc274f03783353774d7b4fca73bdafb GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=v7RoDAr*7p-r6a6#DIs{;mYEF zzYnv@nJ;j7mRVNJR%4_DRK&oblDYfVxB2N8kKfXaxqY-b=X;^^=k?Nhl3+=O2hr;L tPblx-v%H99@ng)gc(T0oi)few_ znZvAbj#1z_Lq{>g5le|IODJ3`=vQ3{D7F#n$hFY^cWppcN+O(>SBkEqmM4;R%Stk1?s5_r9?_mtnw*JX? Szj_tW>kOW*elF{r5}E*N>v6{b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/crayons.rsi/yellow-inhand-right.png b/Resources/Textures/Objects/Fun/crayons.rsi/yellow-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d09ecba0e38ad48f113ccde12267755f9a51e47a GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G*- zi(^Q|oVT|Oxeggfv^@+j_`o3NC?hgw@Bb${FBIesGVjQ&-_WfhL&1B{_t^|%c-CI{n#XaZvX%7XUEOTJse8d zOvbb@l+o+k{pgpaaSOE^PX4Rrwmq*M!m4qzK7Zl!%GOt=5AH+6Dg<31de!A0@G{-D V{<$;uha1rQ44$rjF6*2UngF54eUktH literal 0 HcmV?d00001