Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintendoboi22 authored Dec 10, 2024
1 parent 0a0e1b0 commit 8c79b4b
Show file tree
Hide file tree
Showing 24 changed files with 3,667 additions and 0 deletions.
Binary file added clicker-heros/clicker-heroes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions clicker-heros/data.json

Large diffs are not rendered by default.

Binary file added clicker-heros/favicon.ico
Binary file not shown.
Binary file added clicker-heros/icons/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/achivement_icon-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/coindrop-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/critical_click-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/gridviewmap-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/gridviewshop-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/hero-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clicker-heros/images/mapbg-sheet8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions clicker-heros/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-7L02W3ZMS5');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<title>Clicker Heroes Unblocked</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="generator" content="Construct 3">
<meta name="author" content="frank">
<link rel="manifest" href="appmanifest.json">
<link rel="apple-touch-icon" sizes="128x128" href="icons/icon-128.png">
<link rel="apple-touch-icon" sizes="256x256" href="icons/icon-256.png">
<link rel="apple-touch-icon" sizes="512x512" href="icons/icon-512.png">
<link rel="icon" type="image/png" href="icons/icon-512.png">
<link rel="stylesheet" href="style.css?v=2">
<meta name="description" content="Clicker Heroes, Clicker Heroes Unblocked, Clicker Heroes Cool Math, Clicker Heroes Friv Games">
<script src="/global.js"></script>
</head>
<style>
.flex{display:flex;}



</style>
<body>
<div id="fb-root"></div>
<script src="lodash.custom.min.js?v=2"></script>
<script src="tween.js?v=2"></script>
<noscript>
<div id="notSupportedWrap">
<h2 id="notSupportedTitle">This content requires JavaScript</h2>
<p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</p>
</div>
</noscript>
<script src="scripts/supportcheck.js?v=2"></script>
<script src="scripts/offlineclient.js?v=2"></script>
<script src="scripts/main.js?v=2"></script>
<script src="scripts/register-sw.js?v=2"></script>
<script>

function Showloading() {
let Loading = document.getElementById("content-loading");
Loading.style.display = "block";
}
function Hideloading() {
let Loading = document.getElementById("content-loading");
Loading.style.display = "none";
}
</script>
<div id="content-loading">
<div class="flex">Loading...</div>
<div class="flex">
<div class="dash uno"></div>
<div class="dash dos"></div>
<div class="dash tres"></div>
<div class="dash cuatro"></div>
</div>
</div>
</body>
</html>
16 changes: 16 additions & 0 deletions clicker-heros/lodash.custom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c79b4b

Please sign in to comment.