├── .gitignore ├── README.md ├── autoplay.html ├── bg ├── 20240415_202817.webp └── 20241012_193526.jpg ├── buttons ├── 2001.gif ├── 256_monitor_button.gif ├── 3dfx_banner.gif ├── 4x3_fade.gif ├── antinft.gif ├── auberylis.moe.png ├── brambleshadow4.net.png ├── construction.gif ├── css2.gif ├── dbd.gif ├── free-sex.gif ├── gaywebring.gif ├── i-was-on-cohost.gif ├── javascript-zero.gif ├── jkap.io.gif ├── kibty.town.png ├── lensdeer.neocities.org.png ├── lyra.horse.png ├── maia-badge.gif ├── maia.crimew.gay.png ├── miku.gif ├── mozbutd1.gif ├── netscape_now3.gif ├── nofuckingthanks.gif ├── nonbinary.gif ├── norton2.gif ├── notepad-logo3.gif ├── oatzone.gif ├── polly.computer.png ├── powered-by-debian.gif ├── preserve.gif ├── queerpride.gif ├── rainbow_bev.gif ├── ravenow3.gif ├── scmapdb.gif ├── seedyourtorrents.gif ├── suricrasia.gif ├── trn.png ├── wii.gif └── winamp-miniban.gif ├── cursors ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 15.png ├── 16.png ├── 17.png ├── 18.png ├── 19.png ├── 2.png ├── 20.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png └── 9.png ├── embed.png ├── flatron.png ├── flatron2.png ├── geo ├── 1.gif ├── 10.gif ├── 11.gif ├── 12.gif ├── 13.gif ├── 14.gif ├── 15.gif ├── 16.gif ├── 17.gif ├── 18.gif ├── 19.gif ├── 2.gif ├── 20.gif ├── 21.gif ├── 22.gif ├── 23.gif ├── 3.gif ├── 4.gif ├── 5.gif ├── 6.gif ├── 7.gif ├── 8.gif └── 9.gif ├── index.html ├── intro.mp3 ├── oneko ├── idle.gif ├── notice.gif ├── run_d.gif ├── run_dl.gif ├── run_dr.gif ├── run_l.gif ├── run_r.gif ├── run_u.gif ├── run_ul.gif ├── run_ur.gif └── sleep.gif ├── refresh1.png ├── refresh2.png ├── refresh3.png ├── safe.webp └── socials.webp /.gitignore: -------------------------------------------------------------------------------- 1 | music/ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # css-clicker 2 | a pure-CSS idle game where you build your own website 3 | 4 | ### [https://lyra.horse/css-clicker/](https://lyra.horse/css-clicker/) 5 | -------------------------------------------------------------------------------- /autoplay.html: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /bg/20240415_202817.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/bg/20240415_202817.webp -------------------------------------------------------------------------------- /bg/20241012_193526.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/bg/20241012_193526.jpg -------------------------------------------------------------------------------- /buttons/2001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/2001.gif -------------------------------------------------------------------------------- /buttons/256_monitor_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/256_monitor_button.gif -------------------------------------------------------------------------------- /buttons/3dfx_banner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/3dfx_banner.gif -------------------------------------------------------------------------------- /buttons/4x3_fade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/4x3_fade.gif -------------------------------------------------------------------------------- /buttons/antinft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/antinft.gif -------------------------------------------------------------------------------- /buttons/auberylis.moe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/auberylis.moe.png -------------------------------------------------------------------------------- /buttons/brambleshadow4.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/brambleshadow4.net.png -------------------------------------------------------------------------------- /buttons/construction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/construction.gif -------------------------------------------------------------------------------- /buttons/css2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/css2.gif -------------------------------------------------------------------------------- /buttons/dbd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/dbd.gif -------------------------------------------------------------------------------- /buttons/free-sex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/free-sex.gif -------------------------------------------------------------------------------- /buttons/gaywebring.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/gaywebring.gif -------------------------------------------------------------------------------- /buttons/i-was-on-cohost.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/i-was-on-cohost.gif -------------------------------------------------------------------------------- /buttons/javascript-zero.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/javascript-zero.gif -------------------------------------------------------------------------------- /buttons/jkap.io.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/jkap.io.gif -------------------------------------------------------------------------------- /buttons/kibty.town.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/kibty.town.png -------------------------------------------------------------------------------- /buttons/lensdeer.neocities.org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/lensdeer.neocities.org.png -------------------------------------------------------------------------------- /buttons/lyra.horse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/lyra.horse.png -------------------------------------------------------------------------------- /buttons/maia-badge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/maia-badge.gif -------------------------------------------------------------------------------- /buttons/maia.crimew.gay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/maia.crimew.gay.png -------------------------------------------------------------------------------- /buttons/miku.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/miku.gif -------------------------------------------------------------------------------- /buttons/mozbutd1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/mozbutd1.gif -------------------------------------------------------------------------------- /buttons/netscape_now3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/netscape_now3.gif -------------------------------------------------------------------------------- /buttons/nofuckingthanks.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/nofuckingthanks.gif -------------------------------------------------------------------------------- /buttons/nonbinary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/nonbinary.gif -------------------------------------------------------------------------------- /buttons/norton2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/norton2.gif -------------------------------------------------------------------------------- /buttons/notepad-logo3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/notepad-logo3.gif -------------------------------------------------------------------------------- /buttons/oatzone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/oatzone.gif -------------------------------------------------------------------------------- /buttons/polly.computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/polly.computer.png -------------------------------------------------------------------------------- /buttons/powered-by-debian.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/powered-by-debian.gif -------------------------------------------------------------------------------- /buttons/preserve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/preserve.gif -------------------------------------------------------------------------------- /buttons/queerpride.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/queerpride.gif -------------------------------------------------------------------------------- /buttons/rainbow_bev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/rainbow_bev.gif -------------------------------------------------------------------------------- /buttons/ravenow3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/ravenow3.gif -------------------------------------------------------------------------------- /buttons/scmapdb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/scmapdb.gif -------------------------------------------------------------------------------- /buttons/seedyourtorrents.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/seedyourtorrents.gif -------------------------------------------------------------------------------- /buttons/suricrasia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/suricrasia.gif -------------------------------------------------------------------------------- /buttons/trn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/trn.png -------------------------------------------------------------------------------- /buttons/wii.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/wii.gif -------------------------------------------------------------------------------- /buttons/winamp-miniban.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/buttons/winamp-miniban.gif -------------------------------------------------------------------------------- /cursors/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/1.png -------------------------------------------------------------------------------- /cursors/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/10.png -------------------------------------------------------------------------------- /cursors/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/11.png -------------------------------------------------------------------------------- /cursors/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/12.png -------------------------------------------------------------------------------- /cursors/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/13.png -------------------------------------------------------------------------------- /cursors/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/14.png -------------------------------------------------------------------------------- /cursors/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/15.png -------------------------------------------------------------------------------- /cursors/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/16.png -------------------------------------------------------------------------------- /cursors/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/17.png -------------------------------------------------------------------------------- /cursors/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/18.png -------------------------------------------------------------------------------- /cursors/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/19.png -------------------------------------------------------------------------------- /cursors/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/2.png -------------------------------------------------------------------------------- /cursors/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/20.png -------------------------------------------------------------------------------- /cursors/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/3.png -------------------------------------------------------------------------------- /cursors/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/4.png -------------------------------------------------------------------------------- /cursors/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/5.png -------------------------------------------------------------------------------- /cursors/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/6.png -------------------------------------------------------------------------------- /cursors/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/7.png -------------------------------------------------------------------------------- /cursors/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/8.png -------------------------------------------------------------------------------- /cursors/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/cursors/9.png -------------------------------------------------------------------------------- /embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/embed.png -------------------------------------------------------------------------------- /flatron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/flatron.png -------------------------------------------------------------------------------- /flatron2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/flatron2.png -------------------------------------------------------------------------------- /geo/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/1.gif -------------------------------------------------------------------------------- /geo/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/10.gif -------------------------------------------------------------------------------- /geo/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/11.gif -------------------------------------------------------------------------------- /geo/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/12.gif -------------------------------------------------------------------------------- /geo/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/13.gif -------------------------------------------------------------------------------- /geo/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/14.gif -------------------------------------------------------------------------------- /geo/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/15.gif -------------------------------------------------------------------------------- /geo/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/16.gif -------------------------------------------------------------------------------- /geo/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/17.gif -------------------------------------------------------------------------------- /geo/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/18.gif -------------------------------------------------------------------------------- /geo/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/19.gif -------------------------------------------------------------------------------- /geo/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/2.gif -------------------------------------------------------------------------------- /geo/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/20.gif -------------------------------------------------------------------------------- /geo/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/21.gif -------------------------------------------------------------------------------- /geo/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/22.gif -------------------------------------------------------------------------------- /geo/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/23.gif -------------------------------------------------------------------------------- /geo/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/3.gif -------------------------------------------------------------------------------- /geo/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/4.gif -------------------------------------------------------------------------------- /geo/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/5.gif -------------------------------------------------------------------------------- /geo/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/6.gif -------------------------------------------------------------------------------- /geo/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/7.gif -------------------------------------------------------------------------------- /geo/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/8.gif -------------------------------------------------------------------------------- /geo/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/geo/9.gif -------------------------------------------------------------------------------- /intro.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/intro.mp3 -------------------------------------------------------------------------------- /oneko/idle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/idle.gif -------------------------------------------------------------------------------- /oneko/notice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/notice.gif -------------------------------------------------------------------------------- /oneko/run_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_d.gif -------------------------------------------------------------------------------- /oneko/run_dl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_dl.gif -------------------------------------------------------------------------------- /oneko/run_dr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_dr.gif -------------------------------------------------------------------------------- /oneko/run_l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_l.gif -------------------------------------------------------------------------------- /oneko/run_r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_r.gif -------------------------------------------------------------------------------- /oneko/run_u.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_u.gif -------------------------------------------------------------------------------- /oneko/run_ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_ul.gif -------------------------------------------------------------------------------- /oneko/run_ur.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/run_ur.gif -------------------------------------------------------------------------------- /oneko/sleep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/oneko/sleep.gif -------------------------------------------------------------------------------- /refresh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/refresh1.png -------------------------------------------------------------------------------- /refresh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/refresh2.png -------------------------------------------------------------------------------- /refresh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/refresh3.png -------------------------------------------------------------------------------- /safe.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/safe.webp -------------------------------------------------------------------------------- /socials.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/css-clicker/b42c91f936f570c3f58afa75bba6e929c5923266/socials.webp --------------------------------------------------------------------------------