
├── .gitignore ├── LICENSE ├── README.md ├── assets ├── Cagney │ ├── Creating Object │ │ ├── Boomerang │ │ │ └── resized │ │ │ │ ├── Boomerang_01_optimized.png │ │ │ │ ├── Boomerang_02_optimized.png │ │ │ │ ├── Boomerang_03_optimized.png │ │ │ │ ├── Boomerang_04_optimized.png │ │ │ │ ├── Boomerang_05_optimized.png │ │ │ │ ├── Boomerang_06_optimized.png │ │ │ │ ├── Boomerang_07_optimized.png │ │ │ │ └── Boomerang_08_optimized.png │ │ └── resized │ │ │ ├── Create_01_optimized.png │ │ │ ├── Create_02_optimized.png │ │ │ ├── Create_03_optimized.png │ │ │ ├── Create_04_optimized.png │ │ │ ├── Create_05_optimized.png │ │ │ ├── Create_06_optimized.png │ │ │ ├── Create_07_optimized.png │ │ │ ├── Create_08_optimized.png │ │ │ ├── Create_09_optimized.png │ │ │ ├── Create_10_optimized.png │ │ │ ├── Create_11_optimized.png │ │ │ ├── Create_12_optimized.png │ │ │ ├── Create_13_optimized.png │ │ │ ├── Create_14_optimized.png │ │ │ ├── Create_15_optimized.png │ │ │ ├── Create_16_optimized.png │ │ │ ├── Create_17_optimized.png │ │ │ ├── Create_18_optimized.png │ │ │ ├── Create_19_optimized.png │ │ │ ├── Create_20_optimized.png │ │ │ ├── Create_21a_optimized.png │ │ │ ├── Create_22_optimized.png │ │ │ ├── Create_23_optimized.png │ │ │ ├── Create_24_optimized.png │ │ │ ├── Create_25_optimized.png │ │ │ ├── Create_26_optimized.png │ │ │ └── Create_x_optimized.png │ ├── Death │ │ └── resized │ │ │ ├── Death_01_optimized.png │ │ │ ├── Death_02_optimized.png │ │ │ ├── Death_03_optimized.png │ │ │ ├── Death_04_optimized.png │ │ │ ├── Death_05_optimized.png │ │ │ ├── Death_06_optimized.png │ │ │ ├── Death_07_optimized.png │ │ │ ├── Death_08_optimized.png │ │ │ ├── Death_09_optimized.png │ │ │ ├── Death_10_optimized.png │ │ │ ├── Death_11_optimized.png │ │ │ └── Death_12_optimized.png │ ├── Firing Seeds │ │ ├── Seed Missiles │ │ │ └── Blue │ │ │ │ └── resized │ │ │ │ ├── Missile_B_01_optimized.png │ │ │ │ ├── Missile_B_02_optimized.png │ │ │ │ ├── Missile_B_03_optimized.png │ │ │ │ ├── Missile_B_04_optimized.png │ │ │ │ ├── Missile_B_05_optimized.png │ │ │ │ └── Missile_B_06_optimized.png │ │ ├── Venus Flytrap │ │ │ ├── Seed │ │ │ │ └── resized │ │ │ │ │ ├── Seed_Fall_A_01_optimized.png │ │ │ │ │ ├── Seed_Fall_A_02_optimized.png │ │ │ │ │ ├── Seed_Fall_A_03_optimized.png │ │ │ │ │ ├── Seed_Fall_A_04_optimized.png │ │ │ │ │ ├── Seed_Fall_A_05_optimized.png │ │ │ │ │ ├── Seed_Fall_A_06_optimized.png │ │ │ │ │ ├── Seed_Fall_A_07_optimized.png │ │ │ │ │ ├── Seed_Fall_A_08_optimized.png │ │ │ │ │ ├── Seed_Fall_A_09_optimized.png │ │ │ │ │ ├── Seed_Fall_A_10_optimized.png │ │ │ │ │ ├── Seed_Fall_A_11_optimized.png │ │ │ │ │ ├── Seed_Fall_A_12_optimized.png │ │ │ │ │ ├── Seed_Fall_A_13_optimized.png │ │ │ │ │ ├── Seed_Fall_A_14_optimized.png │ │ │ │ │ ├── Seed_Fall_A_15_optimized.png │ │ │ │ │ ├── Seed_Fall_A_16_optimized.png │ │ │ │ │ ├── Seed_Fall_A_17_optimized.png │ │ │ │ │ └── Seed_Fall_A_18_optimized.png │ │ │ └── resized │ │ │ │ ├── Venus_01_optimized.png │ │ │ │ ├── Venus_02_optimized.png │ │ │ │ ├── Venus_03_optimized.png │ │ │ │ ├── Venus_04_optimized.png │ │ │ │ ├── Venus_05_optimized.png │ │ │ │ ├── Venus_06_optimized.png │ │ │ │ ├── Venus_07_A_optimized.png │ │ │ │ ├── Venus_07_B_optimized.png │ │ │ │ ├── Venus_08_A_optimized.png │ │ │ │ ├── Venus_08_B_optimized.png │ │ │ │ ├── Venus_08_C_optimized.png │ │ │ │ ├── Venus_09_A_optimized.png │ │ │ │ ├── Venus_09_B_optimized.png │ │ │ │ ├── Venus_10_A_optimized.png │ │ │ │ ├── Venus_10_B_optimized.png │ │ │ │ ├── Venus_11_A_optimized.png │ │ │ │ ├── Venus_11_B_optimized.png │ │ │ │ └── Venus_12_optimized.png │ │ └── resized │ │ │ ├── FS_01_optimized.png │ │ │ ├── FS_02_optimized.png │ │ │ ├── FS_03_optimized.png │ │ │ ├── FS_04_optimized.png │ │ │ ├── FS_05_optimized.png │ │ │ ├── FS_06_optimized.png │ │ │ ├── FS_07_optimized.png │ │ │ ├── FS_08_optimized.png │ │ │ ├── FS_09_optimized.png │ │ │ ├── FS_10_optimized.png │ │ │ ├── FS_11_optimized.png │ │ │ ├── FS_12_optimized.png │ │ │ ├── FS_13_optimized.png │ │ │ ├── FS_14_optimized.png │ │ │ ├── FS_15_optimized.png │ │ │ ├── FS_16_optimized.png │ │ │ ├── FS_17_optimized.png │ │ │ ├── FS_18_optimized.png │ │ │ ├── FS_19_optimized.png │ │ │ ├── FS_20_optimized.png │ │ │ ├── FS_21_optimized.png │ │ │ └── FS_22_optimized.png │ ├── Idle │ │ └── resized │ │ │ ├── Idle_01_optimized.png │ │ │ ├── Idle_02_optimized.png │ │ │ ├── Idle_03_optimized.png │ │ │ ├── Idle_04_optimized.png │ │ │ ├── Idle_05_optimized.png │ │ │ ├── Idle_06_optimized.png │ │ │ ├── Idle_07_optimized.png │ │ │ ├── Idle_08_optimized.png │ │ │ ├── Idle_09_optimized.png │ │ │ ├── Idle_10_optimized.png │ │ │ ├── Idle_11_optimized.png │ │ │ ├── Idle_12_optimized.png │ │ │ ├── Idle_13_optimized.png │ │ │ ├── Idle_14_optimized.png │ │ │ ├── Idle_15_optimized.png │ │ │ ├── Idle_16_Unused_optimized.png │ │ │ ├── Idle_16_optimized.png │ │ │ ├── Idle_17_optimized.png │ │ │ ├── Idle_18_optimized.png │ │ │ ├── Idle_19_optimized.png │ │ │ ├── Idle_20_optimized.png │ │ │ ├── Idle_21_optimized.png │ │ │ ├── Idle_22_optimized.png │ │ │ ├── Idle_23_optimized.png │ │ │ └── Idle_24_optimized.png │ ├── Intro │ │ └── resized │ │ │ ├── Intro_01_optimized.png │ │ │ ├── Intro_02_optimized.png │ │ │ ├── Intro_03_optimized.png │ │ │ ├── Intro_04_optimized.png │ │ │ ├── Intro_05_optimized.png │ │ │ ├── Intro_06_optimized.png │ │ │ ├── Intro_07_optimized.png │ │ │ ├── Intro_08_optimized.png │ │ │ ├── Intro_09_optimized.png │ │ │ ├── Intro_10_optimized.png │ │ │ ├── Intro_11_optimized.png │ │ │ ├── Intro_12_optimized.png │ │ │ ├── Intro_13_optimized.png │ │ │ ├── Intro_14_optimized.png │ │ │ ├── Intro_15_optimized.png │ │ │ ├── Intro_16_optimized.png │ │ │ ├── Intro_17_optimized.png │ │ │ ├── Intro_18_optimized.png │ │ │ ├── Intro_19_optimized.png │ │ │ └── Intro_20_optimized.png │ ├── Pollen │ │ └── resized │ │ │ ├── Pollen_A_1_optimized.png │ │ │ ├── Pollen_A_2_optimized.png │ │ │ ├── Pollen_A_3_optimized.png │ │ │ ├── Pollen_A_4_optimized.png │ │ │ └── Pollen_A_5_optimized.png │ └── sounds │ │ ├── flower_gattling_loop.wav │ │ └── flower_intro_yell.wav ├── audio │ ├── cuphead_ost_floral_fury.mp3 │ ├── player_game_over.wav │ └── player_hit_01.wav ├── cuphead │ ├── Death │ │ └── resized │ │ │ ├── cuphead_death_body_0001_optimized.png │ │ │ ├── cuphead_death_body_0002_optimized.png │ │ │ ├── cuphead_death_body_0003_optimized.png │ │ │ ├── cuphead_death_body_0004_optimized.png │ │ │ ├── cuphead_death_body_0005_optimized.png │ │ │ ├── cuphead_death_body_0006_optimized.png │ │ │ ├── cuphead_death_body_0007_optimized.png │ │ │ ├── cuphead_death_body_0008_optimized.png │ │ │ ├── cuphead_death_body_0009_optimized.png │ │ │ ├── cuphead_death_body_0010_optimized.png │ │ │ ├── cuphead_death_body_0011_optimized.png │ │ │ ├── cuphead_death_body_0012_optimized.png │ │ │ ├── cuphead_death_body_0013_optimized.png │ │ │ ├── cuphead_death_body_0014_optimized.png │ │ │ ├── cuphead_death_body_0015_optimized.png │ │ │ └── cuphead_death_body_0016_optimized.png │ ├── Ghost │ │ └── resized │ │ │ ├── cuphead_ghost_0001_optimized.png │ │ │ ├── cuphead_ghost_0002_optimized.png │ │ │ ├── cuphead_ghost_0003_optimized.png │ │ │ ├── cuphead_ghost_0004_optimized.png │ │ │ ├── cuphead_ghost_0005_optimized.png │ │ │ ├── cuphead_ghost_0006_optimized.png │ │ │ ├── cuphead_ghost_0007_optimized.png │ │ │ ├── cuphead_ghost_0008_optimized.png │ │ │ ├── cuphead_ghost_0009_optimized.png │ │ │ ├── cuphead_ghost_0010_optimized.png │ │ │ ├── cuphead_ghost_0011_optimized.png │ │ │ ├── cuphead_ghost_0012_optimized.png │ │ │ ├── cuphead_ghost_0013_optimized.png │ │ │ ├── cuphead_ghost_0014_optimized.png │ │ │ ├── cuphead_ghost_0015_optimized.png │ │ │ ├── cuphead_ghost_0016_optimized.png │ │ │ ├── cuphead_ghost_0017_optimized.png │ │ │ ├── cuphead_ghost_0018_optimized.png │ │ │ ├── cuphead_ghost_0019_optimized.png │ │ │ ├── cuphead_ghost_0020_optimized.png │ │ │ ├── cuphead_ghost_0021_optimized.png │ │ │ ├── cuphead_ghost_0022_optimized.png │ │ │ ├── cuphead_ghost_0023_optimized.png │ │ │ ├── cuphead_ghost_0024_optimized.png │ │ │ ├── cuphead_revive_0001_optimized.png │ │ │ ├── cuphead_revive_0002_optimized.png │ │ │ ├── cuphead_revive_0003_optimized.png │ │ │ ├── cuphead_revive_0004_optimized.png │ │ │ ├── cuphead_revive_0005_optimized.png │ │ │ ├── cuphead_revive_0006_optimized.png │ │ │ ├── cuphead_revive_0007_optimized.png │ │ │ ├── cuphead_revive_0008_optimized.png │ │ │ ├── cuphead_revive_0009_optimized.png │ │ │ ├── cuphead_revive_0010_optimized.png │ │ │ ├── cuphead_revive_0011_optimized.png │ │ │ ├── cuphead_revive_0012_optimized.png │ │ │ ├── cuphead_revive_0013_optimized.png │ │ │ ├── cuphead_revive_0014_optimized.png │ │ │ ├── cuphead_revive_0015_optimized.png │ │ │ ├── cuphead_revive_0016_optimized.png │ │ │ ├── cuphead_revive_0017_optimized.png │ │ │ ├── cuphead_revive_0018_optimized.png │ │ │ ├── cuphead_revive_0019_optimized.png │ │ │ ├── cuphead_revive_0020_optimized.png │ │ │ ├── cuphead_revive_0021_optimized.png │ │ │ ├── cuphead_revive_0022_optimized.png │ │ │ ├── cuphead_revive_finale_0001_optimized.png │ │ │ ├── cuphead_revive_finale_0002_optimized.png │ │ │ ├── cuphead_revive_finale_0003_optimized.png │ │ │ ├── cuphead_revive_finale_0004_optimized.png │ │ │ ├── cuphead_revive_finale_0005_optimized.png │ │ │ └── cuphead_revive_finale_0006_optimized.png │ ├── Idle │ │ └── resized │ │ │ ├── cuphead_idle_0001_optimized.png │ │ │ ├── cuphead_idle_0002_optimized.png │ │ │ ├── cuphead_idle_0003_optimized.png │ │ │ ├── cuphead_idle_0004_optimized.png │ │ │ └── cuphead_idle_0005_optimized.png │ ├── Jump │ │ └── resized │ │ │ ├── cuphead_jump_0001_optimized.png │ │ │ ├── cuphead_jump_0002_optimized.png │ │ │ ├── cuphead_jump_0003_optimized.png │ │ │ ├── cuphead_jump_0004_optimized.png │ │ │ ├── cuphead_jump_0005_optimized.png │ │ │ ├── cuphead_jump_0006_optimized.png │ │ │ ├── cuphead_jump_0007_optimized.png │ │ │ └── cuphead_jump_0008_optimized.png │ ├── Run │ │ ├── Normal │ │ │ └── resized │ │ │ │ ├── cuphead_run_0001_optimized.png │ │ │ │ ├── cuphead_run_0002_optimized.png │ │ │ │ ├── cuphead_run_0003_optimized.png │ │ │ │ ├── cuphead_run_0004_optimized.png │ │ │ │ ├── cuphead_run_0005_optimized.png │ │ │ │ ├── cuphead_run_0006_optimized.png │ │ │ │ ├── cuphead_run_0007_optimized.png │ │ │ │ ├── cuphead_run_0008_optimized.png │ │ │ │ ├── cuphead_run_0009_optimized.png │ │ │ │ ├── cuphead_run_0010_optimized.png │ │ │ │ ├── cuphead_run_0011_optimized.png │ │ │ │ ├── cuphead_run_0012_optimized.png │ │ │ │ ├── cuphead_run_0013_optimized.png │ │ │ │ ├── cuphead_run_0014_optimized.png │ │ │ │ ├── cuphead_run_0015_optimized.png │ │ │ │ ├── cuphead_run_0016_optimized.png │ │ │ │ ├── cuphead_run_turnaround_0001_optimized.png │ │ │ │ └── cuphead_run_turnaround_0002_optimized.png │ │ └── Shooting │ │ │ └── Straight │ │ │ └── resized │ │ │ ├── cuphead_run_shoot_0001_optimized.png │ │ │ ├── cuphead_run_shoot_0002_optimized.png │ │ │ ├── cuphead_run_shoot_0003_optimized.png │ │ │ ├── cuphead_run_shoot_0004_optimized.png │ │ │ ├── cuphead_run_shoot_0005_optimized.png │ │ │ ├── cuphead_run_shoot_0006_optimized.png │ │ │ ├── cuphead_run_shoot_0007_optimized.png │ │ │ ├── cuphead_run_shoot_0008_optimized.png │ │ │ ├── cuphead_run_shoot_0009_optimized.png │ │ │ ├── cuphead_run_shoot_0010_optimized.png │ │ │ ├── cuphead_run_shoot_0011_optimized.png │ │ │ ├── cuphead_run_shoot_0012_optimized.png │ │ │ ├── cuphead_run_shoot_0013_optimized.png │ │ │ ├── cuphead_run_shoot_0014_optimized.png │ │ │ ├── cuphead_run_shoot_0015_optimized.png │ │ │ ├── cuphead_run_shoot_0016_optimized.png │ │ │ ├── cuphead_run_shoot_turnaround_0001_optimized.png │ │ │ └── cuphead_run_shoot_turnaround_0002_optimized.png │ ├── Shoot │ │ └── Straight │ │ │ └── resized │ │ │ ├── cuphead_shoot_straight_0001_optimized.png │ │ │ ├── cuphead_shoot_straight_0002_optimized.png │ │ │ ├── cuphead_shoot_straight_0003_optimized.png │ │ │ ├── cuphead_shoot_straight_boil_0001_optimized.png │ │ │ ├── cuphead_shoot_straight_boil_0002_optimized.png │ │ │ └── cuphead_shoot_straight_boil_0003_optimized.png │ └── sounds │ │ ├── player_death_01.wav │ │ ├── player_jump_01.wav │ │ └── player_spreadshot_fire_loop.wav ├── favicon.png └── resized │ ├── background_optimized.png │ ├── cuphead_ray_optimized.png │ ├── favicon_optimized.png │ ├── flowers_optimized.png │ ├── grass_optimized.png │ ├── life_dark_optimized.png │ └── life_filled_optimized.png ├── dist ├── main.js └── main.js.map ├── index.html ├── mugman.gif ├── package-lock.json ├── package.json ├── src ├── Animation │ └── index.ts ├── CollisionManager │ └── index.ts ├── Entity │ └── index.ts ├── Frames │ └── index.ts ├── GameManager │ ├── animations.ts │ ├── images.ts │ ├── index.ts │ └── sounds.ts ├── P5 │ └── Index.ts ├── Utils │ ├── Match.ts │ ├── RandomChoice.ts │ ├── RandomFloat.ts │ └── RandomInt.ts ├── Vec2 │ └── index.ts ├── decorators │ └── debounce.ts ├── main.ts ├── misc │ ├── drawing.ts │ └── preload.ts ├── skills │ ├── createboomerang.ts │ ├── createpollen.ts │ ├── createvenus.ts │ ├── launchseedmissile.ts │ ├── shootray.ts │ └── skill.ts └── types │ ├── global.d.ts │ └── maybe.d.ts ├── styles.css ├── tsconfig.json └── tsconfig.tsbuildinfo /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .vscode/ 3 | build/ 4 | .cache/ 5 | dist/ 6 | tsconfig.tsbuildinfo 7 | package-lock.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Bruno 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # About 2 | 3 | Recreation of cuphead's floral fury boss fight 4 | 5 |  6 | 7 | # Installation 8 | 9 | ```sh 10 | git clone https://github.com/PoorlyDefinedBehaviour/browser-cuphead 11 | ``` 12 | 13 | # Usage 14 | 15 | ## Install dependencies 16 | 17 | ```sh 18 | type 'npm i' in the terminal 19 | ``` 20 | 21 | ## Compiling with typescript 22 | 23 | ```sh 24 | type 'tsc' in the terminal 25 | ``` 26 | 27 | ## Bundling with parcel 28 | 29 | ```sh 30 | type 'parcel build build/main.js' in the terminal 31 | ``` 32 | 33 | ## Serving the html file 34 | 35 | ```sh 36 | type 'npx serve' in the terminal 37 | ``` 38 | 39 | # FAQ 40 | 41 | ## tsc is not recognized as internal or external command 42 | 43 | ```sh 44 | install typescript globally 'npm i -g typescript' and follow the steps 45 | ``` 46 | 47 | ## parcel is not recognized as internal or external command 48 | 49 | ```sh 50 | install parcel globally 'npm i parcel-bundler' and follow the steps 51 | ``` 52 | 53 | # Contributing 54 | 55 | Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. 56 | 57 | Please make sure to update tests as appropriate. 58 | 59 | # License 60 | 61 | [MIT](https://choosealicense.com/licenses/mit/) 62 | -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_07_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_07_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/Boomerang/resized/Boomerang_08_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/Boomerang/resized/Boomerang_08_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_07_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_07_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_08_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_08_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_09_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_09_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_10_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_10_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_11_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_11_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_12_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_12_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_13_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_13_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_14_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_14_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_15_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_15_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_16_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_16_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_17_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_17_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_18_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_18_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_19_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_19_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_20_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_20_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_21a_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_21a_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_22_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_22_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_23_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_23_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_24_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_24_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_25_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_25_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_26_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_26_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Creating Object/resized/Create_x_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Creating Object/resized/Create_x_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_07_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_07_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_08_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_08_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_09_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_09_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_10_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_10_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_11_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_11_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Death/resized/Death_12_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Death/resized/Death_12_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Seed Missiles/Blue/resized/Missile_B_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_07_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_07_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_08_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_08_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_09_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_09_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_10_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_10_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_11_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_11_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_12_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_12_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_13_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_13_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_14_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_14_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_15_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_15_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_16_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_16_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_17_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_17_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_18_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/Seed/resized/Seed_Fall_A_18_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_07_A_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_07_A_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_07_B_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_07_B_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_08_A_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_08_A_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_08_B_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_08_B_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_08_C_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_08_C_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_09_A_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_09_A_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_09_B_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_09_B_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_10_A_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_10_A_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_10_B_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_10_B_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_11_A_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_11_A_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_11_B_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_11_B_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_12_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/Venus Flytrap/resized/Venus_12_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_07_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_07_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_08_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_08_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_09_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_09_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_10_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_10_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_11_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_11_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_12_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_12_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_13_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_13_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_14_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_14_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_15_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_15_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_16_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_16_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_17_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_17_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_18_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_18_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_19_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_19_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_20_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_20_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_21_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_21_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Firing Seeds/resized/FS_22_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Firing Seeds/resized/FS_22_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_07_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_07_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_08_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_08_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_09_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_09_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_10_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_10_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_11_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_11_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_12_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_12_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_13_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_13_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_14_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_14_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_15_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_15_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_16_Unused_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_16_Unused_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_16_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_16_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_17_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_17_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_18_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_18_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_19_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_19_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_20_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_20_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_21_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_21_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_22_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_22_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_23_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_23_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Idle/resized/Idle_24_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Idle/resized/Idle_24_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_01_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_01_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_02_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_02_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_03_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_03_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_04_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_04_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_05_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_05_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_06_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_06_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_07_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_07_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_08_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_08_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_09_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_09_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_10_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_10_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_11_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_11_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_12_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_12_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_13_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_13_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_14_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_14_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_15_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_15_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_16_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_16_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_17_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_17_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_18_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_18_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_19_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_19_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Intro/resized/Intro_20_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Intro/resized/Intro_20_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Pollen/resized/Pollen_A_1_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Pollen/resized/Pollen_A_1_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Pollen/resized/Pollen_A_2_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Pollen/resized/Pollen_A_2_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Pollen/resized/Pollen_A_3_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Pollen/resized/Pollen_A_3_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Pollen/resized/Pollen_A_4_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Pollen/resized/Pollen_A_4_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/Pollen/resized/Pollen_A_5_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/Pollen/resized/Pollen_A_5_optimized.png -------------------------------------------------------------------------------- /assets/Cagney/sounds/flower_gattling_loop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/sounds/flower_gattling_loop.wav -------------------------------------------------------------------------------- /assets/Cagney/sounds/flower_intro_yell.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/Cagney/sounds/flower_intro_yell.wav -------------------------------------------------------------------------------- /assets/audio/cuphead_ost_floral_fury.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/audio/cuphead_ost_floral_fury.mp3 -------------------------------------------------------------------------------- /assets/audio/player_game_over.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/audio/player_game_over.wav -------------------------------------------------------------------------------- /assets/audio/player_hit_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/audio/player_hit_01.wav -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0006_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0006_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0007_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0007_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0008_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0008_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0009_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0009_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0010_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0010_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0011_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0011_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0012_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0012_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0013_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0013_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0014_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0014_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0015_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0015_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Death/resized/cuphead_death_body_0016_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Death/resized/cuphead_death_body_0016_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0006_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0006_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0007_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0007_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0008_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0008_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0009_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0009_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0010_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0010_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0011_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0011_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0012_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0012_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0013_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0013_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0014_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0014_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0015_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0015_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0016_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0016_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0017_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0017_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0018_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0018_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0019_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0019_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0020_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0020_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0021_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0021_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0022_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0022_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0023_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0023_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_ghost_0024_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_ghost_0024_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0006_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0006_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0007_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0007_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0008_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0008_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0009_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0009_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0010_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0010_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0011_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0011_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0012_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0012_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0013_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0013_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0014_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0014_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0015_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0015_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0016_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0016_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0017_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0017_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0018_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0018_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0019_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0019_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0020_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0020_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0021_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0021_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_0022_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_0022_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_finale_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_finale_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_finale_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_finale_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_finale_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_finale_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_finale_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_finale_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_finale_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_finale_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Ghost/resized/cuphead_revive_finale_0006_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Ghost/resized/cuphead_revive_finale_0006_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Idle/resized/cuphead_idle_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Idle/resized/cuphead_idle_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Idle/resized/cuphead_idle_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Idle/resized/cuphead_idle_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Idle/resized/cuphead_idle_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Idle/resized/cuphead_idle_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Idle/resized/cuphead_idle_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Idle/resized/cuphead_idle_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Idle/resized/cuphead_idle_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Idle/resized/cuphead_idle_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0006_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0006_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0007_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0007_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Jump/resized/cuphead_jump_0008_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Jump/resized/cuphead_jump_0008_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0006_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0006_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0007_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0007_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0008_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0008_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0009_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0009_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0010_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0010_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0011_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0011_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0012_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0012_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0013_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0013_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0014_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0014_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0015_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0015_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_0016_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_0016_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_turnaround_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_turnaround_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Normal/resized/cuphead_run_turnaround_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Normal/resized/cuphead_run_turnaround_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0004_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0004_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0005_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0005_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0006_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0006_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0007_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0007_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0008_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0008_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0009_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0009_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0010_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0010_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0011_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0011_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0012_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0012_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0013_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0013_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0014_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0014_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0015_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0015_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0016_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_0016_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_turnaround_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_turnaround_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_turnaround_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Run/Shooting/Straight/resized/cuphead_run_shoot_turnaround_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_boil_0001_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_boil_0001_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_boil_0002_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_boil_0002_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_boil_0003_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/Shoot/Straight/resized/cuphead_shoot_straight_boil_0003_optimized.png -------------------------------------------------------------------------------- /assets/cuphead/sounds/player_death_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/sounds/player_death_01.wav -------------------------------------------------------------------------------- /assets/cuphead/sounds/player_jump_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/sounds/player_jump_01.wav -------------------------------------------------------------------------------- /assets/cuphead/sounds/player_spreadshot_fire_loop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/cuphead/sounds/player_spreadshot_fire_loop.wav -------------------------------------------------------------------------------- /assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/favicon.png -------------------------------------------------------------------------------- /assets/resized/background_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/resized/background_optimized.png -------------------------------------------------------------------------------- /assets/resized/cuphead_ray_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/resized/cuphead_ray_optimized.png -------------------------------------------------------------------------------- /assets/resized/favicon_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/resized/favicon_optimized.png -------------------------------------------------------------------------------- /assets/resized/flowers_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/resized/flowers_optimized.png -------------------------------------------------------------------------------- /assets/resized/grass_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/resized/grass_optimized.png -------------------------------------------------------------------------------- /assets/resized/life_dark_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/resized/life_dark_optimized.png -------------------------------------------------------------------------------- /assets/resized/life_filled_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoorlyDefinedBehaviour/browser-cuphead/722d3dc3dc1cd25a019df1d265168c7458f74f92/assets/resized/life_filled_optimized.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 |