From 817d3ec6de351d39eeea950ec390afaa37e4d778 Mon Sep 17 00:00:00 2001 From: kilbith Date: Sun, 5 Apr 2015 18:46:16 +0200 Subject: [PATCH] Switch Laptop to mesh --- computer/computers.lua | 52 +++++-- computer/models/computer_laptop.obj | 124 ++++++++++++++++ computer/models/computer_laptop_closed.obj | 138 ++++++++++++++++++ computer/textures/computer_laptop.png | Bin 0 -> 8667 bytes .../{ => unused}/computer_vanio_bk.png | Bin .../{ => unused}/computer_vanio_bk_off.png | Bin .../{ => unused}/computer_vanio_bt.png | Bin .../{ => unused}/computer_vanio_ft.png | Bin .../{ => unused}/computer_vanio_ft_off.png | Bin .../{ => unused}/computer_vanio_lt.png | Bin .../{ => unused}/computer_vanio_lt_off.png | Bin .../{ => unused}/computer_vanio_rt.png | Bin .../{ => unused}/computer_vanio_rt_off.png | Bin .../{ => unused}/computer_vanio_tp.png | Bin .../{ => unused}/computer_vanio_tp_off.png | Bin 15 files changed, 300 insertions(+), 14 deletions(-) create mode 100644 computer/models/computer_laptop.obj create mode 100644 computer/models/computer_laptop_closed.obj create mode 100644 computer/textures/computer_laptop.png rename computer/textures/{ => unused}/computer_vanio_bk.png (100%) rename computer/textures/{ => unused}/computer_vanio_bk_off.png (100%) rename computer/textures/{ => unused}/computer_vanio_bt.png (100%) rename computer/textures/{ => unused}/computer_vanio_ft.png (100%) rename computer/textures/{ => unused}/computer_vanio_ft_off.png (100%) rename computer/textures/{ => unused}/computer_vanio_lt.png (100%) rename computer/textures/{ => unused}/computer_vanio_lt_off.png (100%) rename computer/textures/{ => unused}/computer_vanio_rt.png (100%) rename computer/textures/{ => unused}/computer_vanio_rt_off.png (100%) rename computer/textures/{ => unused}/computer_vanio_tp.png (100%) rename computer/textures/{ => unused}/computer_vanio_tp_off.png (100%) diff --git a/computer/computers.lua b/computer/computers.lua index e2ea165e..282e3659 100644 --- a/computer/computers.lua +++ b/computer/computers.lua @@ -12,20 +12,44 @@ computer.register("computer:shefriendSOO", { }); -- Some generic laptop -computer.register("computer:vanio", { - description = "Pony Vanio"; - tiles_off = { front=true; top=true; left=true; right=true; back=true; }; - node_box = computer.pixelnodebox(32, { - -- X Y Z W H L - { 0, 0, 4, 32, 3, 24 }, -- Keyboard - { 0, 3, 25, 32, 21, 3 }, -- Screen - }); - node_box_off = computer.pixelnodebox(32, { - -- X Y Z W H L - { 0, 0, 4, 32, 3, 24 }, -- Keyboard - { 0, 3, 4, 32, 3, 24 }, -- Screen - }); -}); +minetest.register_node("computer:vanio", { + drawtype = "mesh", + mesh = "computer_laptop.obj", + description = "Pony Vanio", + tiles = {"computer_laptop.png"}, + paramtype = "light", + paramtype2 = "facedir", + light_source = 4, + groups = {snappy=3}, + walkable = false, + selection_box = { + type = "fixed", + fixed = {-0.35, -0.5, -0.35, 0.35, 0.05, 0.35}, + }, + on_rightclick = function (pos, node, clicker, itemstack) + node.name = "computer:vanio_off" + minetest.set_node(pos, node) + end +}) + +minetest.register_node("computer:vanio_off", { + drawtype = "mesh", + mesh = "computer_laptop_closed.obj", + tiles = {"computer_laptop.png"}, + paramtype = "light", + paramtype2 = "facedir", + groups = {snappy=3, not_in_creative_inventory=1}, + walkable = false, + selection_box = { + type = "fixed", + fixed = {-0.35, -0.5, -0.35, 0.35, -0.4, 0.25}, + }, + drop = "computer:vanio", + on_rightclick = function (pos, node, clicker, itemstack) + node.name = "computer:vanio" + minetest.set_node(pos, node) + end +}) -- Sony PlayStation lookalike computer.register("computer:slaystation", { diff --git a/computer/models/computer_laptop.obj b/computer/models/computer_laptop.obj new file mode 100644 index 00000000..830c52d6 --- /dev/null +++ b/computer/models/computer_laptop.obj @@ -0,0 +1,124 @@ +# Blender v2.69 (sub 0) OBJ File: '' +# www.blender.org +mtllib computer_laptop.mtl +o Cube.001 +v -0.340277 0.022636 0.335290 +v -0.340277 0.013075 0.362499 +v 0.332320 0.022636 0.335292 +v 0.332320 -0.432772 0.182772 +v 0.332320 0.013075 0.362501 +v -0.340276 -0.499994 -0.312651 +v -0.340276 -0.432772 -0.312651 +v 0.332321 -0.499994 -0.312650 +v -0.340277 -0.499994 0.182771 +v 0.332320 -0.499994 0.182772 +v -0.340277 -0.432772 0.182771 +v -0.340278 -0.432772 0.209979 +v 0.332320 -0.432772 0.209981 +v 0.332320 -0.499994 0.209981 +v -0.340278 -0.499994 0.209979 +v -0.319957 -0.417924 0.194820 +v -0.319957 -0.001053 0.334433 +v 0.312000 -0.417925 0.194821 +v -0.340277 -0.432772 -0.159321 +v 0.332321 -0.432772 -0.312650 +v 0.311999 -0.001054 0.334434 +v 0.332321 -0.432772 -0.159320 +vt 0.682604 0.005242 +vt 0.682603 0.021207 +vt 0.310265 0.005245 +vt 0.044426 0.009206 +vt 0.310266 0.021211 +vt 0.753340 0.119988 +vt 0.810356 0.119988 +vt 0.753340 0.597765 +vt 0.856851 0.982221 +vt 0.745750 0.982220 +vt 0.856851 0.831387 +vt 0.948453 0.009205 +vt 0.878028 0.982221 +vt 0.878028 0.831387 +vt 0.983700 0.982221 +vt 0.862953 0.831387 +vt 0.862953 0.982221 +vt 0.728292 0.490807 +vt 0.728292 0.989869 +vt 0.010900 0.490807 +vt 0.831643 0.129995 +vt 0.982007 0.129995 +vt 0.831643 0.789586 +vt 0.758249 0.754841 +vt 0.758228 0.812823 +vt 0.756060 0.752868 +vt 0.798519 0.812617 +vt 0.756052 0.814797 +vt 0.798577 0.754909 +vt 0.800285 0.814587 +vt 0.707729 0.114386 +vt 0.707729 0.471212 +vt 0.006162 0.114385 +vt 0.345650 0.099088 +vt 0.497058 0.032709 +vt 0.497058 0.099088 +vt 0.990661 0.099453 +vt 0.838275 0.032645 +vt 0.990661 0.032645 +vt 0.007709 0.008663 +vt 0.012705 0.022873 +vt 0.983559 0.009737 +vt 0.943457 0.023414 +vt 0.049421 0.023416 +vt 0.810356 0.597766 +vt 0.745750 0.831387 +vt 0.983700 0.831387 +vt 0.010900 0.989869 +vt 0.982007 0.789586 +vt 0.800332 0.752938 +vt 0.006162 0.471212 +vt 0.007844 0.099088 +vt 0.007844 0.032709 +vt 0.498289 0.099453 +vt 0.498289 0.032646 +vt 0.978563 0.023946 +usemtl Material.001 +s off +f 1/1 2/2 3/3 +f 4/4 3/3 5/5 +f 6/6 7/7 8/8 +f 9/9 6/10 10/11 +f 1/1 11/12 2/2 +f 12/13 13/14 2/15 +f 13/14 12/13 14/16 +f 9/9 10/11 15/17 +f 16/18 17/19 18/20 +f 7/21 19/22 20/23 +f 21/24 17/25 3/26 +f 16/27 1/28 17/25 +f 18/29 21/24 3/26 +f 16/27 18/29 11/30 +f 19/31 11/32 22/33 +f 22/34 8/35 20/36 +f 6/37 19/38 7/39 +f 10/40 4/4 14/41 +f 11/12 9/42 12/43 +f 2/2 5/5 3/3 +f 13/44 4/4 5/5 +f 7/7 20/45 8/8 +f 6/10 8/46 10/11 +f 11/12 12/43 2/2 +f 13/14 5/47 2/15 +f 12/13 15/17 14/16 +f 10/11 14/16 15/17 +f 17/19 21/48 18/20 +f 19/22 22/49 20/23 +f 17/25 1/28 3/26 +f 11/30 1/28 16/27 +f 4/50 18/29 3/26 +f 18/29 4/50 11/30 +f 11/32 4/51 22/33 +f 4/52 10/53 8/35 +f 22/34 4/52 8/35 +f 9/54 11/55 6/37 +f 11/55 19/38 6/37 +f 4/4 13/44 14/41 +f 9/42 15/56 12/43 diff --git a/computer/models/computer_laptop_closed.obj b/computer/models/computer_laptop_closed.obj new file mode 100644 index 00000000..9a3051cd --- /dev/null +++ b/computer/models/computer_laptop_closed.obj @@ -0,0 +1,138 @@ +# Blender v2.69 (sub 0) OBJ File: '' +# www.blender.org +mtllib computer_laptop_closed.mtl +o Cube.001 +v 0.332320 -0.432772 0.182772 +v -0.340276 -0.499994 -0.312651 +v -0.340276 -0.432772 -0.312651 +v 0.332321 -0.499994 -0.312650 +v -0.340277 -0.499994 0.182771 +v 0.332320 -0.499994 0.182772 +v -0.340277 -0.432772 0.182771 +v -0.340278 -0.432772 0.209979 +v 0.332320 -0.432772 0.209981 +v 0.332320 -0.499994 0.209981 +v -0.340278 -0.499994 0.209979 +v -0.340277 -0.432772 -0.159321 +v 0.332321 -0.432772 -0.312650 +v 0.332321 -0.432772 -0.159320 +v -0.339100 -0.432290 -0.312591 +v -0.339100 -0.401111 -0.312123 +v 0.331143 -0.432288 -0.312592 +v 0.331143 -0.432434 0.206702 +v 0.331143 -0.401109 -0.312123 +v -0.339100 -0.432435 0.206702 +v -0.339101 -0.404537 0.197368 +v 0.331143 -0.404535 0.197367 +v -0.318852 -0.425175 0.187344 +v -0.318852 -0.425042 -0.288007 +v 0.310895 -0.425173 0.187344 +v 0.310894 -0.425040 -0.288006 +vt 0.753340 0.119988 +vt 0.810356 0.119988 +vt 0.753340 0.597765 +vt 0.856851 0.982221 +vt 0.745750 0.982220 +vt 0.856851 0.831387 +vt 0.878028 0.831387 +vt 0.878028 0.982221 +vt 0.862953 0.831387 +vt 0.862953 0.982221 +vt 0.858063 0.829423 +vt 0.885587 0.829423 +vt 0.858063 0.950158 +vt 0.935597 0.852882 +vt 0.935597 0.922715 +vt 0.798294 0.852882 +vt 0.345650 0.099088 +vt 0.497058 0.032709 +vt 0.497058 0.099088 +vt 0.990661 0.099453 +vt 0.838275 0.032645 +vt 0.990661 0.032645 +vt 0.007709 0.008663 +vt 0.044426 0.009206 +vt 0.012705 0.022873 +vt 0.948453 0.009205 +vt 0.983559 0.009737 +vt 0.943457 0.023414 +vt 0.810356 0.597766 +vt 0.745750 0.831387 +vt 0.885587 0.950158 +vt 0.912135 0.962581 +vt 0.785835 0.838012 +vt 0.886333 0.908011 +vt 0.922048 0.840165 +vt 0.798294 0.922715 +vt 0.007844 0.099088 +vt 0.007844 0.032709 +vt 0.498289 0.099453 +vt 0.498289 0.032646 +vt 0.049421 0.023416 +vt 0.978563 0.023946 +vt 0.682604 0.005242 +vt 0.682603 0.021207 +vt 0.310265 0.005245 +vt 0.310266 0.021211 +vt 0.983700 0.982221 +vt 0.922420 0.868181 +vt 0.922420 0.951695 +vt 0.802372 0.868181 +vt 0.758249 0.754841 +vt 0.758228 0.812823 +vt 0.756060 0.752868 +vt 0.798519 0.812617 +vt 0.756052 0.814797 +vt 0.798577 0.754909 +vt 0.800285 0.814587 +vt 0.983700 0.831387 +vt 0.802372 0.951695 +vt 0.800332 0.752938 +vt 0.896350 0.948981 +vt 0.903598 0.848845 +vt 0.888354 0.925385 +vt 0.811076 0.850308 +usemtl Material.001 +s off +f 2/1 3/2 4/3 +f 5/4 2/5 6/6 +f 9/7 8/8 10/9 +f 5/4 6/6 11/10 +f 3/11 12/12 13/13 +f 12/14 7/15 14/16 +f 14/17 4/18 13/19 +f 2/20 12/21 3/22 +f 6/23 1/24 10/25 +f 7/26 5/27 8/28 +f 3/2 13/29 4/3 +f 2/5 4/30 6/6 +f 8/8 11/10 10/9 +f 6/6 10/9 11/10 +f 12/12 14/31 13/13 +f 8/32 9/33 1/34 7/35 +f 7/15 1/36 14/16 +f 1/37 6/38 4/18 +f 14/17 1/37 4/18 +f 5/39 7/40 2/20 +f 7/40 12/21 2/20 +f 1/24 9/41 10/25 +f 5/27 11/42 8/28 +f 15/43 16/44 17/45 +f 18/24 17/45 19/46 +f 15/43 20/26 16/44 +f 21/8 22/7 16/47 +f 23/48 24/49 25/50 +f 26/51 24/52 17/53 +f 23/54 15/55 24/52 +f 25/56 26/51 17/53 +f 23/54 25/56 20/57 +f 16/44 19/46 17/45 +f 22/41 18/24 19/46 +f 20/26 21/28 16/44 +f 22/7 19/58 16/47 +f 24/49 26/59 25/50 +f 24/52 15/55 17/53 +f 20/57 15/55 23/54 +f 18/60 25/56 17/53 +f 25/56 18/60 20/57 +f 21/61 20/62 18/63 22/64 diff --git a/computer/textures/computer_laptop.png b/computer/textures/computer_laptop.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0dfb9fcc08ceb032994ca8915e7134a8d6b038 GIT binary patch literal 8667 zcmV<1Atc_3P)C00093P)t-s0000W zARs6xD2uuJFfcGLFE2ekJuWUTyT8yZEG#xQHaIvqB_$;?GBPSEDmyznIyyQ$SQ9lh zH69)wA|fIwDJefcKQuHnJUl$o%bzDFCpuLT(8-?8$DGs5pg>$0K3WwU8ynQkp&cq3 z8z&gm&Y~F^8Q0LHKsp^bEE*OT7DPltJv1E|Bo`MV6+uBkA~6djD;hUb4;?H9I5ZnG zD;LVdnMXY#6A}|gM@LIGA&G@@HX;v1Gao%J9YkImyTH*nTzfNDcSSiKG%_1IV19#t zZFO*2Pft$}5D+pf9UvqaFEJNOOi49R4UoL~(bniaQXU~O8!Jz6CnXn-iFF|^A}Ki! zL1lteUSwKYS}iIU+0v%OzLdMRkS|knw!hXWOl_5rcz=6n4Gj$=M{Id^W*tFhPGv1C zEFCjJ6^Xa@yuZ(*oq?N|e>X}TjlBKDz?ybE=N=aWSHZCJPED*oL(@1NEd4hmYYJ5#qSV31OJvt{bB^n0@2Z*@( z+~M?=yz*paWGyoyufN>I#?i^eo{EcyJX>@|S71L$R<=;*+AJ-cPGSZ-MY7PD%V$11jM|Cgmdb9wjQ zblEvP1rQqmrZrhE&*~K7wr&5PwplExOF-}s4NpytZWW+hLAs7~WCq~B1ed!E<68k3 z{N$lH8;5i=0HARvA^0amCS};s*vQJqLL3jjs@PXPUY zF}ro^&(%-PyK5LxkU-5Gz<+CS`O@YMfMfaWS^up;OJH!r-m;d9x?PCkIH(~u3jj3$ zf`0_?m*qcuKC-g%uJvfFGdMBP^>3{ODVJ=A3fgq+r_2M8BK|;d{uV&$)@Jto??y&O z1_lsqr?!a1P%F0mVARrPL<&6DtD)BctJZ?#0Yf z{Nt6Uyz=H#&{GL&svxMOfCzEAsRaH|e`|J(pb|8+g=d=RVzUtgyv z9r;7mG`3Nk2MdCrz!88J;F_sPxCz0;^H;B4O;105JOw+kSpX#cq2R*In_#8z1lc%> z!l4i*rn=w|WQC$MN_VO0tpEhz_069EOplCAPrrJe8Xs@3AHhH%Fxi4P{8P7lqYutK zxsj_>@)5OEDj6{alh*mcUvP*E^~|9(8W;Ndiu7Go^UW9qzN z7wGQ#g@hLzHy!hb88!xeqN8?@q$a?P& zg`>eDvSFI$l?2VZU(OjD9`qE`n&NW#vBL6-4^cLaY=O+`6i4}4K8-b#gDB7$ zi>_5FZ?on3Ko@|h?Y#6&Hws>`zFvrXz1~8+P>9!q9#1e{xKkb;y1uJtc%XhWE`!CjQ+(JBl9qb9f#f#U99#FkV;Rwwt zl#K#M489tc1i6L~qB!JZS&_x&00vv1;-SWpVKmYhbv8!rcqWs%lmX4apz(Mb^>Y_s z@zGo~>drUPCm@3(30kHV?5puQ1t}P%q$oK2;19y0EQwMKn*f;TxU1*wcAuTd^#N`) zC;~kDQ=oP`lX<;t<2Ycb)Z^Fc!C-JHA4%g-nnD^)#Pc-EyGZIyA1%wYA5kO_$sx+s zh`#NI(cg66dfv_u5dbBBul!*?FcDZ?Z3O^j0x*g;5KK90>B6-o7(D4a39?{LOY<(j zA~<-ARTaa+4Thy92kX}~jge(RlGub|0)S^iuyQ+rfQOw82Iua5xH>d6^y$Ng`T6

E^+)E!>Y1*_Zb;nwXbbo^WeA@Ws=8H|fuxS9)Y zz6OSGhTXu}#j_%##*)cU{tnC|fn|hW0D5=!^z`)g_Vo4j^}+{;0NB|E%yKDo@OaEF zNes~VJ)R|Zp-^yJcO5%ph57PL4L969Bo55*Jfj!}Z%8j4a>8en{D-PdpTx3INPDar zizNhEf*R8DF917t0zz-kPI!>7@E`!OYN)zr-=V$74^$7S4DaH39^0r!-fFd;v0CTm zmf#ewx6rWXJ$l1tgDD4fqg9{C+A~J!j6GIePl+$^E@O`&2tAqXIoH=8KI+Flt>`aMxNe=Ua~eV*rZ*Gq}Vx?W}CwoO-hxKt|QiTEPw-*?8cV8Y`pC9 zG94xiVc|{Sfva3J@%uZ6XgcEWtp9U*xcol9@9+EjpR=ELy|e4}7oV+o;n3CtZ@u;g zN`3$RQ{CNP|I~f-Xm`V*hL-l9zkk2IodD48?^_!i1};2Wh0piwtVgBwhns19-g>R& zjRqv&eGzvXn(4BB&+ak+>OKMpnhe0v0ls{7*E_Ga9{8!X^}xy2#+H`$R>Y}OKYjPv z7w^RmA8u^Hqqe;r=6IK){pf{yN4#{_u{tnt5mCRov!VIW(cLYL4K0lq90LQ6i$K6U zz=asYf8&1v1_oN6xpCvhm5;7m`SsSVKdvDDKpa25cWRUiVMA$bMD}*HS&J`Ec01nd zJ#xh3NyJU2aM&>)bzHbGaQ?z;1Kn>7I6RK9Xa4-2X6R2X+OrV=1o$910AND`NGC?7 zMzq+Aq=@6kN2Uo`v_?{Gw;VMk*)(Pg!HZMHLK&J1^59$P8J1Mxy4 z@n|6W!LL95(%aR0x%c3<>YBrcPaekmQ5gUkK%WGC7W6R;C64r-uuM))+B%L?j0_E( z=shwX;1^^;;v{Kd!6)(AlE-fHcswTi$$8U|+iJ6Ud(NZ=2lIiX%5#G3- z&0+za_l$Q0YX129cjXF@^+7;e0AR2ZK%o$ij}4}JY!<7VN}r1-;_-MPJ`o6%N>~D= ziFn9lN0@+MuRXYb%8e`*Zz`YW{qaO1UKlS0#_{(j5@&l;so}mJ5O{-;NCa}00g&}+ z1~nCEsn8S%#S3fs)NpEWbZji2UrX4-XstbJN4eoJil&nt$H9Yhb90~E`etbFNYLAZ zfCOV>V~GSHLSghi9QBm4LUJYFJ2dre@XtT3BO|$T0NRTIpd;W?Q(z*H<&BCzS+NKh+0zp?`1_-uM5|HGwA z`83iC(xXO~%Ox6EgV=9ClmTGysP$FE0RRL6jFW}nu!Q}qxvs7geTd22iMdar(XZ@e zfc^U~3qnJk)^l@y;GSS>CuKQtO4LLDeJ03a6NchzUC8LQx`S4W7Sv)ZFaVsuw#c#)!i^U=&C&8Zmh;+c|SS-V-(Y2&3^D_J;$qcXZjI2n!#9`bej#L-x z5C+yL*0Bgc5Jg=bYj}u89J_t*W~K?TaVOL*sK1ipqya#JQZJ^Qsz>r%*I*u13$nt= z0f$k$n z0=gi8XxL;LwRHrw>POSOEJ=9$@d7U>jDQ2G<4VOY1M?|&%$nesbJ3_xx@gu)7e%aC zaErzA?&o(;3Q?i1;0@)QUE6ujD+A|bvLlo1Hi>HH}5ZE8h=CDCqV#IJ1x2j;2?lx_6I!J zdV&$yy`;kGGHoyTpmv#~7Vr|(=jc15VB9F58FeF%NG7Ng%@D=;gh0e?b1{=?+O>}S z1n{gD1VFC<_&nK&$dLpvn(FDn3)b7(=d&S8HQ3Jm&(hs?tC7Thr84P4rUMpoOpk7_nsmi zw=9GEfD3S9wC@F@Z(lkxo!TB41H z9;^$0ElAi47}XCJm_PwxGP}FEq3ARtNu6FWRA9|$1sHGzD^P2SIzYz2E|mcwyDmL` zIj+LB?g3r_fFNVqVL_guRB9mgt;6S2k^`t|9=RqV+&hF!>9xJM>7}-~O=v z{`%^EB5;fs9FFtd{rh4_wxiR9%-dtGHmuv90QC3MmrnG9-U{lB1VA2~ak9=bfVa22 zu(|T(murxJb7f_9p?RBc-) z6aY=|8gP=x@@@SIZ=&8!X(bFwoV0BS3q zt=+V#wzhWLo7=Y4zED}ag#i9(*VC!#PDCKKkFaVC=q@kK0xWQ&L(WU;W_Ev{g@ zppA=&jd=0mEfgC;u=q6=7XAy`*@>mv`;Yi9_?>+y?)t*F;K^n(ne3hO&3C?YvYWfm z;G>TL!DA?VxbIQXed*<|o_X`lH$Qsi^S2T9_g_E6`vtfMfcK9KAOtiZ|X+|2}#!YTtkNRobX|=!@r{e;lRp$xl9`2p}L2 zUobEyxzcql+QU}01mLf>9|2e;Is4jo;Gh$2a!L{a_Se}Z0Pa$&>+X<&A}3+^0YL2O z4&nNNHH|T*fic$`7@ZdeT^Ngut{A#X2fE5=gBjY6lU}F99&= zghmwr1@+v`^NE3BzcjI#wt#VMSS#$<5(Psk8zUW?`rf4i{)-~@2Ah-)Zu+8WfXnnw z7TR3`5WQPb2t0OSo3%MHa5sKRYJCLI??*&5e$a2eU8+xS z`_(rqv$?rhucze5utp~x8ICfg;ltY|4STOyvE8`HruZNl=wMMzG>Z|H8^;^r%-7}; zKsYksJMaBG%XTga0H&EJ$aiMgu%Q*v?I41Kiky>`B%?2tcu8)ptPC!cv0ZOkWSI;9IOvE^+u^XiTxiRkI&l;l?2)H^_d7 zCKb~FxYO6T>zl2-(g2gH7TrOE>kVvm24E{2Kd5zIEsd3Kn!M>Tn~7cN#>k8twi{8F zcLncxG|l$*ohse24NuGct&`J`Z>5ov?cTcGEvCKYY@q$8beb6KqEE?T3MI` z!qPi4ZyL+FUCK)UyEbUw(cQ?a04VyX0Y3ETKaODEYCJp+$~F9F;OxUD^cpp{Z6hxPLF|Jr5l5bch=inHqs<<^qI`k3orEv*G3FjC<{YE)6C1i@k;cViU0FF=-eN zXKcr<8|8!2nxW2>9L=T#1Nqijxz)P2y}5nM@dm}Rq{8BC*$@EhTq>bDg3%z1a;c!Olq`KVa2fDyLAB911xQP$mF7_+ zdy*n7rBH$ESp*%l=-_fjb+L8M3N$L;;VkNF5mNjmwH1Y;JOLPDus09h$!@Cjy&AXn zCfIS=C@aTlC$b$P=gLOF3T7yrv#7$*;27V!r`&r-%QzCLbgz~!njFZSQP%)?2?P0- zVu9Bw1kt{A|IRzvI{WEc!R%LWi5!;?eGV*sb8oYOyP%x?kO!Weky$eMQzQTOL#yuY zKUCZ`Hdw_u#msB(NdjH-6ASuhqUQDksgSYJ=B%akfq>LC)tRoZuKgdC)X05oWD?Ii#b z0A)dS`WNy^1J*e3VJ%95Bx3d!R~onmK$Ua01;>Ic8kp1QT7y;%0jZ+zgwl$qTB%UM zuOc~mQKRBYe+2-w%VJtdzOkJc$fmJmJQ>4e2|^O`gfZ|eS>cqos61BLR6y)NOE63s zlr+7x3S|k`oNF}FqFBIY>ig34W>Vc%B_!on$1;TG%s^Kd3kyNYGOpL!vm|uQr&21_ zZ|hn62DMrv#A{o(l7EW3NQG3dl>-G`YChFnx9E>+ANEpZ;Pdp+H`^-)PLHTh60FW5 z41M}^wZ0X%7-RwQV|~^gUsPFoe#arFX881`_JzCQTIlqRZ$)L>;DZTpqhm~3lJA30zUqVm^iCw@z-_5xw3N*}I9_I1#r02VfTT|}kPcCc&kU?@R_l45SL;<9o888@$$h%>wQ*Lr zy6`txY(=*qDQ;J_->$#iwRKZ})2;%M(5m^ZT|0}`3;OPVFwB;Jq7a>*k-|5jkY^3t zzqi?~3BVcvZn0n^AFOKv0N1SB`PMpU-J3eso!W<0*XgL%UCS+1eXewKl1hSfUhu_Q`0boioB&~($dGNwELDe%)6z>MnZT(*A2P+j7 zJaMjZ;I{VPbgJ8}Z#Juz5X^Hc@>L-srD2mKL;#WYm<0jalSnHF2id?18x%LtdVnk; zKAYe*XsIA8s1tSKYoWT1GZY)`a7811G&s^aYaGcx+-uQYGeDuYC5%@@!HEIo5;!S( zXQBN(I;E%{1Y255B|ifgUICfqiwgAQNuza9(Hm9Bfs0^6=CulS;1&A3#I+Evv*1t% zNrC6zQk(!dq)k7W4*48LUaxd?$m+PbpaF!3oaw2ehrt=6|I`pPX(qwTI0QGL2v*|A-(W_QH^eDfpuIG}%KAmvund>=M5d`;n- zZ+Bz8zM1*9-nCsPsI2;S#@13FP~fk#<9pw9LWTSH=C$?r811cC&BzVWl_QdJHrHtg zr=achzhjs@0jMA|dnak3e&oo85y5E7t$z#1YFeH+1Ar1R01RNDMjGZ$%&Y80C%h{v zCnrQl^1dRP=Su)IXweW2*s+}eG>%ur-f^x1p9^Sbt= zIhAS2`B2-nq9}L-LkZHKha8cA*^+@EFrsp>m6heJ6q2YGd|a(t)o-o=ko0MjbUfdV z#h+tJf+sdwV#-y?73>NCKV?656hdO*&jcVev{6--sN;~0Z?6F$0%sP`m(>ZtUuEnP zz_tAy0Dk#ry?^o3^8bjjf7H$@Axp*YFvfoQ`sL((!v4eQ5x{S>^!ou^&+|I~{4oZu z?biYHKZ1NkK*II@2LS1p=}Nx!HSMCSki002ovPDHLkV1iaUKS2Nh literal 0 HcmV?d00001 diff --git a/computer/textures/computer_vanio_bk.png b/computer/textures/unused/computer_vanio_bk.png similarity index 100% rename from computer/textures/computer_vanio_bk.png rename to computer/textures/unused/computer_vanio_bk.png diff --git a/computer/textures/computer_vanio_bk_off.png b/computer/textures/unused/computer_vanio_bk_off.png similarity index 100% rename from computer/textures/computer_vanio_bk_off.png rename to computer/textures/unused/computer_vanio_bk_off.png diff --git a/computer/textures/computer_vanio_bt.png b/computer/textures/unused/computer_vanio_bt.png similarity index 100% rename from computer/textures/computer_vanio_bt.png rename to computer/textures/unused/computer_vanio_bt.png diff --git a/computer/textures/computer_vanio_ft.png b/computer/textures/unused/computer_vanio_ft.png similarity index 100% rename from computer/textures/computer_vanio_ft.png rename to computer/textures/unused/computer_vanio_ft.png diff --git a/computer/textures/computer_vanio_ft_off.png b/computer/textures/unused/computer_vanio_ft_off.png similarity index 100% rename from computer/textures/computer_vanio_ft_off.png rename to computer/textures/unused/computer_vanio_ft_off.png diff --git a/computer/textures/computer_vanio_lt.png b/computer/textures/unused/computer_vanio_lt.png similarity index 100% rename from computer/textures/computer_vanio_lt.png rename to computer/textures/unused/computer_vanio_lt.png diff --git a/computer/textures/computer_vanio_lt_off.png b/computer/textures/unused/computer_vanio_lt_off.png similarity index 100% rename from computer/textures/computer_vanio_lt_off.png rename to computer/textures/unused/computer_vanio_lt_off.png diff --git a/computer/textures/computer_vanio_rt.png b/computer/textures/unused/computer_vanio_rt.png similarity index 100% rename from computer/textures/computer_vanio_rt.png rename to computer/textures/unused/computer_vanio_rt.png diff --git a/computer/textures/computer_vanio_rt_off.png b/computer/textures/unused/computer_vanio_rt_off.png similarity index 100% rename from computer/textures/computer_vanio_rt_off.png rename to computer/textures/unused/computer_vanio_rt_off.png diff --git a/computer/textures/computer_vanio_tp.png b/computer/textures/unused/computer_vanio_tp.png similarity index 100% rename from computer/textures/computer_vanio_tp.png rename to computer/textures/unused/computer_vanio_tp.png diff --git a/computer/textures/computer_vanio_tp_off.png b/computer/textures/unused/computer_vanio_tp_off.png similarity index 100% rename from computer/textures/computer_vanio_tp_off.png rename to computer/textures/unused/computer_vanio_tp_off.png