diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/404.html b/404.html deleted file mode 100644 index 8349d5b..0000000 --- a/404.html +++ /dev/null @@ -1,92 +0,0 @@ -Geometry Lite: 404 Not Found
- - diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..d0b26c6 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,173 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "bumpalo" +version = "3.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "geometrylite-github-io" +version = "1.0.0" +dependencies = [ + "webbrowser", +] + +[[package]] +name = "js-sys" +version = "0.3.83" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "once_cell" +version = "1.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" + +[[package]] +name = "proc-macro2" +version = "1.0.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quote" +version = "1.0.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "rustversion" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + +[[package]] +name = "syn" +version = "2.0.111" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "unicode-ident" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" + +[[package]] +name = "wasm-bindgen" +version = "0.2.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" +dependencies = [ + "bumpalo", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "web-sys" +version = "0.3.83" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "webbrowser" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a" +dependencies = [ + "web-sys", + "widestring", + "winapi", +] + +[[package]] +name = "widestring" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..5b66403 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "geometrylite-github-io" +version = "1.0.0" +edition = "2024" + +[dependencies] +webbrowser = "0.5.0" + +[[bin]] +name = "geometrylite-github-io" +path = "main.rs" diff --git a/about-us.html b/about-us.html deleted file mode 100644 index 258642a..0000000 --- a/about-us.html +++ /dev/null @@ -1,39 +0,0 @@ -About Us

About Us

Welcome to geometrylite.github.io—your online gateway to rhythm-fueled platforming thrills, high-speed dashing, and pulse-pounding reflex challenges.

At the core of our platform is the iconic Geometry Dash Lite, a rhythm-based platformer that’s captivated players since its release. Jump, flip, and fly through dangerous tunnels in perfect sync with the beat. Every level is a test of timing and reaction, turning music into a guide and rhythm into your only lifeline.

But our journey doesn’t end with just one game.

We also host another game inspired by Geometry Dash Lite, each delivering its twist on the genre. These rhythm-platformers capture the same energy—fast-paced gameplay, instant restarts, creative level design, and music-synced movement.

What You’ll Find Here

  • Instant access to Geometry Dash Lite and other rhythm-based platformers
  • No downloads or installs—play directly in your browser
  • Games that reward timing, pattern recognition, and sharp reflexes
  • Beat-driven gameplay where music and movement become one
  • Suitable for quick breaks or deep, challenging runs
  • Unblocked and accessible—ideal for students or casual players

Why We Created This Platform

We built geometrylite.github.io for everyone who loves a satisfying rhythm run—whether you're a longtime Geometry Dash fan or a newcomer discovering the thrill of beat-matching platforming. Our goal is to deliver high-quality, skill-based browser games with smooth performance and instant fun.

Each game on our site is carefully selected to bring that same rush: pure control, reactive music, and endless attempts to conquer the next spike.

If you’re ready to dash, jump, flip, and zigzag your way through pulsing tunnels, you’ve found the right place.

 

