├── .cocos-project.json ├── .gitignore ├── .jshintrc ├── CMakeLists.txt ├── LICENSE ├── README.md ├── config.js ├── gulpfile.js ├── index.css ├── index.html ├── js ├── cocos2d-js-v3.13-lite.js └── cocos2d-js-v3.13.js ├── main.js ├── manifest.webapp ├── package.json ├── project.json ├── reference ├── aquastax_anim_01_240x320_efigs.gif ├── diagram.txt ├── normal.txt └── refactor.txt ├── res ├── aquastax_logo.png ├── fish.png ├── loading.js ├── original_logo.png └── spritey │ ├── gumbler.plist │ └── gumbler.png ├── resources └── graphics │ └── gumbler │ ├── gumbler.tps │ └── images │ ├── LARGE_gumbler_bounce_01.png │ ├── LARGE_gumbler_bounce_02.png │ ├── LARGE_gumbler_bounce_03.png │ ├── LARGE_gumbler_bounce_04.png │ ├── LARGE_gumbler_bounce_05.png │ ├── LARGE_gumbler_bounce_06.png │ ├── LARGE_gumbler_bounce_07.png │ ├── LARGE_gumbler_bounce_08.png │ ├── LARGE_gumbler_bounce_09.png │ ├── LARGE_gumbler_bounce_10.png │ ├── LARGE_gumbler_bounce_11.png │ ├── LARGE_gumbler_climb_01.png │ ├── LARGE_gumbler_climb_02.png │ ├── LARGE_gumbler_climb_03.png │ ├── LARGE_gumbler_climb_04.png │ ├── LARGE_gumbler_climb_05.png │ ├── LARGE_gumbler_climb_06.png │ ├── LARGE_gumbler_climb_07.png │ ├── LARGE_gumbler_climb_trans_01.png │ ├── LARGE_gumbler_climb_trans_02.png │ ├── LARGE_gumbler_climb_trans_03.png │ ├── LARGE_gumbler_climbtop_01.png │ ├── LARGE_gumbler_climbtop_02.png │ ├── LARGE_gumbler_climbtop_03.png │ ├── LARGE_gumbler_climbtop_04.png │ ├── LARGE_gumbler_climbtop_05.png │ ├── LARGE_gumbler_climbtop_06.png │ ├── LARGE_gumbler_climbtop_07.png │ ├── LARGE_gumbler_climbtop_08.png │ ├── LARGE_gumbler_climbtop_09.png │ ├── LARGE_gumbler_climbtop_10.png │ ├── LARGE_gumbler_climbtop_11.png │ ├── LARGE_gumbler_climbtop_12.png │ ├── LARGE_gumbler_climbtop_13.png │ ├── LARGE_gumbler_climbtop_14.png │ ├── LARGE_gumbler_climbtop_15.png │ ├── LARGE_gumbler_climbtop_16.png │ ├── LARGE_gumbler_climbtop_17.png │ ├── LARGE_gumbler_drown_01.png │ ├── LARGE_gumbler_drown_02.png │ ├── LARGE_gumbler_drown_03.png │ ├── LARGE_gumbler_drown_04.png │ ├── LARGE_gumbler_drown_05.png │ ├── LARGE_gumbler_drown_06.png │ ├── LARGE_gumbler_drown_07.png │ ├── LARGE_gumbler_drown_08.png │ ├── LARGE_gumbler_drown_down_bubbles_01.png │ ├── LARGE_gumbler_drown_down_bubbles_02.png │ ├── LARGE_gumbler_drown_down_bubbles_03.png │ ├── LARGE_gumbler_drown_down_bubbles_04.png │ ├── LARGE_gumbler_drown_down_bubbles_05.png │ ├── LARGE_gumbler_drown_down_bubbles_06.png │ ├── LARGE_gumbler_drown_down_bubbles_07.png │ ├── LARGE_gumbler_drown_down_bubbles_08.png │ ├── LARGE_gumbler_exitleap_01.png │ ├── LARGE_gumbler_exitleap_02.png │ ├── LARGE_gumbler_exitleap_03.png │ ├── LARGE_gumbler_exitleap_04.png │ ├── LARGE_gumbler_exitleap_05.png │ ├── LARGE_gumbler_exitleap_06.png │ ├── LARGE_gumbler_exitleap_07.png │ ├── LARGE_gumbler_exitleap_08.png │ ├── LARGE_gumbler_exitleap_09.png │ ├── LARGE_gumbler_exitleap_10.png │ ├── LARGE_gumbler_exitleap_11.png │ ├── LARGE_gumbler_exitleap_12.png │ ├── LARGE_gumbler_exitleap_13.png │ ├── LARGE_gumbler_exitleap_14.png │ ├── LARGE_gumbler_exitleap_15.png │ ├── LARGE_gumbler_exitleap_16.png │ ├── LARGE_gumbler_exitleap_17.png │ ├── LARGE_gumbler_exitleap_18.png │ ├── LARGE_gumbler_exitleap_19.png │ ├── LARGE_gumbler_fallspin_01.png │ ├── LARGE_gumbler_fallspin_02.png │ ├── LARGE_gumbler_fallspin_03.png │ ├── LARGE_gumbler_fallspin_04.png │ ├── LARGE_gumbler_fallspin_05.png │ ├── LARGE_gumbler_fallspin_06.png │ ├── LARGE_gumbler_fallspin_07.png │ ├── LARGE_gumbler_fallspin_08.png │ ├── LARGE_gumbler_fallspin_09.png │ ├── LARGE_gumbler_fallspin_10.png │ ├── LARGE_gumbler_getup_01.png │ ├── LARGE_gumbler_getup_02.png │ ├── LARGE_gumbler_getup_03.png │ ├── LARGE_gumbler_getup_04.png │ ├── LARGE_gumbler_getup_05.png │ ├── LARGE_gumbler_getup_06.png │ ├── LARGE_gumbler_getup_07.png │ ├── LARGE_gumbler_getup_08.png │ ├── LARGE_gumbler_getup_09.png │ ├── LARGE_gumbler_getup_10.png │ ├── LARGE_gumbler_handover_01.png │ ├── LARGE_gumbler_handover_02.png │ ├── LARGE_gumbler_handover_03.png │ ├── LARGE_gumbler_handover_04.png │ ├── LARGE_gumbler_handover_05.png │ ├── LARGE_gumbler_handover_06.png │ ├── LARGE_gumbler_handover_07.png │ ├── LARGE_gumbler_handover_08.png │ ├── LARGE_gumbler_hang_swap_01.png │ ├── LARGE_gumbler_hang_trans_01.png │ ├── LARGE_gumbler_hang_trans_02.png │ ├── LARGE_gumbler_hang_trans_03.png │ ├── LARGE_gumbler_hang_trans_04.png │ ├── LARGE_gumbler_hang_trans_05.png │ ├── LARGE_gumbler_hang_trans_06.png │ ├── LARGE_gumbler_hang_trans_07.png │ ├── LARGE_gumbler_hang_trans_08.png │ ├── LARGE_gumbler_hang_trans_09.png │ ├── LARGE_gumbler_hang_trans_10.png │ ├── LARGE_gumbler_hanging_01.png │ ├── LARGE_gumbler_hanging_02.png │ ├── LARGE_gumbler_hanging_03.png │ ├── LARGE_gumbler_hanging_04.png │ ├── LARGE_gumbler_hanging_05.png │ ├── LARGE_gumbler_hanging_06.png │ ├── LARGE_gumbler_hangon_01.png │ ├── LARGE_gumbler_hangon_02.png │ ├── LARGE_gumbler_hangstraight_01.png │ ├── LARGE_gumbler_panic_01.png │ ├── LARGE_gumbler_panic_02.png │ ├── LARGE_gumbler_sit_trans_01.png │ ├── LARGE_gumbler_sit_trans_02.png │ ├── LARGE_gumbler_sit_trans_03.png │ ├── LARGE_gumbler_squished_01.png │ ├── LARGE_gumbler_squished_02.png │ ├── LARGE_gumbler_squished_03.png │ ├── LARGE_gumbler_squished_04.png │ ├── LARGE_gumbler_squished_05.png │ ├── LARGE_gumbler_squished_06.png │ ├── LARGE_gumbler_squished_07.png │ ├── LARGE_gumbler_squished_08.png │ ├── LARGE_gumbler_squished_09.png │ ├── LARGE_gumbler_squished_10.png │ ├── LARGE_gumbler_stand_trans_01.png │ ├── LARGE_gumbler_stand_trans_02.png │ ├── LARGE_gumbler_stand_trans_03.png │ ├── LARGE_gumbler_timeout_booty_01.png │ ├── LARGE_gumbler_timeout_booty_02.png │ ├── LARGE_gumbler_timeout_cast_01.png │ ├── LARGE_gumbler_timeout_cast_02.png │ ├── LARGE_gumbler_timeout_eat_01.png │ ├── LARGE_gumbler_timeout_eat_02.png │ ├── LARGE_gumbler_timeout_eat_03.png │ ├── LARGE_gumbler_timeout_eat_04.png │ ├── LARGE_gumbler_timeout_eat_05.png │ ├── LARGE_gumbler_timeout_eat_06.png │ ├── LARGE_gumbler_timeout_eat_07.png │ ├── LARGE_gumbler_timeout_fish__rod_01.png │ ├── LARGE_gumbler_timeout_fish__rod_02.png │ ├── LARGE_gumbler_timeout_fish__rod_03.png │ ├── LARGE_gumbler_timeout_fish__rod_04.png │ ├── LARGE_gumbler_timeout_fishreel_01.png │ ├── LARGE_gumbler_timeout_fishreel_02.png │ ├── LARGE_gumbler_timeout_fishreel_03.png │ ├── LARGE_gumbler_timeout_fishreel_04.png │ ├── LARGE_gumbler_timeout_fishreel_05.png │ ├── LARGE_gumbler_timeout_fishreel_06.png │ ├── LARGE_gumbler_timeout_fishreel_07.png │ ├── LARGE_gumbler_timeout_fishreel_walk_01.png │ ├── LARGE_gumbler_timeout_fishreel_walk_02.png │ ├── LARGE_gumbler_timeout_fishreel_walk_03.png │ ├── LARGE_gumbler_timeout_fishreel_walk_04.png │ ├── LARGE_gumbler_timeout_jiggy_01.png │ ├── LARGE_gumbler_timeout_look_01.png │ ├── LARGE_gumbler_timeout_look_02.png │ ├── LARGE_gumbler_timeout_look_03.png │ ├── LARGE_gumbler_timeout_look_04.png │ ├── LARGE_gumbler_timeout_look_05.png │ ├── LARGE_gumbler_timeout_look_06.png │ ├── LARGE_gumbler_timeout_look_07.png │ ├── LARGE_gumbler_timeout_look_08.png │ ├── LARGE_gumbler_timeout_look_09.png │ ├── LARGE_gumbler_timeout_look_10.png │ ├── LARGE_gumbler_timeout_look_11.png │ ├── LARGE_gumbler_timeout_look_12.png │ ├── LARGE_gumbler_timeout_look_13.png │ ├── LARGE_gumbler_timeout_lookup_01.png │ ├── LARGE_gumbler_timeout_lookup_02.png │ ├── LARGE_gumbler_timeout_lookup_03.png │ ├── LARGE_gumbler_timeout_lookup_04.png │ ├── LARGE_gumbler_timeout_sit_01.png │ ├── LARGE_gumbler_timeout_sit_02.png │ ├── LARGE_gumbler_timeout_sit_03.png │ ├── LARGE_gumbler_timeout_sit_04.png │ ├── LARGE_gumbler_timeout_sit_05.png │ ├── LARGE_gumbler_timeout_sit_06.png │ ├── LARGE_gumbler_timeout_sit_07.png │ ├── LARGE_gumbler_timeout_sit_08.png │ ├── LARGE_gumbler_timeout_sit_09.png │ ├── LARGE_gumbler_timeout_sit_10.png │ ├── LARGE_gumbler_timeout_sit_11.png │ ├── LARGE_gumbler_timeout_sleep_01.png │ ├── LARGE_gumbler_timeout_sleep_02.png │ ├── LARGE_gumbler_timeout_sleep_03.png │ ├── LARGE_gumbler_timeout_twist_01.png │ ├── LARGE_gumbler_timeout_twist_02.png │ ├── LARGE_gumbler_timeout_twist_03.png │ ├── LARGE_gumbler_timeout_wave_01.png │ ├── LARGE_gumbler_timeout_wave_02.png │ ├── LARGE_gumbler_timeout_wave_03.png │ ├── LARGE_gumbler_timeout_wave_04.png │ ├── LARGE_gumbler_timeout_wave_05.png │ ├── LARGE_gumbler_timeout_wave_06.png │ ├── LARGE_gumbler_timeout_wave_07.png │ ├── LARGE_gumbler_timeout_wave_trans_01.png │ ├── LARGE_gumbler_timeout_wave_trans_02.png │ ├── LARGE_gumbler_timeout_yawn_01.png │ ├── LARGE_gumbler_timeout_yawn_02.png │ ├── LARGE_gumbler_timeout_yawn_03.png │ ├── LARGE_gumbler_timeout_yawn_04.png │ ├── LARGE_gumbler_timeout_yawn_05.png │ ├── LARGE_gumbler_timeout_yawn_06.png │ ├── LARGE_gumbler_timeout_yawn_07.png │ ├── LARGE_gumbler_timeout_yawn_08.png │ ├── LARGE_gumbler_timeout_yawn_09.png │ ├── LARGE_gumbler_timeout_yawn_10.png │ ├── LARGE_gumbler_timeout_zzz_01.png │ ├── LARGE_gumbler_timeout_zzz_02.png │ ├── LARGE_gumbler_timeout_zzz_03.png │ ├── LARGE_gumbler_timeout_zzz_04.png │ ├── LARGE_gumbler_timeout_zzz_05.png │ ├── LARGE_gumbler_turn_01.png │ ├── LARGE_gumbler_turn_02.png │ ├── LARGE_gumbler_turn_03.png │ ├── LARGE_gumbler_turn_04.png │ ├── LARGE_gumbler_turn_05.png │ ├── LARGE_gumbler_turn_06.png │ ├── LARGE_gumbler_turn_07.png │ ├── LARGE_gumbler_turn_08.png │ ├── LARGE_gumbler_victory_01.png │ ├── LARGE_gumbler_victory_02.png │ ├── LARGE_gumbler_victory_03.png │ ├── LARGE_gumbler_victory_04.png │ ├── LARGE_gumbler_victory_05.png │ ├── LARGE_gumbler_walk_R01.png │ ├── LARGE_gumbler_walk_R02.png │ ├── LARGE_gumbler_walk_R03.png │ ├── LARGE_gumbler_walk_R04.png │ ├── LARGE_gumbler_walk_R05.png │ └── LARGE_gumbler_walk_R06.png └── src ├── behaviour.js ├── block.js ├── game.js ├── globals.js ├── grid.js ├── menu.js ├── navigation.js ├── path.js ├── resource.js ├── splash.js ├── spritey ├── animate.js ├── gumbler_animator.js ├── gumbler_data.js ├── gumbler_sprite.js ├── object │ ├── anim.js │ ├── base.js │ ├── color.js │ ├── image.js │ ├── key.js │ ├── state.js │ └── transition.js ├── sprite.js └── spritey.js └── testnode.js /.cocos-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/.cocos-project.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /frameworks/ 2 | *.DS_Store 3 | /node_modules/ 4 | /.tmp/ 5 | -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/.jshintrc -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/README.md -------------------------------------------------------------------------------- /config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/config.js -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/gulpfile.js -------------------------------------------------------------------------------- /index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/index.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/index.html -------------------------------------------------------------------------------- /js/cocos2d-js-v3.13-lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/js/cocos2d-js-v3.13-lite.js -------------------------------------------------------------------------------- /js/cocos2d-js-v3.13.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/js/cocos2d-js-v3.13.js -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/main.js -------------------------------------------------------------------------------- /manifest.webapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/manifest.webapp -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/package.json -------------------------------------------------------------------------------- /project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/project.json -------------------------------------------------------------------------------- /reference/aquastax_anim_01_240x320_efigs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/reference/aquastax_anim_01_240x320_efigs.gif -------------------------------------------------------------------------------- /reference/diagram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/reference/diagram.txt -------------------------------------------------------------------------------- /reference/normal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/reference/normal.txt -------------------------------------------------------------------------------- /reference/refactor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/reference/refactor.txt -------------------------------------------------------------------------------- /res/aquastax_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/res/aquastax_logo.png -------------------------------------------------------------------------------- /res/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/res/fish.png -------------------------------------------------------------------------------- /res/loading.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/res/loading.js -------------------------------------------------------------------------------- /res/original_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/res/original_logo.png -------------------------------------------------------------------------------- /res/spritey/gumbler.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/res/spritey/gumbler.plist -------------------------------------------------------------------------------- /res/spritey/gumbler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/res/spritey/gumbler.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/gumbler.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/gumbler.tps -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_bounce_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_bounce_11.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_trans_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_trans_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_trans_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_trans_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climb_trans_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climb_trans_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_11.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_12.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_13.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_14.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_15.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_16.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_climbtop_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_climbtop_17.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_drown_down_bubbles_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_11.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_12.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_13.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_14.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_15.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_16.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_17.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_18.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_exitleap_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_exitleap_19.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_fallspin_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_fallspin_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_getup_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_getup_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_handover_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_handover_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_swap_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_swap_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hang_trans_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hanging_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hanging_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hanging_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hanging_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hanging_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hanging_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hanging_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hanging_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hanging_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hanging_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hanging_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hanging_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hangon_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hangon_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hangon_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hangon_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_hangstraight_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_hangstraight_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_panic_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_panic_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_panic_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_panic_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_sit_trans_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_sit_trans_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_sit_trans_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_sit_trans_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_sit_trans_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_sit_trans_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_squished_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_squished_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_stand_trans_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_stand_trans_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_stand_trans_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_stand_trans_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_stand_trans_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_stand_trans_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_booty_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_booty_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_booty_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_booty_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_cast_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_cast_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_cast_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_cast_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_eat_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fish__rod_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_fishreel_walk_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_jiggy_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_jiggy_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_11.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_12.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_look_13.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_lookup_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sit_11.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sleep_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sleep_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sleep_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sleep_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_sleep_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_sleep_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_twist_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_twist_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_twist_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_twist_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_twist_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_twist_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_trans_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_trans_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_trans_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_wave_trans_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_09.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_yawn_10.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_timeout_zzz_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_06.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_07.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_turn_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_turn_08.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_victory_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_victory_01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_victory_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_victory_02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_victory_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_victory_03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_victory_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_victory_04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_victory_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_victory_05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_walk_R01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_walk_R01.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_walk_R02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_walk_R02.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_walk_R03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_walk_R03.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_walk_R04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_walk_R04.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_walk_R05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_walk_R05.png -------------------------------------------------------------------------------- /resources/graphics/gumbler/images/LARGE_gumbler_walk_R06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/resources/graphics/gumbler/images/LARGE_gumbler_walk_R06.png -------------------------------------------------------------------------------- /src/behaviour.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/behaviour.js -------------------------------------------------------------------------------- /src/block.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/block.js -------------------------------------------------------------------------------- /src/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/game.js -------------------------------------------------------------------------------- /src/globals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/globals.js -------------------------------------------------------------------------------- /src/grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/grid.js -------------------------------------------------------------------------------- /src/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/menu.js -------------------------------------------------------------------------------- /src/navigation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/navigation.js -------------------------------------------------------------------------------- /src/path.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/path.js -------------------------------------------------------------------------------- /src/resource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/resource.js -------------------------------------------------------------------------------- /src/splash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/splash.js -------------------------------------------------------------------------------- /src/spritey/animate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/animate.js -------------------------------------------------------------------------------- /src/spritey/gumbler_animator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/gumbler_animator.js -------------------------------------------------------------------------------- /src/spritey/gumbler_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/gumbler_data.js -------------------------------------------------------------------------------- /src/spritey/gumbler_sprite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/gumbler_sprite.js -------------------------------------------------------------------------------- /src/spritey/object/anim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/object/anim.js -------------------------------------------------------------------------------- /src/spritey/object/base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/object/base.js -------------------------------------------------------------------------------- /src/spritey/object/color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/object/color.js -------------------------------------------------------------------------------- /src/spritey/object/image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/object/image.js -------------------------------------------------------------------------------- /src/spritey/object/key.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/object/key.js -------------------------------------------------------------------------------- /src/spritey/object/state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/object/state.js -------------------------------------------------------------------------------- /src/spritey/object/transition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/object/transition.js -------------------------------------------------------------------------------- /src/spritey/sprite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/sprite.js -------------------------------------------------------------------------------- /src/spritey/spritey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/spritey/spritey.js -------------------------------------------------------------------------------- /src/testnode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSteve/aquastax/HEAD/src/testnode.js --------------------------------------------------------------------------------