HIIIIII!!!! may I have 1 & 6 on your ask game??
and how did your font & theme not break and if it did how did you fix it? plsplspls share your wisdom
HII!!! i will share my wisdom at the end!!!
O1 : in the Project Sekai game files more more jump! is referred to as ‘Idol’
O6 : airi !
…with the code, my stuff did totally break 😭 i fixed my stuff by just finding new code. you can find the font code i now use in this post, my only other thing that had broke was my page doll, IDK where i got this code but here’s code for that! //
@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-30px); }
100% { transform: translateY(0px); } } body:before { animation: float 3s ease-in-out infinite; content: ''; position: fixed; bottom: 45px; right: -5px; width: 250px; height: 250px; background-image: url(PUT LINK HERE); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; }