- - diff --git a/cache/data/file/defaut-file-s64x64.png b/cache/data/file/defaut-file-s64x64.png deleted file mode 100644 index a9e3d76..0000000 Binary files a/cache/data/file/defaut-file-s64x64.png and /dev/null differ diff --git a/cache/data/file/swf/stick-academy-s64x64.png b/cache/data/file/swf/stick-academy-s64x64.png deleted file mode 100644 index 8ccb1ce..0000000 Binary files a/cache/data/file/swf/stick-academy-s64x64.png and /dev/null differ diff --git a/cache/data/image/ads/no_image.png b/cache/data/image/ads/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/ads/no_image.png and /dev/null differ diff --git a/cache/data/image/album/no_image.png b/cache/data/image/album/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/album/no_image.png and /dev/null differ diff --git a/cache/data/image/category/no_image-s100x100.png b/cache/data/image/category/no_image-s100x100.png deleted file mode 100644 index a33f083..0000000 Binary files a/cache/data/image/category/no_image-s100x100.png and /dev/null differ diff --git a/cache/data/image/category/no_image.png b/cache/data/image/category/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/category/no_image.png and /dev/null differ diff --git a/cache/data/image/game/egg-dash/egg-dash-m186x186.png b/cache/data/image/game/egg-dash/egg-dash-m186x186.png deleted file mode 100644 index 5dd0344..0000000 Binary files a/cache/data/image/game/egg-dash/egg-dash-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/egg-dash/egg-dash-m186x186.webp b/cache/data/image/game/egg-dash/egg-dash-m186x186.webp deleted file mode 100644 index 27cb089..0000000 Binary files a/cache/data/image/game/egg-dash/egg-dash-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/egg-dash/egg-dash-s100x100.png b/cache/data/image/game/egg-dash/egg-dash-s100x100.png deleted file mode 100644 index 9c185a1..0000000 Binary files a/cache/data/image/game/egg-dash/egg-dash-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/geometry-dash/banner/geometry-lite-game-s100x100.png b/cache/data/image/game/geometry-dash/banner/geometry-lite-game-s100x100.png deleted file mode 100644 index 3302d42..0000000 Binary files a/cache/data/image/game/geometry-dash/banner/geometry-lite-game-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/geometry-dash/geometry-lite-game-m186x186.png b/cache/data/image/game/geometry-dash/geometry-lite-game-m186x186.png deleted file mode 100644 index 3908650..0000000 Binary files a/cache/data/image/game/geometry-dash/geometry-lite-game-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/geometry-dash/geometry-lite-game-m186x186.webp b/cache/data/image/game/geometry-dash/geometry-lite-game-m186x186.webp deleted file mode 100644 index 0c41724..0000000 Binary files a/cache/data/image/game/geometry-dash/geometry-lite-game-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/geometry-dash/geometry-lite-game-s100x100.png b/cache/data/image/game/geometry-dash/geometry-lite-game-s100x100.png deleted file mode 100644 index 3302d42..0000000 Binary files a/cache/data/image/game/geometry-dash/geometry-lite-game-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/geometry-game-3d/geometry-game-3d-m186x186.png b/cache/data/image/game/geometry-game-3d/geometry-game-3d-m186x186.png deleted file mode 100644 index a99a660..0000000 Binary files a/cache/data/image/game/geometry-game-3d/geometry-game-3d-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/geometry-game-3d/geometry-game-3d-m186x186.webp b/cache/data/image/game/geometry-game-3d/geometry-game-3d-m186x186.webp deleted file mode 100644 index ef48128..0000000 Binary files a/cache/data/image/game/geometry-game-3d/geometry-game-3d-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/geometry-game-3d/geometry-game-3d-s100x100.png b/cache/data/image/game/geometry-game-3d/geometry-game-3d-s100x100.png deleted file mode 100644 index 3b9712b..0000000 Binary files a/cache/data/image/game/geometry-game-3d/geometry-game-3d-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/geometry-jump/geometry-jump-m186x186.png b/cache/data/image/game/geometry-jump/geometry-jump-m186x186.png deleted file mode 100644 index e627610..0000000 Binary files a/cache/data/image/game/geometry-jump/geometry-jump-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/geometry-jump/geometry-jump-m186x186.webp b/cache/data/image/game/geometry-jump/geometry-jump-m186x186.webp deleted file mode 100644 index 3a88ea2..0000000 Binary files a/cache/data/image/game/geometry-jump/geometry-jump-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/geometry-jump/geometry-jump-s100x100.png b/cache/data/image/game/geometry-jump/geometry-jump-s100x100.png deleted file mode 100644 index 14bd23c..0000000 Binary files a/cache/data/image/game/geometry-jump/geometry-jump-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-m186x186.png b/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-m186x186.png deleted file mode 100644 index 178d9f5..0000000 Binary files a/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-m186x186.webp b/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-m186x186.webp deleted file mode 100644 index 8a8b296..0000000 Binary files a/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-s100x100.png b/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-s100x100.png deleted file mode 100644 index 9fe8c1c..0000000 Binary files a/cache/data/image/game/geometry-lite-classic/geometry-lite-classic-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/geometry-lite-game-s100x100.png b/cache/data/image/game/geometry-lite-game-s100x100.png deleted file mode 100644 index 25d4040..0000000 Binary files a/cache/data/image/game/geometry-lite-game-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/no_image.png b/cache/data/image/game/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/game/no_image.png and /dev/null differ diff --git a/cache/data/image/game/spooky-dash/spooky-dash-m186x186.png b/cache/data/image/game/spooky-dash/spooky-dash-m186x186.png deleted file mode 100644 index fa54072..0000000 Binary files a/cache/data/image/game/spooky-dash/spooky-dash-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/spooky-dash/spooky-dash-m186x186.webp b/cache/data/image/game/spooky-dash/spooky-dash-m186x186.webp deleted file mode 100644 index c8fdc8c..0000000 Binary files a/cache/data/image/game/spooky-dash/spooky-dash-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/spooky-dash/spooky-dash-s100x100.png b/cache/data/image/game/spooky-dash/spooky-dash-s100x100.png deleted file mode 100644 index 572d5a8..0000000 Binary files a/cache/data/image/game/spooky-dash/spooky-dash-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/tap-road-beat/tap-road-beat-game-m186x186.png b/cache/data/image/game/tap-road-beat/tap-road-beat-game-m186x186.png deleted file mode 100644 index f9d0170..0000000 Binary files a/cache/data/image/game/tap-road-beat/tap-road-beat-game-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/tap-road-beat/tap-road-beat-game-m186x186.webp b/cache/data/image/game/tap-road-beat/tap-road-beat-game-m186x186.webp deleted file mode 100644 index 2d65339..0000000 Binary files a/cache/data/image/game/tap-road-beat/tap-road-beat-game-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/tap-road-beat/tap-road-beat-game-s100x100.png b/cache/data/image/game/tap-road-beat/tap-road-beat-game-s100x100.png deleted file mode 100644 index d582f3d..0000000 Binary files a/cache/data/image/game/tap-road-beat/tap-road-beat-game-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/wave-dash/wave-dash-m186x186.png b/cache/data/image/game/wave-dash/wave-dash-m186x186.png deleted file mode 100644 index 69de6eb..0000000 Binary files a/cache/data/image/game/wave-dash/wave-dash-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/wave-dash/wave-dash-m186x186.webp b/cache/data/image/game/wave-dash/wave-dash-m186x186.webp deleted file mode 100644 index e46d1bd..0000000 Binary files a/cache/data/image/game/wave-dash/wave-dash-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/wave-dash/wave-dash-s100x100.png b/cache/data/image/game/wave-dash/wave-dash-s100x100.png deleted file mode 100644 index 8cfe8ba..0000000 Binary files a/cache/data/image/game/wave-dash/wave-dash-s100x100.png and /dev/null differ diff --git a/cache/data/image/game/xmas-dash/xmas-dash-m186x186.png b/cache/data/image/game/xmas-dash/xmas-dash-m186x186.png deleted file mode 100644 index 4b4b8ba..0000000 Binary files a/cache/data/image/game/xmas-dash/xmas-dash-m186x186.png and /dev/null differ diff --git a/cache/data/image/game/xmas-dash/xmas-dash-m186x186.webp b/cache/data/image/game/xmas-dash/xmas-dash-m186x186.webp deleted file mode 100644 index 402c25d..0000000 Binary files a/cache/data/image/game/xmas-dash/xmas-dash-m186x186.webp and /dev/null differ diff --git a/cache/data/image/game/xmas-dash/xmas-dash-s100x100.png b/cache/data/image/game/xmas-dash/xmas-dash-s100x100.png deleted file mode 100644 index 980daf1..0000000 Binary files a/cache/data/image/game/xmas-dash/xmas-dash-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/action-m24x24.png b/cache/data/image/menu/action-m24x24.png deleted file mode 100644 index cbfecbb..0000000 Binary files a/cache/data/image/menu/action-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/action-m24x24.webp b/cache/data/image/menu/action-m24x24.webp deleted file mode 100644 index 9d9c09e..0000000 Binary files a/cache/data/image/menu/action-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/action-s100x100.png b/cache/data/image/menu/action-s100x100.png deleted file mode 100644 index 9b2914c..0000000 Binary files a/cache/data/image/menu/action-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/bar-graph-m24x24.png b/cache/data/image/menu/bar-graph-m24x24.png deleted file mode 100644 index 1ec84c6..0000000 Binary files a/cache/data/image/menu/bar-graph-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/bar-graph-m24x24.webp b/cache/data/image/menu/bar-graph-m24x24.webp deleted file mode 100644 index 5ec5d26..0000000 Binary files a/cache/data/image/menu/bar-graph-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/bar-graph-s100x100.png b/cache/data/image/menu/bar-graph-s100x100.png deleted file mode 100644 index 3e1b7fa..0000000 Binary files a/cache/data/image/menu/bar-graph-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/casual-m24x24.png b/cache/data/image/menu/casual-m24x24.png deleted file mode 100644 index 773a66f..0000000 Binary files a/cache/data/image/menu/casual-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/casual-m24x24.webp b/cache/data/image/menu/casual-m24x24.webp deleted file mode 100644 index 7d4bbb6..0000000 Binary files a/cache/data/image/menu/casual-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/casual-s100x100.png b/cache/data/image/menu/casual-s100x100.png deleted file mode 100644 index c970166..0000000 Binary files a/cache/data/image/menu/casual-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/fire-4-m24x24.png b/cache/data/image/menu/fire-4-m24x24.png deleted file mode 100644 index 5b3e40d..0000000 Binary files a/cache/data/image/menu/fire-4-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/fire-4-m24x24.webp b/cache/data/image/menu/fire-4-m24x24.webp deleted file mode 100644 index e6300ad..0000000 Binary files a/cache/data/image/menu/fire-4-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/fire-4-s100x100.png b/cache/data/image/menu/fire-4-s100x100.png deleted file mode 100644 index eb6c343..0000000 Binary files a/cache/data/image/menu/fire-4-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/new-1-m24x24.png b/cache/data/image/menu/new-1-m24x24.png deleted file mode 100644 index ee2770c..0000000 Binary files a/cache/data/image/menu/new-1-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/new-1-m24x24.webp b/cache/data/image/menu/new-1-m24x24.webp deleted file mode 100644 index cfeeda9..0000000 Binary files a/cache/data/image/menu/new-1-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/new-1-s100x100.png b/cache/data/image/menu/new-1-s100x100.png deleted file mode 100644 index 6e59018..0000000 Binary files a/cache/data/image/menu/new-1-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/no_image.png b/cache/data/image/menu/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/menu/no_image.png and /dev/null differ diff --git a/cache/data/image/menu/racing-m24x24.png b/cache/data/image/menu/racing-m24x24.png deleted file mode 100644 index d33abea..0000000 Binary files a/cache/data/image/menu/racing-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/racing-m24x24.webp b/cache/data/image/menu/racing-m24x24.webp deleted file mode 100644 index 08c047c..0000000 Binary files a/cache/data/image/menu/racing-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/racing-s100x100.png b/cache/data/image/menu/racing-s100x100.png deleted file mode 100644 index c264fd5..0000000 Binary files a/cache/data/image/menu/racing-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/running-m24x24.png b/cache/data/image/menu/running-m24x24.png deleted file mode 100644 index 1f4b0ad..0000000 Binary files a/cache/data/image/menu/running-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/running-m24x24.webp b/cache/data/image/menu/running-m24x24.webp deleted file mode 100644 index e92acc5..0000000 Binary files a/cache/data/image/menu/running-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/running-s100x100.png b/cache/data/image/menu/running-s100x100.png deleted file mode 100644 index 7a40d9d..0000000 Binary files a/cache/data/image/menu/running-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/save-m24x24.png b/cache/data/image/menu/save-m24x24.png deleted file mode 100644 index d66bdae..0000000 Binary files a/cache/data/image/menu/save-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/save-m24x24.webp b/cache/data/image/menu/save-m24x24.webp deleted file mode 100644 index 7bdce01..0000000 Binary files a/cache/data/image/menu/save-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/save-s100x100.png b/cache/data/image/menu/save-s100x100.png deleted file mode 100644 index d7600df..0000000 Binary files a/cache/data/image/menu/save-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/simulation-m24x24.png b/cache/data/image/menu/simulation-m24x24.png deleted file mode 100644 index 7f3952e..0000000 Binary files a/cache/data/image/menu/simulation-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/simulation-m24x24.webp b/cache/data/image/menu/simulation-m24x24.webp deleted file mode 100644 index af1032c..0000000 Binary files a/cache/data/image/menu/simulation-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/simulation-s100x100.png b/cache/data/image/menu/simulation-s100x100.png deleted file mode 100644 index fd9f3a0..0000000 Binary files a/cache/data/image/menu/simulation-s100x100.png and /dev/null differ diff --git a/cache/data/image/menu/sports-m24x24.png b/cache/data/image/menu/sports-m24x24.png deleted file mode 100644 index ff6b89a..0000000 Binary files a/cache/data/image/menu/sports-m24x24.png and /dev/null differ diff --git a/cache/data/image/menu/sports-m24x24.webp b/cache/data/image/menu/sports-m24x24.webp deleted file mode 100644 index 66006e8..0000000 Binary files a/cache/data/image/menu/sports-m24x24.webp and /dev/null differ diff --git a/cache/data/image/menu/sports-s100x100.png b/cache/data/image/menu/sports-s100x100.png deleted file mode 100644 index 386a2b2..0000000 Binary files a/cache/data/image/menu/sports-s100x100.png and /dev/null differ diff --git a/cache/data/image/metadata/no_image.png b/cache/data/image/metadata/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/metadata/no_image.png and /dev/null differ diff --git a/cache/data/image/no_image-f200x80.png b/cache/data/image/no_image-f200x80.png deleted file mode 100644 index fea79fe..0000000 Binary files a/cache/data/image/no_image-f200x80.png and /dev/null differ diff --git a/cache/data/image/no_image-f200x80.webp b/cache/data/image/no_image-f200x80.webp deleted file mode 100644 index 66841cb..0000000 Binary files a/cache/data/image/no_image-f200x80.webp and /dev/null differ diff --git a/cache/data/image/no_image-h100x100.png b/cache/data/image/no_image-h100x100.png deleted file mode 100644 index 7448377..0000000 Binary files a/cache/data/image/no_image-h100x100.png and /dev/null differ diff --git a/cache/data/image/no_image-m186x186.png b/cache/data/image/no_image-m186x186.png deleted file mode 100644 index 15e0c9f..0000000 Binary files a/cache/data/image/no_image-m186x186.png and /dev/null differ diff --git a/cache/data/image/no_image-m186x186.webp b/cache/data/image/no_image-m186x186.webp deleted file mode 100644 index 75d85e6..0000000 Binary files a/cache/data/image/no_image-m186x186.webp and /dev/null differ diff --git a/cache/data/image/no_image-m24x24.png b/cache/data/image/no_image-m24x24.png deleted file mode 100644 index 7f43758..0000000 Binary files a/cache/data/image/no_image-m24x24.png and /dev/null differ diff --git a/cache/data/image/no_image-m24x24.webp b/cache/data/image/no_image-m24x24.webp deleted file mode 100644 index 274c66d..0000000 Binary files a/cache/data/image/no_image-m24x24.webp and /dev/null differ diff --git a/cache/data/image/no_image-s100x100.png b/cache/data/image/no_image-s100x100.png deleted file mode 100644 index 7448377..0000000 Binary files a/cache/data/image/no_image-s100x100.png and /dev/null differ diff --git a/cache/data/image/no_image-s512x512.png b/cache/data/image/no_image-s512x512.png deleted file mode 100644 index 0baa21c..0000000 Binary files a/cache/data/image/no_image-s512x512.png and /dev/null differ diff --git a/cache/data/image/options/favicon-s100x100.png b/cache/data/image/options/favicon-s100x100.png deleted file mode 100644 index 4db40ef..0000000 Binary files a/cache/data/image/options/favicon-s100x100.png and /dev/null differ diff --git a/cache/data/image/options/favicon-s512x512.png b/cache/data/image/options/favicon-s512x512.png deleted file mode 100644 index 2ebab3f..0000000 Binary files a/cache/data/image/options/favicon-s512x512.png and /dev/null differ diff --git a/cache/data/image/options/geometry-lite.io-f200x80.png b/cache/data/image/options/geometry-lite.io-f200x80.png deleted file mode 100644 index 91cc91e..0000000 Binary files a/cache/data/image/options/geometry-lite.io-f200x80.png and /dev/null differ diff --git a/cache/data/image/options/geometry-lite.io-f200x80.webp b/cache/data/image/options/geometry-lite.io-f200x80.webp deleted file mode 100644 index e688bea..0000000 Binary files a/cache/data/image/options/geometry-lite.io-f200x80.webp and /dev/null differ diff --git a/cache/data/image/options/geometry-lite.io-s100x100.png b/cache/data/image/options/geometry-lite.io-s100x100.png deleted file mode 100644 index 603321b..0000000 Binary files a/cache/data/image/options/geometry-lite.io-s100x100.png and /dev/null differ diff --git a/cache/data/image/options/no_image.png b/cache/data/image/options/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/options/no_image.png and /dev/null differ diff --git a/cache/data/image/page/no_image.png b/cache/data/image/page/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/page/no_image.png and /dev/null differ diff --git a/cache/data/image/posts/no_image.png b/cache/data/image/posts/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/posts/no_image.png and /dev/null differ diff --git a/cache/data/image/tinymce/10559681_752849718106228_4074433831137356511_n-s100x100.jpg b/cache/data/image/tinymce/10559681_752849718106228_4074433831137356511_n-s100x100.jpg deleted file mode 100644 index 5726e32..0000000 Binary files a/cache/data/image/tinymce/10559681_752849718106228_4074433831137356511_n-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/8a23-150x89-s100x100.jpg b/cache/data/image/tinymce/8a23-150x89-s100x100.jpg deleted file mode 100644 index 94d1cc5..0000000 Binary files a/cache/data/image/tinymce/8a23-150x89-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/8a23-150x891-s100x100.jpg b/cache/data/image/tinymce/8a23-150x891-s100x100.jpg deleted file mode 100644 index 94d1cc5..0000000 Binary files a/cache/data/image/tinymce/8a23-150x891-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/8a23-150x892-s100x100.jpg b/cache/data/image/tinymce/8a23-150x892-s100x100.jpg deleted file mode 100644 index 94d1cc5..0000000 Binary files a/cache/data/image/tinymce/8a23-150x892-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/8y-11416102047-s100x100.jpg b/cache/data/image/tinymce/8y-11416102047-s100x100.jpg deleted file mode 100644 index 15823b3..0000000 Binary files a/cache/data/image/tinymce/8y-11416102047-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/8y-114161020471-s100x100.jpg b/cache/data/image/tinymce/8y-114161020471-s100x100.jpg deleted file mode 100644 index 15823b3..0000000 Binary files a/cache/data/image/tinymce/8y-114161020471-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/9-loi-trang-diem-khien-ban-trong-gia-di-10-tuoi-490x294-s100x100.jpg b/cache/data/image/tinymce/9-loi-trang-diem-khien-ban-trong-gia-di-10-tuoi-490x294-s100x100.jpg deleted file mode 100644 index 0ecb9e3..0000000 Binary files a/cache/data/image/tinymce/9-loi-trang-diem-khien-ban-trong-gia-di-10-tuoi-490x294-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/9-loi-trang-diem-khien-ban-trong-gia-di-10-tuoi-490x2941-s100x100.jpg b/cache/data/image/tinymce/9-loi-trang-diem-khien-ban-trong-gia-di-10-tuoi-490x2941-s100x100.jpg deleted file mode 100644 index 0ecb9e3..0000000 Binary files a/cache/data/image/tinymce/9-loi-trang-diem-khien-ban-trong-gia-di-10-tuoi-490x2941-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/Flash Logo-s100x100.jpg b/cache/data/image/tinymce/Flash Logo-s100x100.jpg deleted file mode 100644 index 5957a98..0000000 Binary files a/cache/data/image/tinymce/Flash Logo-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/Thiet-ke-shop-shop-dep-2 (2)-s100x100.jpg b/cache/data/image/tinymce/Thiet-ke-shop-shop-dep-2 (2)-s100x100.jpg deleted file mode 100644 index 5a8f96e..0000000 Binary files a/cache/data/image/tinymce/Thiet-ke-shop-shop-dep-2 (2)-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg-s100x100.jpg b/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg-s100x100.jpg deleted file mode 100644 index f30ae8c..0000000 Binary files a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg1-s100x100.jpg b/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg1-s100x100.jpg deleted file mode 100644 index f30ae8c..0000000 Binary files a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg1-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg2-s100x100.jpg b/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg2-s100x100.jpg deleted file mode 100644 index f30ae8c..0000000 Binary files a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg2-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg3-s100x100.jpg b/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg3-s100x100.jpg deleted file mode 100644 index f30ae8c..0000000 Binary files a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg3-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg4-s100x100.jpg b/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg4-s100x100.jpg deleted file mode 100644 index f30ae8c..0000000 Binary files a/cache/data/image/tinymce/cong-dung-cua-sua-ong-chua-costar-1450mg4-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/hkbike1-s100x100.jpg b/cache/data/image/tinymce/hkbike1-s100x100.jpg deleted file mode 100644 index 3d3ebc1..0000000 Binary files a/cache/data/image/tinymce/hkbike1-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/hop-b291c-s100x100.jpg b/cache/data/image/tinymce/hop-b291c-s100x100.jpg deleted file mode 100644 index a610e9b..0000000 Binary files a/cache/data/image/tinymce/hop-b291c-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/mh-efe63-s100x100.jpg b/cache/data/image/tinymce/mh-efe63-s100x100.jpg deleted file mode 100644 index 4070102..0000000 Binary files a/cache/data/image/tinymce/mh-efe63-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/sua-ong-chua-golden-health-1600mg-s100x100.jpg b/cache/data/image/tinymce/sua-ong-chua-golden-health-1600mg-s100x100.jpg deleted file mode 100644 index b81420e..0000000 Binary files a/cache/data/image/tinymce/sua-ong-chua-golden-health-1600mg-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/thang-tu-den-roi-ban-da-muon-mo-long-chua-s100x100.jpg b/cache/data/image/tinymce/thang-tu-den-roi-ban-da-muon-mo-long-chua-s100x100.jpg deleted file mode 100644 index 4bad040..0000000 Binary files a/cache/data/image/tinymce/thang-tu-den-roi-ban-da-muon-mo-long-chua-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/thanh-phan-chinh-trong-sua-ong-chua-costar-s100x100.jpg b/cache/data/image/tinymce/thanh-phan-chinh-trong-sua-ong-chua-costar-s100x100.jpg deleted file mode 100644 index a73da85..0000000 Binary files a/cache/data/image/tinymce/thanh-phan-chinh-trong-sua-ong-chua-costar-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/tinymce/vien-uong-sua-ong-chua-golden-health-royal-jelly-1600mg-365-vien--2-s100x100.jpg b/cache/data/image/tinymce/vien-uong-sua-ong-chua-golden-health-royal-jelly-1600mg-365-vien--2-s100x100.jpg deleted file mode 100644 index e650e94..0000000 Binary files a/cache/data/image/tinymce/vien-uong-sua-ong-chua-golden-health-royal-jelly-1600mg-365-vien--2-s100x100.jpg and /dev/null differ diff --git a/cache/data/image/user/no_image.png b/cache/data/image/user/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/image/user/no_image.png and /dev/null differ diff --git a/cache/data/no_image.png b/cache/data/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/no_image.png and /dev/null differ diff --git a/cache/data/thumb/no_image-s64x64.png b/cache/data/thumb/no_image-s64x64.png deleted file mode 100644 index 4921d43..0000000 Binary files a/cache/data/thumb/no_image-s64x64.png and /dev/null differ diff --git a/cache/data/thumb/no_image.png b/cache/data/thumb/no_image.png deleted file mode 100644 index b71265f..0000000 Binary files a/cache/data/thumb/no_image.png and /dev/null differ diff --git a/contact-us.html b/contact-us.html deleted file mode 100644 index 3b5b4ae..0000000 --- a/contact-us.html +++ /dev/null @@ -1,39 +0,0 @@ -Contact Us

