this repo has no description yoyle.city
nekoweb html css javascript astro

did some adjustments to my feftek in case i want to have multiple characters

lime360 0ae6050b a6ee69ec

+6 -6
public/reftek/images/cheesycake-back.png public/reftek/images/cheesecake/back.png
public/reftek/images/cheesycake-clothes.png public/reftek/images/cheesecake/clothes.png
public/reftek/images/cheesycake-gaypanties.png public/reftek/images/cheesecake/gaypanties.png
public/reftek/images/cheesycake.png public/reftek/images/cheesecake/nakey.png
+5 -5
public/reftek/settings.js public/reftek/settings-c.js
··· 12 12 // ADD ANGLES HERE. 13 13 // Display name first, file path second. 14 14 const angles = [ 15 - ["Front", "../images/cheesycake.png"], 16 - ["Back", "../images/cheesycake-back.png"] 15 + ["Front", "../images/cheesecake/nakey.png"], 16 + ["Back", "../images/cheesecake/back.png"] 17 17 ] 18 18 19 19 // ANGLE TOGGLES ··· 25 25 // ADD OUTFITS HERE. 26 26 // Display name first, file path second. 27 27 const outfits = [ 28 - ["Clothed", "../images/cheesycake-clothes.png"], 29 - ["Naked", "../images/cheesycake.png"], 30 - ["Underwear", "../images/cheesycake-gaypanties.png"] 28 + ["Clothed", "../images/cheesecake/clothes.png"], 29 + ["Naked", "../images/cheesecake/nakey.png"], 30 + ["Underwear", "../images/cheesecake/gaypanties.png"] 31 31 ] 32 32 33 33 // ADD INFO HERE.
+1 -1
src/pages/reftek/cheesecake.astro
··· 56 56 </section> 57 57 </div> 58 58 </body> 59 - <script src="../settings.js" is:inline></script> 59 + <script src="../settings-c.js" is:inline></script> 60 60 <script src="../script.js" is:inline></script> 61 61 </html>