Skip to content

AstrooKai/Customizable-Logo-Screensaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Customizable-Logo-Screensaver

Do you want to have a bouncing logo screensaver like this? Yea its like the DVD boucing logo but their color is not the same as the DVD one (well atleast we have a bouncing logo lol). Well then you are in the right place! This repository gives you the codes needed to have your own bouncing logo! Just follow the guide below to set it set and working properly!

  1. Git clone or import this repository to your project.
  2. Edit the title and og tagd in the head of the page.html file with your own settings, this is for the web title and URL preview.
  3. Upload your logo to your project.
  4. Add the file name of your logo in this part in sketch.js.
function preload() {
  logo = loadImage('filename.format'); //Example: logo.png
}

Thats it! Now run your project and see your own bouncing logo, Amazing!

Codes in this repository are derived and revised from CodingTrain/website/CodingChallenges/CC_131_BouncingDVDLogo/P5/ repository Credits to @gruselhaus & @CodingTrain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published