Contact Us

Need assistance? We're available to help!

In case you have any inquiries, comments, or proposals on how we can improve our platform, don't hesitate to contact us. You can drop us a line at [email protected], and we'll make every effort to reply promptly.

- - diff --git a/data/image/game/geometry-lite-game.png b/data/image/game/geometry-lite-game.png deleted file mode 100644 index c156d29..0000000 Binary files a/data/image/game/geometry-lite-game.png and /dev/null differ diff --git a/dmca.html b/dmca.html deleted file mode 100644 index 62ffe6c..0000000 --- a/dmca.html +++ /dev/null @@ -1,39 +0,0 @@ -DMCA

DMCA

We have implemented a procedure to address any concerns regarding potential copyright violations on the Site. If you suspect that any content infringes on copyright laws, we will take immediate action to remove it upon notification.

To report a claim of copyright infringement, please send a written notice to our center using the contact information provided below. Your notice should include the following information:

  • Your physical or electronic signature, as the owner of an exclusive right that is allegedly infringed, or as an authorized representative of such an owner.
  • Identification of the copyrighted work that you claim has been infringed, or, if there are multiple copyrighted works at a single online site that are covered by a single notification, a representative list of such works at that site.
  • Identification of the material that you claim is infringing or is the subject of infringing activity and that should be removed or disabled, as well as information reasonably sufficient to permit us to locate the material.
  • Information reasonably sufficient to permit us to contact you, such as your address, telephone number, and email address if available.
  • A statement that you have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.
  • A statement that the information in your notification is accurate and, under penalty of perjury, that you are the owner of an exclusive right that is allegedly infringed or are authorized to act on behalf of such owner.
  • Please note that submitting a false claim of copyright infringement is illegal and may result in legal consequences.
- - diff --git a/egg-dash.html b/egg-dash.html deleted file mode 100644 index 486d242..0000000 --- a/egg-dash.html +++ /dev/null @@ -1,107 +0,0 @@ -Egg Dash

Egg Dash is a charming platform game that throws your egg into an intense, rhythm-powered journey across a festive Easter-themed map. This egg-citing adventure challenges your timing and reflexes as you hop through wild terrain filled with sneaky traps. Ready to crack the challenge? Glide through an enchanting tunnel of holiday chaos, where one bump means it's game over. 

SURVIVE THE RHYTHMIC CHAOS

Egg Dash tosses you into a fast-paced platformer where the soundtrack leads the way. In this game, you will become a colorful egg, taking on the challenges of dashing through charming tunnels packed with tons of obstacles. You need to jump over deadly spikes, spinning blades, and narrow gaps, aiming to survive the blocks until you reach the end. Besides, each level hides shiny coins that boost your final score—if you’re brave enough to grab them. This playground time is every move to the music, so syncing your movements is the only way to survive. 

Pro Tips to Dash Like a Pro

  • Focus on the Beat: Use the rhythm to time your jumps perfectly.
  • Memorize the Path: Learn from each crash and plan your moves.
  • Grab Coins: Gather coins to unlock bonuses and bragging rights.
  • Stay Calm: Keep yourself calm to spot obstacles fast and move smart.

How to Control

Click the mouse, press the spacebar, or tap the up arrow to jump. You need to keep your taps clean and steady to survive the madness!

-
- - diff --git a/embed/egg-dash.html b/embed/egg-dash.html deleted file mode 100644 index 65c7bef..0000000 --- a/embed/egg-dash.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Egg Dash game! -
Egg Dash
\ No newline at end of file diff --git a/embed/geometry-dash-lite.html b/embed/geometry-dash-lite.html deleted file mode 100644 index d5f2f13..0000000 --- a/embed/geometry-dash-lite.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Geometry Dash Lite game! -
Geometry Dash Lite
\ No newline at end of file diff --git a/embed/geometry-game-3d.html b/embed/geometry-game-3d.html deleted file mode 100644 index bc5a7c7..0000000 --- a/embed/geometry-game-3d.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Geometry Game 3D game! -
Geometry Game 3D
\ No newline at end of file diff --git a/embed/geometry-jump.html b/embed/geometry-jump.html deleted file mode 100644 index 3cbdb85..0000000 --- a/embed/geometry-jump.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Geometry Jump game! -
Geometry Jump
\ No newline at end of file diff --git a/embed/geometry-lite-classic.html b/embed/geometry-lite-classic.html deleted file mode 100644 index e8d2694..0000000 --- a/embed/geometry-lite-classic.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Geometry Lite Classic game! -
Geometry Lite Classic
\ No newline at end of file diff --git a/embed/spooky-dash.html b/embed/spooky-dash.html deleted file mode 100644 index 19a36b7..0000000 --- a/embed/spooky-dash.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Spooky Dash game! -
Spooky Dash
\ No newline at end of file diff --git a/embed/tap-road-beat.html b/embed/tap-road-beat.html deleted file mode 100644 index faeb768..0000000 --- a/embed/tap-road-beat.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Tap Road Beat game! -
Tap Road Beat
\ No newline at end of file diff --git a/embed/wave-dash.html b/embed/wave-dash.html deleted file mode 100644 index 41feb30..0000000 --- a/embed/wave-dash.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Wave Dash game! -
Wave Dash
\ No newline at end of file diff --git a/embed/xmas-dash.html b/embed/xmas-dash.html deleted file mode 100644 index 6aaf154..0000000 --- a/embed/xmas-dash.html +++ /dev/null @@ -1,378 +0,0 @@ -Play Xmas Dash game! -
Xmas Dash
\ No newline at end of file diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 6a7e616..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favorite.html b/favorite.html deleted file mode 100644 index b12fe78..0000000 --- a/favorite.html +++ /dev/null @@ -1,34 +0,0 @@ -My favorite games on Geometry Lite

