Oct. 5th, 2020



03:56
40%



Information
Hey guys! We have something a little different today. Someone emailed me for help with an old tentacool code, and since (as far as I can tell) that user is no longer on the site to help with their coding, I decided to make my own take on a Facetime code, since it broke sometime down the line. (This is not their coding, as I do not repost other users' coding without explicit permission.)You can move the inset screen anywhere on the main screen you want by changing the flex positioning of it, and the battery life is actually a div with a gradient, so you can customize that too! Enjoy! 💖
The Coding
Installation Guide
Paste into an entry and fill in the following!MAIN_SCREEN - Background screen
INSET_SCREEN - Inset screen
T-Mobile - Cell carrier
00:00 - Call duration
40% - Battery life (appears in the gradient as well, run replace all)
Editing Guide
Paste the coding into Notepad or similar and bring up Replace All (usually Ctrl+H) to replace values quickly and easily!FONTS
calibri,sans-serif - Phone info text
IMAGES
https://i.imgur.com/FDPg5pN.png - Cell reception
https://i.imgur.com/4X2jvta.png - Wifi signal
https://i.imgur.com/wD5nDbf.png - Flip screen icon
https://i.imgur.com/JAsqOiw.png - End call icon
https://i.imgur.com/Mu0vHxe.png - Mute icon
MOVING INSET SCREEN
align-items:flex-end;justify-content:flex-end; - bottom right (default)
align-items:flex-end;justify-content:center; - bottom middle
align-items:flex-end;justify-content:flex-start; - bottom left
align-items:center;justify-content:flex-end; - middle right
align-items:center;justify-content:center; - middle middle
align-items:center;justify-content:flex-start; - middle left
align-items:flex-start;justify-content:flex-end; - top right
align-items:flex-start;justify-content:center; - top middle
align-items:flex-start;justify-content:flex-start; - top left
COLORS
Terms of Use
♡ Do not remove credit.♡ Do not redistribute my codes in part or in whole (posting a copy for players to use in your game is fine with a link to original post.)
♡ If you break something during editing, please feel free to drop me a comment and I'll help as best I can!
♡ I love seeing edits! This isn't a rule, but if you have a cool edit of one of my codes I'd love to see it!