My favorite games

- - diff --git a/game/geometry-dash/25070503/Build/.htaccess b/game/geometry-dash/25070503/Build/.htaccess deleted file mode 100644 index b07d990..0000000 --- a/game/geometry-dash/25070503/Build/.htaccess +++ /dev/null @@ -1,9 +0,0 @@ - -AddType application/wasm .wasm -AddEncoding gzip .unityweb - - - - Header set Cache-Control "no-transform" - - \ No newline at end of file diff --git a/game/geometry-dash/25070503/Build/geometry-lite-v25070503.data.unityweb b/game/geometry-dash/25070503/Build/geometry-lite-v25070503.data.unityweb deleted file mode 100644 index 7839074..0000000 Binary files a/game/geometry-dash/25070503/Build/geometry-lite-v25070503.data.unityweb and /dev/null differ diff --git a/game/geometry-dash/25070503/Build/geometry-lite-v25070503.framework.js.unityweb b/game/geometry-dash/25070503/Build/geometry-lite-v25070503.framework.js.unityweb deleted file mode 100644 index 667e2a7..0000000 Binary files a/game/geometry-dash/25070503/Build/geometry-lite-v25070503.framework.js.unityweb and /dev/null differ diff --git a/game/geometry-dash/25070503/Build/geometry-lite-v25070503.loader.js b/game/geometry-dash/25070503/Build/geometry-lite-v25070503.loader.js deleted file mode 100644 index 9b76651..0000000 --- a/game/geometry-dash/25070503/Build/geometry-lite-v25070503.loader.js +++ /dev/null @@ -1 +0,0 @@ -function createUnityInstance(t,n,l){function d(e,t){if(!d.aborted&&n.showBanner)return"error"==t&&(d.aborted=!0),n.showBanner(e,t);switch(t){case"error":console.error(e);break;case"warning":console.warn(e);break;default:console.log(e)}}function r(e){var t=e.reason||e.error,n=t?t.toString():e.message||e.reason||"",r=t&&t.stack?t.stack.toString():"";(n+="\n"+(r=r.startsWith(n)?r.substring(n.length):r).trim())&&c.stackTraceRegExp&&c.stackTraceRegExp.test(n)&&k(n,e.filename||t&&(t.fileName||t.sourceURL)||"",e.lineno||t&&(t.lineNumber||t.line)||0)}function e(e,t,n){var r=e[t];void 0!==r&&r||(console.warn('Config option "'+t+'" is missing or empty. Falling back to default value: "'+n+'". Consider updating your WebGL template to include the missing config option.'),e[t]=n)}l=l||function(){};var o,c={canvas:t,webglContextAttributes:{preserveDrawingBuffer:!1,powerPreference:2},cacheControl:function(e){return e==c.dataUrl?"must-revalidate":"no-store"},streamingAssetsUrl:"StreamingAssets",downloadProgress:{},deinitializers:[],intervals:{},setInterval:function(e,t){e=window.setInterval(e,t);return this.intervals[e]=!0,e},clearInterval:function(e){delete this.intervals[e],window.clearInterval(e)},preRun:[],postRun:[],print:function(e){console.log(e)},printErr:function(e){console.error(e),"string"==typeof e&&-1!=e.indexOf("wasm streaming compile failed")&&(-1!=e.toLowerCase().indexOf("mime")?d('HTTP Response Header "Content-Type" configured incorrectly on the server for file '+c.codeUrl+' , should be "application/wasm". Startup time performance will suffer.',"warning"):d('WebAssembly streaming compilation failed! This can happen for example if "Content-Encoding" HTTP header is incorrectly enabled on the server for file '+c.codeUrl+", but the file is not pre-compressed on disk (or vice versa). Check the Network tab in browser Devtools to debug server header configuration.","warning"))},locateFile:function(e){return e},disabledCanvasEvents:["contextmenu","dragstart"]};for(o in e(n,"companyName","Unity"),e(n,"productName","WebGL Player"),e(n,"productVersion","1.0"),n)c[o]=n[o];c.streamingAssetsUrl=new URL(c.streamingAssetsUrl,document.URL).href;var a=c.disabledCanvasEvents.slice();function i(e){e.preventDefault()}a.forEach(function(e){t.addEventListener(e,i)}),window.addEventListener("error",r),window.addEventListener("unhandledrejection",r),c.deinitializers.push(function(){for(var e in c.disableAccessToMediaDevices(),a.forEach(function(e){t.removeEventListener(e,i)}),window.removeEventListener("error",r),window.removeEventListener("unhandledrejection",r),c.intervals)window.clearInterval(e);c.intervals={}}),c.QuitCleanup=function(){for(var e=0;e>>6:(n<65536?t[o++]=224|n>>>12:(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63),t[o++]=128|n>>>6&63),t[o++]=128|63&n);return t},n.buf2binstring=function(e){return u(e,e.length)},n.binstring2buf=function(e){for(var t=new l.Buf8(e.length),n=0,r=t.length;n>10&1023,a[i++]=56320|1023&n)}return u(a,i)},n.utf8border=function(e,t){for(var n=(t=(t=t||e.length)>e.length?e.length:t)-1;0<=n&&128==(192&e[n]);)n--;return!(n<0)&&0!==n&&n+d[e[n]]>t?n:t}},"zlib/inflate.js":function(e,t,n){"use strict";var L=e("../utils/common"),O=e("./adler32"),I=e("./crc32"),A=e("./inffast"),P=e("./inftrees"),D=0,N=-2,z=1,r=852,o=592;function F(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function a(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new L.Buf16(320),this.work=new L.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function i(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=z,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new L.Buf32(r),t.distcode=t.distdyn=new L.Buf32(o),t.sane=1,t.back=-1,D):N}function s(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,i(e)):N}function l(e,t){var n,r;return!e||!e.state||(r=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15=e.wsize?(L.arraySet(e.window,t,n-e.wsize,e.wsize,0),e.wnext=0,e.whave=e.wsize):(r<(o=e.wsize-e.wnext)&&(o=r),L.arraySet(e.window,t,n-r,o,e.wnext),(r-=o)?(L.arraySet(e.window,t,n-r,r,0),e.wnext=r,e.whave=e.wsize):(e.wnext+=o,e.wnext===e.wsize&&(e.wnext=0),e.whave>>8&255,n.check=I(n.check,B,2,0),u=d=0,n.mode=2;else if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&d)<<8)+(d>>8))%31)e.msg="incorrect header check",n.mode=30;else if(8!=(15&d))e.msg="unknown compression method",n.mode=30;else{if(u-=4,x=8+(15&(d>>>=4)),0===n.wbits)n.wbits=x;else if(x>n.wbits){e.msg="invalid window size",n.mode=30;break}n.dmax=1<>8&1),512&n.flags&&(B[0]=255&d,B[1]=d>>>8&255,n.check=I(n.check,B,2,0)),u=d=0,n.mode=3;case 3:for(;u<32;){if(0===s)break e;s--,d+=r[a++]<>>8&255,B[2]=d>>>16&255,B[3]=d>>>24&255,n.check=I(n.check,B,4,0)),u=d=0,n.mode=4;case 4:for(;u<16;){if(0===s)break e;s--,d+=r[a++]<>8),512&n.flags&&(B[0]=255&d,B[1]=d>>>8&255,n.check=I(n.check,B,2,0)),u=d=0,n.mode=5;case 5:if(1024&n.flags){for(;u<16;){if(0===s)break e;s--,d+=r[a++]<>>8&255,n.check=I(n.check,B,2,0)),u=d=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&((h=s<(h=n.length)?s:h)&&(n.head&&(x=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Array(n.head.extra_len)),L.arraySet(n.head.extra,r,a,h,x)),512&n.flags&&(n.check=I(n.check,r,h,a)),s-=h,a+=h,n.length-=h),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(0===s)break e;for(h=0;x=r[a+h++],n.head&&x&&n.length<65536&&(n.head.name+=String.fromCharCode(x)),x&&h>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;u<32;){if(0===s)break e;s--,d+=r[a++]<>>=7&u,u-=7&u,n.mode=27;else{for(;u<3;){if(0===s)break e;s--,d+=r[a++]<>>=1)){case 0:n.mode=14;break;case 1:var T,T=R=void 0,R=n;if(H){for(Z=new L.Buf32(512),j=new L.Buf32(32),T=0;T<144;)R.lens[T++]=8;for(;T<256;)R.lens[T++]=9;for(;T<280;)R.lens[T++]=7;for(;T<288;)R.lens[T++]=8;for(P(1,R.lens,0,288,Z,0,R.work,{bits:9}),T=0;T<32;)R.lens[T++]=5;P(2,R.lens,0,32,j,0,R.work,{bits:5}),H=!1}if(R.lencode=Z,R.lenbits=9,R.distcode=j,R.distbits=5,n.mode=20,6!==t)break;d>>>=2,u-=2;break e;case 2:n.mode=17;break;case 3:e.msg="invalid block type",n.mode=30}d>>>=2,u-=2}break;case 14:for(d>>>=7&u,u-=7&u;u<32;){if(0===s)break e;s--,d+=r[a++]<>>16^65535)){e.msg="invalid stored block lengths",n.mode=30;break}if(n.length=65535&d,u=d=0,n.mode=15,6===t)break e;case 15:n.mode=16;case 16:if(h=n.length){if(0===(h=l<(h=s>>=5,u-=5,n.ndist=1+(31&d),d>>>=5,u-=5,n.ncode=4+(15&d),d>>>=4,u-=4,286>>=3,u-=3}for(;n.have<19;)n.lens[U[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,S={bits:n.lenbits},_=P(0,n.lens,0,19,n.lencode,0,n.work,S),n.lenbits=S.bits,_){e.msg="invalid code lengths set",n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have>>16&255,w=65535&C,!((p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>>=p,u-=p,n.lens[n.have++]=w;else{if(16===w){for(E=p+2;u>>=p,u-=p,0===n.have){e.msg="invalid bit length repeat",n.mode=30;break}x=n.lens[n.have-1],h=3+(3&d),d>>>=2,u-=2}else if(17===w){for(E=p+3;u>>=p)),d>>>=3,u=u-p-3}else{for(E=p+7;u>>=p)),d>>>=7,u=u-p-7}if(n.have+h>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=30;break}for(;h--;)n.lens[n.have++]=x}}if(30===n.mode)break;if(0===n.lens[256]){e.msg="invalid code -- missing end-of-block",n.mode=30;break}if(n.lenbits=9,S={bits:n.lenbits},_=P(1,n.lens,0,n.nlen,n.lencode,0,n.work,S),n.lenbits=S.bits,_){e.msg="invalid literal/lengths set",n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,S={bits:n.distbits},_=P(2,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,S),n.distbits=S.bits,_){e.msg="invalid distances set",n.mode=30;break}if(n.mode=20,6===t)break e;case 20:n.mode=21;case 21:if(6<=s&&258<=l){e.next_out=i,e.avail_out=l,e.next_in=a,e.avail_in=s,n.hold=d,n.bits=u,A(e,f),i=e.next_out,o=e.output,l=e.avail_out,a=e.next_in,r=e.input,s=e.avail_in,d=n.hold,u=n.bits,12===n.mode&&(n.back=-1);break}for(n.back=0;g=(C=n.lencode[d&(1<>>16&255,w=65535&C,!((p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>v)])>>>16&255,w=65535&C,!(v+(p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>>=v,u-=v,n.back+=v}if(d>>>=p,u-=p,n.back+=p,n.length=w,0===g){n.mode=26;break}if(32&g){n.back=-1,n.mode=12;break}if(64&g){e.msg="invalid literal/length code",n.mode=30;break}n.extra=15&g,n.mode=22;case 22:if(n.extra){for(E=n.extra;u>>=n.extra,u-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;g=(C=n.distcode[d&(1<>>16&255,w=65535&C,!((p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>v)])>>>16&255,w=65535&C,!(v+(p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>>=v,u-=v,n.back+=v}if(d>>>=p,u-=p,n.back+=p,64&g){e.msg="invalid distance code",n.mode=30;break}n.offset=w,n.extra=15&g,n.mode=24;case 24:if(n.extra){for(E=n.extra;u>>=n.extra,u-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=30;break}n.mode=25;case 25:if(0===l)break e;if(n.offset>(h=f-l)){if((h=n.offset-h)>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=30;break}b=h>n.wnext?(h-=n.wnext,n.wsize-h):n.wnext-h,h>n.length&&(h=n.length),m=n.window}else m=o,b=i-n.offset,h=n.length;for(l-=h=l>>16&65535|0,i=0;0!==n;){for(n-=i=2e3>>1:n>>>1;e[t]=n}return e}();t.exports=function(e,t,n,r){var o=s,a=r+n;e^=-1;for(var i=r;i>>8^o[255&(e^t[i])];return-1^e}},"zlib/inffast.js":function(e,t,n){"use strict";t.exports=function(e,t){var n,r,o,a,i,s,l=e.state,d=e.next_in,u=e.input,c=d+(e.avail_in-5),f=e.next_out,h=e.output,b=f-(t-e.avail_out),m=f+(e.avail_out-257),p=l.dmax,g=l.wsize,w=l.whave,v=l.wnext,y=l.window,k=l.hold,x=l.bits,_=l.lencode,S=l.distcode,E=(1<>>=r=n>>>24,x-=r,0==(r=n>>>16&255))h[f++]=65535&n;else{if(!(16&r)){if(0==(64&r)){n=_[(65535&n)+(k&(1<>>=r,x-=r),x<15&&(k+=u[d++]<>>=r=n>>>24,x-=r,!(16&(r=n>>>16&255))){if(0==(64&r)){n=S[(65535&n)+(k&(1<>>=r,x-=r,(r=f-b)>3)<<3))-1,e.next_in=d-=o,e.next_out=f,e.avail_in=dh?(m=O[I+i[v]],U[T+i[v]]):(m=96,0),l=1<<(b=w-S),y=d=1<<_;o[f+(B>>S)+(d-=l)]=b<<24|m<<16|p|0,0!==d;);for(l=1<>=1;if(B=0!==l?(B&l-1)+l:0,v++,0==--R[w]){if(w===k)break;w=t[n+i[v]]}if(xe.length||31!=e[0]||139!=e[1])return!1;var r=e[3];if(4&r){if(t+2>e.length)return!1;if((t+=2+e[t]+(e[t+1]<<8))>e.length)return!1}if(8&r){for(;te.length)return!1;t++}return 16&r&&String.fromCharCode.apply(null,e.subarray(t,t+n.length+1))==n+"\0"}}};function T(n){x(n);var e=c.cacheControl(c[n]),t=c.companyName&&c.productName?c.cachedFetch:c.fetchWithProgress,r=c[n],r=/file:\/\//.exec(r)?"same-origin":void 0;return t(c[n],{method:"GET",companyName:c.companyName,productName:c.productName,control:e,mode:r,onProgress:function(e){x(n,e)}}).then(function(e){return i=e.parsedBody,s=c[n],new Promise(function(e,t){try{for(var n in U){var r,o,a;if(U[n].hasUnityMarker(i))return s&&console.log('You can reduce startup time if you configure your web server to add "Content-Encoding: '+n+'" response header when serving "'+s+'" file.'),(r=U[n]).worker||(o=URL.createObjectURL(new Blob(["this.require = ",r.require.toString(),"; this.decompress = ",r.decompress.toString(),"; this.onmessage = ",function(e){e={id:e.data.id,decompressed:this.decompress(e.data.compressed)};postMessage(e,e.decompressed?[e.decompressed.buffer]:[])}.toString(),"; postMessage({ ready: true });"],{type:"application/javascript"})),r.worker=new Worker(o),r.worker.onmessage=function(e){e.data.ready?URL.revokeObjectURL(o):(this.callbacks[e.data.id](e.data.decompressed),delete this.callbacks[e.data.id])},r.worker.callbacks={},r.worker.nextCallbackId=0),a=r.worker.nextCallbackId++,r.worker.callbacks[a]=e,void r.worker.postMessage({id:a,compressed:i},[i.buffer])}e(i)}catch(e){t(e)}});var i,s}).catch(function(e){var t="Failed to download file "+c[n];"file:"==location.protocol?d(t+". Loading web pages via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host Unity content, or use the Unity Build and Run option.","error"):console.error(t)})}function R(){Promise.all([T("frameworkUrl").then(function(e){var s=URL.createObjectURL(new Blob([e],{type:"application/javascript"}));return new Promise(function(a,e){var i=document.createElement("script");i.src=s,i.onload=function(){if("undefined"==typeof unityFramework||!unityFramework){var e,t=[["br","br"],["gz","gzip"]];for(e in t){var n,r=t[e];if(c.frameworkUrl.endsWith("."+r[0]))return n="Unable to parse "+c.frameworkUrl+"!","file:"==location.protocol?void d(n+" Loading pre-compressed (brotli or gzip) content via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host compressed Unity content, or use the Unity Build and Run option.","error"):(n+=' This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: '+r[1]+'" present. Check browser Console and Devtools Network tab to debug.',"br"==r[0]&&"http:"==location.protocol&&(r=-1!=["localhost","127.0.0.1"].indexOf(location.hostname)?"":"Migrate your server to use HTTPS.",n=/Firefox/.test(navigator.userAgent)?"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported in Firefox over HTTP connections. '+r+' See https://bugzilla.mozilla.org/show_bug.cgi?id=1670675 for more information.':"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported over HTTP connections. Migrate your server to use HTTPS.'),void d(n,"error"))}d("Unable to parse "+c.frameworkUrl+"! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server)","error")}var o=unityFramework;unityFramework=null,i.onload=null,URL.revokeObjectURL(s),a(o)},i.onerror=function(e){d("Unable to load file "+c.frameworkUrl+"! Check that the file exists on the remote server. (also check browser Console and Devtools Network tab to debug)","error")},document.body.appendChild(i),c.deinitializers.push(function(){document.body.removeChild(i)})})}),T("codeUrl")]).then(function(e){c.wasmBinary=e[1],e[0](c)});var e=T("dataUrl");c.preRun.push(function(){c.addRunDependency("dataUrl"),e.then(function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n=0,r="UnityWebData1.0\0";if(!String.fromCharCode.apply(null,e.subarray(n,n+r.length))==r)throw"unknown data format";var o=t.getUint32(n+=r.length,!0);for(n+=4;n - - - - - - - Geometry Lite - - - - - - - - - -
-
-
25070503
-
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
Geometry Lite
-
-
- -
-
-
-
-
-
-
Game Loading...
-
-
-
-
-
-
-
- - - - - - - - - - - diff --git a/game/geometry-dash/25070503/loading.png b/game/geometry-dash/25070503/loading.png deleted file mode 100644 index 925c46b..0000000 Binary files a/game/geometry-dash/25070503/loading.png and /dev/null differ diff --git a/game/geometry-dash/25070503/logo.png b/game/geometry-dash/25070503/logo.png deleted file mode 100644 index 71d4e88..0000000 Binary files a/game/geometry-dash/25070503/logo.png and /dev/null differ diff --git a/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.ttf b/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.ttf deleted file mode 100644 index d830e8f..0000000 Binary files a/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.ttf and /dev/null differ diff --git a/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.woff b/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.woff deleted file mode 100644 index 418cd68..0000000 Binary files a/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.woff and /dev/null differ diff --git a/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.woff2 b/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.woff2 deleted file mode 100644 index a63162f..0000000 Binary files a/game/geometry-dash/25070503/theme/fonts/Fredoka-Bold.woff2 and /dev/null differ diff --git a/game/geometry-dash/25070503/theme/fonts/Fredoka-Regular.woff2 b/game/geometry-dash/25070503/theme/fonts/Fredoka-Regular.woff2 deleted file mode 100644 index ad1d635..0000000 Binary files a/game/geometry-dash/25070503/theme/fonts/Fredoka-Regular.woff2 and /dev/null differ diff --git a/game/geometry-dash/25070503/theme/game.css b/game/geometry-dash/25070503/theme/game.css deleted file mode 100644 index c5dc45a..0000000 --- a/game/geometry-dash/25070503/theme/game.css +++ /dev/null @@ -1,5 +0,0 @@ -.loader-active,.logo,.logoBox,canvas{display:block}html,progress{box-sizing:border-box}.jss57,.logo{max-width:100%}.jss18,.jss4{text-transform:uppercase}#game-container.fullscreen,.jss1,.unity-mobile #game-container{bottom:0}.gameloader,.jss1,.jss23,html{overflow:hidden}@font-face{font-display:swap;font-family:Fredoka;font-style:normal;font-weight:700;src:url(./Fredoka-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Fredoka;font-style:normal;font-weight:nomal;src:url(./Fredoka-Regular.woff2) format("woff2")}*,::after,::before,:after,:before{box-sizing:inherit}body{background:#fafafa;font-family:Fredoka,"Trebuchet MS",Verdana,sans-serif;margin:0}#gameContainer{width:100vw;height:100vh}canvas{position:absolute;height:100%;width:100%}canvas+*{z-index:2}.logo{height:auto}.pos_progress{position:absolute;margin:auto;width:auto;height:55px}#loader,.spinner{position:relative}progress{border:.04em solid #000;box-shadow:0 0 15px 2px #ffffff98;width:6em;height:.35em;border-radius:.5em;background:linear-gradient(#575a5a,#575a5a)}progress::-webkit-progress-bar{background:0 0}progress::-webkit-progress-value{border-radius:.35em;box-shadow:inset 0 0 .01em .01em #db9508;background:var(--fill)}progress:first-child{--fill:repeating-linear-gradient( - 135deg, - color(srgb-linear 0.98 0.81 0) 0 0.25em, - rgb(249 175 41) 0 0.5em - )}#loader{left:0;top:0;margin:auto;width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000}.spinner,.spinner:after{border-radius:50%;width:5em;height:5em}.spinner{display:none;margin:10px;font-size:10px;text-indent:-9999em;border-top:1.1em solid rgb(255 255 255 / .2);border-right:1.1em solid rgb(255 255 255 / .2);border-bottom:1.1em solid rgb(255 255 255 / .2);border-left:1.1em solid #fff;transform:translateZ(0);animation:1.1s linear infinite spinner-spin}@keyframes spinner-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.container{display:flex;background-color:#5d6b84;color:#fff;position:fixed;bottom:0;left:0;width:100%;justify-content:center;align-items:center}.custom-phone-icon{font-size:18px;margin-right:8px}.text-with-icon{display:flex;align-items:center;gap:8px}.hidden,.loader-hidden,.main-svg-sprite,.unity-mobile .game-footer{display:none}.svg-icon{display:inline-block;vertical-align:top;width:22px;height:22px;fill:currentColor;font-size:0}.svg-icon__link{vertical-align:top;fill:inherit;width:inherit;height:inherit}.shaking{animation:2s infinite tilt-shaking}@keyframes tilt-shaking{0%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}4%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}24%,8%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}12%,28%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}20%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}32%{-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}36%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}40%,to{-webkit-transform:rotate(0);transform:rotate(0)}}#game-container{z-index:0;position:absolute;left:0;right:0;top:0;bottom:45px;background-color:#5a7371;box-shadow:0 5px 5px #888}#unity-container.unity-mobile{width:100%;height:100%}.gameloader{-webkit-user-select:none;-moz-user-select:none}.gameloader .gameloader-game-name{font-size:20px;font-weight:700;text-transform:uppercase;color:#fff;margin-left:auto;margin-right:auto;text-align:center;text-shadow:1px 1px 1px #00476c}.gameloader .gameloader-logo{margin:8px 0 15px}.gameloader .gameloader-logo img{border-radius:5px;box-shadow:0 2px 5px 0 rgb(0 0 0 / .3);max-width:480px;width:100%;object-fit:contain;margin:0 auto;display:block}.gameloader .gameloader-progressbar{max-width:300px;width:100%;height:1.2vh;border-radius:.6vh;background-color:#fff;transition:0.2s ease-out;margin:0 auto}@keyframes fillColor{0%,100%{background-color:#3cf7dc}25%{background-color:#ffa9be}50%{background-color:#ffdc00}75%{background-color:#e0aef5}}.gameloader .gameloader-progressbar .gameloader-progressbar-progress{width:0;height:100%;border-radius:.6vh;background-color:#3cf7dc;transition:0.2s ease-out;animation-name:fillColor;animation-duration:3.5s;animation-iteration-count:infinite;animation-fill-mode:both}.gameloader .gameloader-progress-info{margin-left:auto;margin-right:auto;margin-top:6px;font-size:14px;color:#fff;text-align:center;text-shadow:1px 1px 1px #00476c}a,a:hover{text-decoration:none}.ball-beat,.ball-beat>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.jss1,.jss2{top:0;position:absolute}.jss31,.jss32,html{box-sizing:border-box}.ball-beat{display:block;font-size:0;color:#fff;width:108px;height:36px}.ball-beat>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:20px;height:20px;margin:8px;border-radius:100%;-webkit-animation:0.7s linear -0.15s infinite ball-beat;-moz-animation:0.7s linear -0.15s infinite ball-beat;-o-animation:0.7s linear -0.15s infinite ball-beat;animation:0.7s linear -0.15s infinite ball-beat}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-0.5s;-moz-animation-delay:-0.5s;-o-animation-delay:-0.5s;animation-delay:-0.5s}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-beat{50%{opacity:.2;-moz-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-beat{50%{opacity:.2;-o-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.jss125,.jss128,.jss131{text-shadow:2px 2px 2px #00476c;font-weight:700}.jss4,.jss6{text-shadow:1px 1px 1px #00476c}.jss123,.jss126,.jss129,.jss132,.jss5{color:#fff}.jss127,.jss130,.jss133{color:#d7ebf6;font-size:18px;font-weight:400}.jss122{color:#bcdd55}.jss124{color:#20defd}.jss31{width:100%;display:flex;z-index:1}.jss32{margin:0;width:100%}.jss33{min-width:0}.jss34{flex-direction:column}.jss35{flex-direction:column-reverse}.jss36{flex-direction:row-reverse}.jss37{flex-wrap:nowrap}.jss38{flex-wrap:wrap-reverse}.jss39{align-items:center}.jss40{align-items:flex-start}.jss41{align-items:flex-end}.jss42{align-items:baseline}.jss43{align-content:center}.jss44{align-content:flex-start}.jss45{align-content:flex-end}.jss46{align-content:space-between}.jss47{align-content:space-around}.jss48{justify-content:center}.jss49{justify-content:flex-end}.jss50{justify-content:space-between}.jss51{justify-content:space-around}.jss52{width:calc(100% + 8px);margin:-4px}.jss52>.jss32{padding:4px}.jss53{width:calc(100% + 16px);margin:-8px}.jss53>.jss32{padding:8px}.jss54{width:calc(100% + 24px);margin:-12px}.jss54>.jss32{padding:12px}.jss55{width:calc(100% + 32px);margin:-16px}.jss55>.jss32{padding:16px}.jss56{width:calc(100% + 40px);margin:-20px}.jss56>.jss32{padding:20px}.jss57{flex-grow:1;flex-basis:0%}.jss58{max-width:8.33333%;flex-basis:8.33333%}.jss59{max-width:16.66667%;flex-basis:16.66667%}.jss60{max-width:25%;flex-basis:25%}.jss61{max-width:33.33333%;flex-basis:33.33333%}.jss62{max-width:41.66667%;flex-basis:41.66667%}.jss63{max-width:50%;flex-basis:50%}.jss64{max-width:58.33333%;flex-basis:58.33333%}.jss65{max-width:66.66667%;flex-basis:66.66667%}.jss66{max-width:75%;flex-basis:75%}.jss67{max-width:83.33333%;flex-basis:83.33333%}.jss68{max-width:91.66667%;flex-basis:91.66667%}.jss69{max-width:100%;flex-basis:100%}@media (min-width:960px){.jss83{flex-grow:1;max-width:100%;flex-basis:0%}.jss84{max-width:8.33333%;flex-basis:8.33333%}.jss85{max-width:16.66667%;flex-basis:16.66667%}.jss86{max-width:25%;flex-basis:25%}.jss87{max-width:33.33333%;flex-basis:33.33333%}.jss88{max-width:41.66667%;flex-basis:41.66667%}.jss89{max-width:50%;flex-basis:50%}.jss90{max-width:58.33333%;flex-basis:58.33333%}.jss91{max-width:66.66667%;flex-basis:66.66667%}.jss92{max-width:75%;flex-basis:75%}.jss93{max-width:83.33333%;flex-basis:83.33333%}.jss94{max-width:91.66667%;flex-basis:91.66667%}.jss95{max-width:100%;flex-basis:100%}}@media (min-width:1280px){.jss96{flex-grow:1;max-width:100%;flex-basis:0%}.jss97{max-width:8.33333%;flex-basis:8.33333%}.jss98{max-width:16.66667%;flex-basis:16.66667%}.jss99{max-width:25%;flex-basis:25%}.jss100{max-width:33.33333%;flex-basis:33.33333%}.jss101{max-width:41.66667%;flex-basis:41.66667%}.jss102{max-width:50%;flex-basis:50%}.jss103{max-width:58.33333%;flex-basis:58.33333%}.jss104{max-width:66.66667%;flex-basis:66.66667%}.jss105{max-width:75%;flex-basis:75%}.jss106{max-width:83.33333%;flex-basis:83.33333%}.jss107{max-width:91.66667%;flex-basis:91.66667%}.jss108{max-width:100%;flex-basis:100%}}@media (min-width:1920px){.jss109{flex-grow:1;max-width:100%;flex-basis:0%}.jss110{max-width:8.33333%;flex-basis:8.33333%}.jss111{max-width:16.66667%;flex-basis:16.66667%}.jss112{max-width:25%;flex-basis:25%}.jss113{max-width:33.33333%;flex-basis:33.33333%}.jss114{max-width:41.66667%;flex-basis:41.66667%}.jss115{max-width:50%;flex-basis:50%}.jss116{max-width:58.33333%;flex-basis:58.33333%}.jss117{max-width:66.66667%;flex-basis:66.66667%}.jss118{max-width:75%;flex-basis:75%}.jss119{max-width:83.33333%;flex-basis:83.33333%}.jss120{max-width:91.66667%;flex-basis:91.66667%}.jss121{max-width:100%;flex-basis:100%}}.jss135{z-index:1500;pointer-events:none}.jss135.jss136{pointer-events:auto}.jss137{color:#fff;opacity:0;padding:4px 8px;transform:scale(0);font-size:.625rem;transition:opacity 150ms cubic-bezier(.4,0,1,1),transform 150ms cubic-bezier(.4,0,1,1) 0;min-height:0;line-height:1.4em;border-radius:2px;background-color:#445655}.jss138,.jss8{line-height:1.14286em}.jss137.jss136{opacity:.9;transform:scale(1);transition:opacity 150ms cubic-bezier(0,0,.2,1),transform 150ms cubic-bezier(0,0,.2,1) 0}.jss138{padding:8px 16px;font-size:.875rem}.jss139{margin:0 24px;transform-origin:right center}.jss140{margin:0 24px;transform-origin:left center}.jss141{margin:24px 0;transform-origin:center bottom}.jss142{margin:24px 0;transform-origin:center top}@media (min-width:600px){.jss70{flex-grow:1;max-width:100%;flex-basis:0%}.jss71{max-width:8.33333%;flex-basis:8.33333%}.jss72{max-width:16.66667%;flex-basis:16.66667%}.jss73{max-width:25%;flex-basis:25%}.jss74{max-width:33.33333%;flex-basis:33.33333%}.jss75{max-width:41.66667%;flex-basis:41.66667%}.jss76{max-width:50%;flex-basis:50%}.jss77{max-width:58.33333%;flex-basis:58.33333%}.jss78{max-width:66.66667%;flex-basis:66.66667%}.jss79{max-width:75%;flex-basis:75%}.jss80{max-width:83.33333%;flex-basis:83.33333%}.jss81{max-width:91.66667%;flex-basis:91.66667%}.jss82{max-width:100%;flex-basis:100%}.jss139,.jss140{margin:0 14px}.jss141,.jss142{margin:14px 0}}.jss134{font-size:12px}.jss7{margin:0;display:block}.jss8{color:rgb(0 0 0 / .54);font-size:7rem;font-weight:300;margin-left:-.04em;letter-spacing:-.04em}.jss10,.jss9{margin-left:-.02em;color:rgb(0 0 0 / .54);font-weight:400}.jss9{font-size:3.5rem;line-height:1.30357em;letter-spacing:-.02em}.jss10{font-size:2.8125rem;line-height:1.06667em}.jss11{color:rgb(0 0 0 / .54);font-size:2.125rem;font-weight:400;line-height:1.20588em}.jss12,.jss13,.jss14{color:rgb(0 0 0 / .87)}.jss12{font-size:1.5rem;font-weight:400;line-height:1.35417em}.jss13{font-size:1.3125rem;font-weight:500;line-height:1.16667em}.jss14{font-size:1rem;font-weight:400;line-height:1.5em}.jss15,.jss16{color:rgb(0 0 0 / .87);font-size:.875rem}.jss15{font-weight:500;line-height:1.71429em}.jss16,.jss17{font-weight:400}.jss16{line-height:1.46429em}.jss17{color:rgb(0 0 0 / .54);font-size:.75rem;line-height:1.375em}.jss18{color:rgb(0 0 0 / .87);font-size:.875rem;font-weight:500}.jss19{text-align:left}.jss20{text-align:center}.jss21{text-align:right}.jss22{text-align:justify}.jss23{white-space:nowrap;text-overflow:ellipsis}.jss24{margin-bottom:.35em}.jss25{margin-bottom:16px}.jss26{color:inherit}.jss27{color:#3f51b5}.jss28{color:#f50057}.jss29{color:rgb(0 0 0 / .54)}.jss30{color:#f44336}.jss4{padding:10px;font-size:16px;min-height:20px;font-weight:700}.jss6{color:#bcdd55}.jss1{left:0;right:0;z-index:1;background-size:cover;background-color:#002b50;background-position:center;padding:24px}.jss2{right:4px;z-index:111111111;line-height:0}.jss3{font-size:45px;padding-top:7px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{body{background-color:#fff}}.jss123 img{width:100%;max-width:400px}@media only screen and (max-width:982px){.gameloader .gameloader-logo img,.gameloader .gameloader-progressbar,.jss123 img{width:40vw}}@media only screen and (max-width:768px){.gameloader .gameloader-logo img,.gameloader .gameloader-progressbar,.jss123 img{width:50vw}} \ No newline at end of file diff --git a/game/geometry-dash/index.html b/game/geometry-dash/index.html deleted file mode 100644 index 0912681..0000000 --- a/game/geometry-dash/index.html +++ /dev/null @@ -1,117 +0,0 @@ - Geometry Dash Lite
25070503
Dashmetry
Game Loading...
\ No newline at end of file diff --git a/game/geometry-game-3d/1games.png b/game/geometry-game-3d/1games.png deleted file mode 100644 index e7a2af0..0000000 Binary files a/game/geometry-game-3d/1games.png and /dev/null differ diff --git a/game/geometry-game-3d/Build/.htaccess b/game/geometry-game-3d/Build/.htaccess deleted file mode 100644 index bcf67c3..0000000 --- a/game/geometry-game-3d/Build/.htaccess +++ /dev/null @@ -1,25 +0,0 @@ -# This configuration file should be uploaded to the server as "/Build/.htaccess" -# NOTE: "mod_mime" Apache module must be enabled for this configuration to work. - - -# The following lines are required for builds without decompression fallback, compressed with gzip -# RemoveType .gz -# AddEncoding gzip .gz -# AddType application/gzip .data.gz # The correct MIME type here would be application/octet-stream, but due to Safari bug https://bugs.webkit.org/show_bug.cgi?id=247421, it's preferable to use MIME Type application/gzip instead. -# AddType application/wasm .wasm.gz -# AddType application/javascript .js.gz -# AddType application/octet-stream .symbols.json.gz - -# The following line improves loading performance for uncompressed builds -AddType application/wasm .wasm - -# Uncomment the following line to improve loading performance for gzip-compressed builds with decompression fallback -AddEncoding gzip .unityweb - - - - - - Header set Cache-Control "no-transform" - - \ No newline at end of file diff --git a/game/geometry-game-3d/Build/geometry-game-3d.data.unityweb b/game/geometry-game-3d/Build/geometry-game-3d.data.unityweb deleted file mode 100644 index 9382703..0000000 Binary files a/game/geometry-game-3d/Build/geometry-game-3d.data.unityweb and /dev/null differ diff --git a/game/geometry-game-3d/Build/geometry-game-3d.framework.js.unityweb b/game/geometry-game-3d/Build/geometry-game-3d.framework.js.unityweb deleted file mode 100644 index 7ffbdc2..0000000 Binary files a/game/geometry-game-3d/Build/geometry-game-3d.framework.js.unityweb and /dev/null differ diff --git a/game/geometry-game-3d/Build/geometry-game-3d.loader.js b/game/geometry-game-3d/Build/geometry-game-3d.loader.js deleted file mode 100644 index 9b76651..0000000 --- a/game/geometry-game-3d/Build/geometry-game-3d.loader.js +++ /dev/null @@ -1 +0,0 @@ -function createUnityInstance(t,n,l){function d(e,t){if(!d.aborted&&n.showBanner)return"error"==t&&(d.aborted=!0),n.showBanner(e,t);switch(t){case"error":console.error(e);break;case"warning":console.warn(e);break;default:console.log(e)}}function r(e){var t=e.reason||e.error,n=t?t.toString():e.message||e.reason||"",r=t&&t.stack?t.stack.toString():"";(n+="\n"+(r=r.startsWith(n)?r.substring(n.length):r).trim())&&c.stackTraceRegExp&&c.stackTraceRegExp.test(n)&&k(n,e.filename||t&&(t.fileName||t.sourceURL)||"",e.lineno||t&&(t.lineNumber||t.line)||0)}function e(e,t,n){var r=e[t];void 0!==r&&r||(console.warn('Config option "'+t+'" is missing or empty. Falling back to default value: "'+n+'". Consider updating your WebGL template to include the missing config option.'),e[t]=n)}l=l||function(){};var o,c={canvas:t,webglContextAttributes:{preserveDrawingBuffer:!1,powerPreference:2},cacheControl:function(e){return e==c.dataUrl?"must-revalidate":"no-store"},streamingAssetsUrl:"StreamingAssets",downloadProgress:{},deinitializers:[],intervals:{},setInterval:function(e,t){e=window.setInterval(e,t);return this.intervals[e]=!0,e},clearInterval:function(e){delete this.intervals[e],window.clearInterval(e)},preRun:[],postRun:[],print:function(e){console.log(e)},printErr:function(e){console.error(e),"string"==typeof e&&-1!=e.indexOf("wasm streaming compile failed")&&(-1!=e.toLowerCase().indexOf("mime")?d('HTTP Response Header "Content-Type" configured incorrectly on the server for file '+c.codeUrl+' , should be "application/wasm". Startup time performance will suffer.',"warning"):d('WebAssembly streaming compilation failed! This can happen for example if "Content-Encoding" HTTP header is incorrectly enabled on the server for file '+c.codeUrl+", but the file is not pre-compressed on disk (or vice versa). Check the Network tab in browser Devtools to debug server header configuration.","warning"))},locateFile:function(e){return e},disabledCanvasEvents:["contextmenu","dragstart"]};for(o in e(n,"companyName","Unity"),e(n,"productName","WebGL Player"),e(n,"productVersion","1.0"),n)c[o]=n[o];c.streamingAssetsUrl=new URL(c.streamingAssetsUrl,document.URL).href;var a=c.disabledCanvasEvents.slice();function i(e){e.preventDefault()}a.forEach(function(e){t.addEventListener(e,i)}),window.addEventListener("error",r),window.addEventListener("unhandledrejection",r),c.deinitializers.push(function(){for(var e in c.disableAccessToMediaDevices(),a.forEach(function(e){t.removeEventListener(e,i)}),window.removeEventListener("error",r),window.removeEventListener("unhandledrejection",r),c.intervals)window.clearInterval(e);c.intervals={}}),c.QuitCleanup=function(){for(var e=0;e>>6:(n<65536?t[o++]=224|n>>>12:(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63),t[o++]=128|n>>>6&63),t[o++]=128|63&n);return t},n.buf2binstring=function(e){return u(e,e.length)},n.binstring2buf=function(e){for(var t=new l.Buf8(e.length),n=0,r=t.length;n>10&1023,a[i++]=56320|1023&n)}return u(a,i)},n.utf8border=function(e,t){for(var n=(t=(t=t||e.length)>e.length?e.length:t)-1;0<=n&&128==(192&e[n]);)n--;return!(n<0)&&0!==n&&n+d[e[n]]>t?n:t}},"zlib/inflate.js":function(e,t,n){"use strict";var L=e("../utils/common"),O=e("./adler32"),I=e("./crc32"),A=e("./inffast"),P=e("./inftrees"),D=0,N=-2,z=1,r=852,o=592;function F(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function a(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new L.Buf16(320),this.work=new L.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function i(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=z,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new L.Buf32(r),t.distcode=t.distdyn=new L.Buf32(o),t.sane=1,t.back=-1,D):N}function s(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,i(e)):N}function l(e,t){var n,r;return!e||!e.state||(r=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15=e.wsize?(L.arraySet(e.window,t,n-e.wsize,e.wsize,0),e.wnext=0,e.whave=e.wsize):(r<(o=e.wsize-e.wnext)&&(o=r),L.arraySet(e.window,t,n-r,o,e.wnext),(r-=o)?(L.arraySet(e.window,t,n-r,r,0),e.wnext=r,e.whave=e.wsize):(e.wnext+=o,e.wnext===e.wsize&&(e.wnext=0),e.whave>>8&255,n.check=I(n.check,B,2,0),u=d=0,n.mode=2;else if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&d)<<8)+(d>>8))%31)e.msg="incorrect header check",n.mode=30;else if(8!=(15&d))e.msg="unknown compression method",n.mode=30;else{if(u-=4,x=8+(15&(d>>>=4)),0===n.wbits)n.wbits=x;else if(x>n.wbits){e.msg="invalid window size",n.mode=30;break}n.dmax=1<>8&1),512&n.flags&&(B[0]=255&d,B[1]=d>>>8&255,n.check=I(n.check,B,2,0)),u=d=0,n.mode=3;case 3:for(;u<32;){if(0===s)break e;s--,d+=r[a++]<>>8&255,B[2]=d>>>16&255,B[3]=d>>>24&255,n.check=I(n.check,B,4,0)),u=d=0,n.mode=4;case 4:for(;u<16;){if(0===s)break e;s--,d+=r[a++]<>8),512&n.flags&&(B[0]=255&d,B[1]=d>>>8&255,n.check=I(n.check,B,2,0)),u=d=0,n.mode=5;case 5:if(1024&n.flags){for(;u<16;){if(0===s)break e;s--,d+=r[a++]<>>8&255,n.check=I(n.check,B,2,0)),u=d=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&((h=s<(h=n.length)?s:h)&&(n.head&&(x=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Array(n.head.extra_len)),L.arraySet(n.head.extra,r,a,h,x)),512&n.flags&&(n.check=I(n.check,r,h,a)),s-=h,a+=h,n.length-=h),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(0===s)break e;for(h=0;x=r[a+h++],n.head&&x&&n.length<65536&&(n.head.name+=String.fromCharCode(x)),x&&h>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;u<32;){if(0===s)break e;s--,d+=r[a++]<>>=7&u,u-=7&u,n.mode=27;else{for(;u<3;){if(0===s)break e;s--,d+=r[a++]<>>=1)){case 0:n.mode=14;break;case 1:var T,T=R=void 0,R=n;if(H){for(Z=new L.Buf32(512),j=new L.Buf32(32),T=0;T<144;)R.lens[T++]=8;for(;T<256;)R.lens[T++]=9;for(;T<280;)R.lens[T++]=7;for(;T<288;)R.lens[T++]=8;for(P(1,R.lens,0,288,Z,0,R.work,{bits:9}),T=0;T<32;)R.lens[T++]=5;P(2,R.lens,0,32,j,0,R.work,{bits:5}),H=!1}if(R.lencode=Z,R.lenbits=9,R.distcode=j,R.distbits=5,n.mode=20,6!==t)break;d>>>=2,u-=2;break e;case 2:n.mode=17;break;case 3:e.msg="invalid block type",n.mode=30}d>>>=2,u-=2}break;case 14:for(d>>>=7&u,u-=7&u;u<32;){if(0===s)break e;s--,d+=r[a++]<>>16^65535)){e.msg="invalid stored block lengths",n.mode=30;break}if(n.length=65535&d,u=d=0,n.mode=15,6===t)break e;case 15:n.mode=16;case 16:if(h=n.length){if(0===(h=l<(h=s>>=5,u-=5,n.ndist=1+(31&d),d>>>=5,u-=5,n.ncode=4+(15&d),d>>>=4,u-=4,286>>=3,u-=3}for(;n.have<19;)n.lens[U[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,S={bits:n.lenbits},_=P(0,n.lens,0,19,n.lencode,0,n.work,S),n.lenbits=S.bits,_){e.msg="invalid code lengths set",n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have>>16&255,w=65535&C,!((p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>>=p,u-=p,n.lens[n.have++]=w;else{if(16===w){for(E=p+2;u>>=p,u-=p,0===n.have){e.msg="invalid bit length repeat",n.mode=30;break}x=n.lens[n.have-1],h=3+(3&d),d>>>=2,u-=2}else if(17===w){for(E=p+3;u>>=p)),d>>>=3,u=u-p-3}else{for(E=p+7;u>>=p)),d>>>=7,u=u-p-7}if(n.have+h>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=30;break}for(;h--;)n.lens[n.have++]=x}}if(30===n.mode)break;if(0===n.lens[256]){e.msg="invalid code -- missing end-of-block",n.mode=30;break}if(n.lenbits=9,S={bits:n.lenbits},_=P(1,n.lens,0,n.nlen,n.lencode,0,n.work,S),n.lenbits=S.bits,_){e.msg="invalid literal/lengths set",n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,S={bits:n.distbits},_=P(2,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,S),n.distbits=S.bits,_){e.msg="invalid distances set",n.mode=30;break}if(n.mode=20,6===t)break e;case 20:n.mode=21;case 21:if(6<=s&&258<=l){e.next_out=i,e.avail_out=l,e.next_in=a,e.avail_in=s,n.hold=d,n.bits=u,A(e,f),i=e.next_out,o=e.output,l=e.avail_out,a=e.next_in,r=e.input,s=e.avail_in,d=n.hold,u=n.bits,12===n.mode&&(n.back=-1);break}for(n.back=0;g=(C=n.lencode[d&(1<>>16&255,w=65535&C,!((p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>v)])>>>16&255,w=65535&C,!(v+(p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>>=v,u-=v,n.back+=v}if(d>>>=p,u-=p,n.back+=p,n.length=w,0===g){n.mode=26;break}if(32&g){n.back=-1,n.mode=12;break}if(64&g){e.msg="invalid literal/length code",n.mode=30;break}n.extra=15&g,n.mode=22;case 22:if(n.extra){for(E=n.extra;u>>=n.extra,u-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;g=(C=n.distcode[d&(1<>>16&255,w=65535&C,!((p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>v)])>>>16&255,w=65535&C,!(v+(p=C>>>24)<=u);){if(0===s)break e;s--,d+=r[a++]<>>=v,u-=v,n.back+=v}if(d>>>=p,u-=p,n.back+=p,64&g){e.msg="invalid distance code",n.mode=30;break}n.offset=w,n.extra=15&g,n.mode=24;case 24:if(n.extra){for(E=n.extra;u>>=n.extra,u-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=30;break}n.mode=25;case 25:if(0===l)break e;if(n.offset>(h=f-l)){if((h=n.offset-h)>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=30;break}b=h>n.wnext?(h-=n.wnext,n.wsize-h):n.wnext-h,h>n.length&&(h=n.length),m=n.window}else m=o,b=i-n.offset,h=n.length;for(l-=h=l>>16&65535|0,i=0;0!==n;){for(n-=i=2e3>>1:n>>>1;e[t]=n}return e}();t.exports=function(e,t,n,r){var o=s,a=r+n;e^=-1;for(var i=r;i>>8^o[255&(e^t[i])];return-1^e}},"zlib/inffast.js":function(e,t,n){"use strict";t.exports=function(e,t){var n,r,o,a,i,s,l=e.state,d=e.next_in,u=e.input,c=d+(e.avail_in-5),f=e.next_out,h=e.output,b=f-(t-e.avail_out),m=f+(e.avail_out-257),p=l.dmax,g=l.wsize,w=l.whave,v=l.wnext,y=l.window,k=l.hold,x=l.bits,_=l.lencode,S=l.distcode,E=(1<>>=r=n>>>24,x-=r,0==(r=n>>>16&255))h[f++]=65535&n;else{if(!(16&r)){if(0==(64&r)){n=_[(65535&n)+(k&(1<>>=r,x-=r),x<15&&(k+=u[d++]<>>=r=n>>>24,x-=r,!(16&(r=n>>>16&255))){if(0==(64&r)){n=S[(65535&n)+(k&(1<>>=r,x-=r,(r=f-b)>3)<<3))-1,e.next_in=d-=o,e.next_out=f,e.avail_in=dh?(m=O[I+i[v]],U[T+i[v]]):(m=96,0),l=1<<(b=w-S),y=d=1<<_;o[f+(B>>S)+(d-=l)]=b<<24|m<<16|p|0,0!==d;);for(l=1<>=1;if(B=0!==l?(B&l-1)+l:0,v++,0==--R[w]){if(w===k)break;w=t[n+i[v]]}if(xe.length||31!=e[0]||139!=e[1])return!1;var r=e[3];if(4&r){if(t+2>e.length)return!1;if((t+=2+e[t]+(e[t+1]<<8))>e.length)return!1}if(8&r){for(;te.length)return!1;t++}return 16&r&&String.fromCharCode.apply(null,e.subarray(t,t+n.length+1))==n+"\0"}}};function T(n){x(n);var e=c.cacheControl(c[n]),t=c.companyName&&c.productName?c.cachedFetch:c.fetchWithProgress,r=c[n],r=/file:\/\//.exec(r)?"same-origin":void 0;return t(c[n],{method:"GET",companyName:c.companyName,productName:c.productName,control:e,mode:r,onProgress:function(e){x(n,e)}}).then(function(e){return i=e.parsedBody,s=c[n],new Promise(function(e,t){try{for(var n in U){var r,o,a;if(U[n].hasUnityMarker(i))return s&&console.log('You can reduce startup time if you configure your web server to add "Content-Encoding: '+n+'" response header when serving "'+s+'" file.'),(r=U[n]).worker||(o=URL.createObjectURL(new Blob(["this.require = ",r.require.toString(),"; this.decompress = ",r.decompress.toString(),"; this.onmessage = ",function(e){e={id:e.data.id,decompressed:this.decompress(e.data.compressed)};postMessage(e,e.decompressed?[e.decompressed.buffer]:[])}.toString(),"; postMessage({ ready: true });"],{type:"application/javascript"})),r.worker=new Worker(o),r.worker.onmessage=function(e){e.data.ready?URL.revokeObjectURL(o):(this.callbacks[e.data.id](e.data.decompressed),delete this.callbacks[e.data.id])},r.worker.callbacks={},r.worker.nextCallbackId=0),a=r.worker.nextCallbackId++,r.worker.callbacks[a]=e,void r.worker.postMessage({id:a,compressed:i},[i.buffer])}e(i)}catch(e){t(e)}});var i,s}).catch(function(e){var t="Failed to download file "+c[n];"file:"==location.protocol?d(t+". Loading web pages via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host Unity content, or use the Unity Build and Run option.","error"):console.error(t)})}function R(){Promise.all([T("frameworkUrl").then(function(e){var s=URL.createObjectURL(new Blob([e],{type:"application/javascript"}));return new Promise(function(a,e){var i=document.createElement("script");i.src=s,i.onload=function(){if("undefined"==typeof unityFramework||!unityFramework){var e,t=[["br","br"],["gz","gzip"]];for(e in t){var n,r=t[e];if(c.frameworkUrl.endsWith("."+r[0]))return n="Unable to parse "+c.frameworkUrl+"!","file:"==location.protocol?void d(n+" Loading pre-compressed (brotli or gzip) content via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host compressed Unity content, or use the Unity Build and Run option.","error"):(n+=' This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: '+r[1]+'" present. Check browser Console and Devtools Network tab to debug.',"br"==r[0]&&"http:"==location.protocol&&(r=-1!=["localhost","127.0.0.1"].indexOf(location.hostname)?"":"Migrate your server to use HTTPS.",n=/Firefox/.test(navigator.userAgent)?"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported in Firefox over HTTP connections. '+r+' See https://bugzilla.mozilla.org/show_bug.cgi?id=1670675 for more information.':"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported over HTTP connections. Migrate your server to use HTTPS.'),void d(n,"error"))}d("Unable to parse "+c.frameworkUrl+"! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server)","error")}var o=unityFramework;unityFramework=null,i.onload=null,URL.revokeObjectURL(s),a(o)},i.onerror=function(e){d("Unable to load file "+c.frameworkUrl+"! Check that the file exists on the remote server. (also check browser Console and Devtools Network tab to debug)","error")},document.body.appendChild(i),c.deinitializers.push(function(){document.body.removeChild(i)})})}),T("codeUrl")]).then(function(e){c.wasmBinary=e[1],e[0](c)});var e=T("dataUrl");c.preRun.push(function(){c.addRunDependency("dataUrl"),e.then(function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n=0,r="UnityWebData1.0\0";if(!String.fromCharCode.apply(null,e.subarray(n,n+r.length))==r)throw"unknown data format";var o=t.getUint32(n+=r.length,!0);for(n+=4;n