├── .gitattributes ├── .gitignore ├── Backgrounds ├── BACKGROUNDS ├── atom_playground.jpg ├── baseball-field.png ├── basketball-court1-a.png ├── basketball-court1-b.png ├── beach_malibu.jpg ├── beach_rio.png ├── bedroom1.gif ├── bedroom2.gif ├── bench_with_view.jpg ├── berkeley_mural.jpg ├── blue_sky.svg ├── blue_sky2.svg ├── blue_sky3.svg ├── boardwalk.jpg ├── brick-wall-and-stairs.jpg ├── brick-wall1.jpg ├── brick-wall2.jpg ├── brick_wall1.jpg ├── brick_wall2.jpg ├── building_at_mit.jpg ├── canyon.jpg ├── castle1.png ├── castle2.png ├── castle3.png ├── castle4.png ├── castle5.jpg ├── chalkboard.jpg ├── circles.svg ├── city_with_water.jpg ├── city_with_water2.jpg ├── clothing_store.jpg ├── desert.gif ├── doily.svg ├── driveway.jpg ├── flower_bed.jpg ├── flowers.gif ├── forest.jpg ├── garden_rock.jpg ├── gingerbread.png ├── goal1.png ├── goal2.png ├── graffiti.jpg ├── grand_canyon.jpg ├── gravel_desert.jpg ├── greek_theater.png ├── hall.jpg ├── hallway_outdoors.jpg ├── hay_field.jpg ├── hearts1.svg ├── hearts2.svg ├── hill.jpg ├── houses.jpg ├── kitchen.jpg ├── lake.jpg ├── light.svg ├── metro1.png ├── moon.jpg ├── neon_tunnel.svg ├── night_city.gif ├── night_city_with_street.gif ├── parking-ramp.jpg ├── party.svg ├── party_room.jpg ├── pathway.jpg ├── playing-field.png ├── pool.jpg ├── purple.svg ├── rays.svg ├── room1.jpg ├── room2.jpg ├── room3.jpg ├── route66.jpg ├── school1.gif ├── school2.jpg ├── slopes.svg ├── space.svg ├── sparkling.svg ├── spotlight-stage.jpg ├── spotlight-stage2.svg ├── stage1.png ├── stage2.png ├── stars.gif ├── stripes.svg ├── the_movies_inside.jpg ├── the_movies_outside.jpg ├── track.svg ├── train_tracks1.jpg ├── train_tracks2.gif ├── tree-gifts.png ├── tree.jpg ├── underwater1.png ├── underwater2.png ├── underwater3.gif ├── urban1.png ├── urban2.png ├── village.jpg ├── water_and_rocks.jpg ├── wave.jpg ├── winter-lights.svg ├── winter.svg ├── woods.gif ├── woods_and_bench.jpg └── xy-grid.gif ├── CONTRIBUTING.md ├── Costumes ├── 0-pixel.svg ├── 1-glow.svg ├── 1-pixel.svg ├── 2-glow.svg ├── 2-pixel.svg ├── 3-glow.svg ├── 3-pixel.svg ├── 4-glow.svg ├── 4-pixel.svg ├── 5-glow.svg ├── 5-pixel.svg ├── 6-glow.svg ├── 6-pixel.svg ├── 7-glow.svg ├── 7-pixel.svg ├── 8-glow.svg ├── 8-pixel.svg ├── 9-glow.svg ├── 9-pixel.svg ├── A-glow.svg ├── A-pixel.svg ├── A-story-1.svg ├── A-story-2.svg ├── A-story-3.svg ├── AZ_pop_L_arm.png ├── AZ_pop_R_arm.png ├── AZ_pop_down.png ├── AZ_pop_front.png ├── AZ_pop_left.png ├── AZ_pop_right.png ├── AZ_pop_stand.png ├── AZ_stance.png ├── AZ_top_L_step.png ├── AZ_top_R_cross.png ├── AZ_top_R_step.png ├── AZ_top_freeze.png ├── AZ_top_stand.png ├── Alonzo3D.png ├── B-glow.svg ├── B-pixel.svg ├── B-story-1.svg ├── B-story-2.svg ├── B-story-3.svg ├── C-glow.svg ├── C-pixel.svg ├── C-story-1.svg ├── C-story-2.svg ├── C-story-3.svg ├── COSTUMES ├── COSTUMES-full ├── D-glow.svg ├── D-pixel.svg ├── D-story-1.svg ├── D-story-2.svg ├── D-story-3.svg ├── E-glow.svg ├── E-pixel.svg ├── E-story-1.svg ├── E-story-2.svg ├── E-story-3.svg ├── F-glow.svg ├── F-pixel.svg ├── F-story-1.svg ├── F-story-2.svg ├── F-story-3.svg ├── G-glow.svg ├── G-pixel.svg ├── G-story-1.svg ├── G-story-2.svg ├── G-story-3.svg ├── H-glow.svg ├── H-pixel.svg ├── H-story-1.svg ├── H-story-2.svg ├── H-story-3.svg ├── Hat.svg ├── I-glow.svg ├── I-pixel.svg ├── I-story-1.svg ├── I-story-2.svg ├── I-story-3.svg ├── J-glow.svg ├── J-pixel.svg ├── J-story-1.svg ├── J-story-2.svg ├── J-story-3.svg ├── K-glow.svg ├── K-pixel.svg ├── K-story-1.svg ├── K-story-2.svg ├── K-story-3.svg ├── Khalid-b.png ├── L-glow.svg ├── L-pixel.svg ├── L-story-1.svg ├── L-story-2.svg ├── L-story-3.svg ├── M-glow.svg ├── M-pixel.svg ├── M-story-1.svg ├── M-story-2.svg ├── M-story-3.svg ├── N-glow.svg ├── N-pixel.svg ├── N-story-1.svg ├── N-story-2.svg ├── N-story-3.svg ├── O-glow.svg ├── O-pixel.svg ├── O-story-1.svg ├── O-story-2.svg ├── O-story-3.svg ├── P-glow.svg ├── P-pixel.svg ├── P-story-1.svg ├── P-story-2.svg ├── P-story-3.svg ├── Q-glow.svg ├── Q-pixel.svg ├── Q-story-1.svg ├── Q-story-2.svg ├── Q-story-3.svg ├── R-glow.svg ├── R-pixel.svg ├── R-story-1.svg ├── R-story-2.svg ├── R-story-3.svg ├── S-glow.svg ├── S-pixel.svg ├── S-story-1.svg ├── S-story-2.svg ├── S-story-3.svg ├── Singer1.svg ├── T-glow.svg ├── T-pixel.svg ├── T-story-1.svg ├── T-story-2.svg ├── T-story-3.svg ├── U-glow.svg ├── U-pixel.svg ├── U-story-1.svg ├── U-story-2.svg ├── U-story-3.svg ├── V-glow.svg ├── V-pixel.svg ├── V-story-1.svg ├── V-story-2.svg ├── V-story-3.svg ├── W-glow.svg ├── W-pixel.svg ├── W-story-1.svg ├── W-story-2.svg ├── W-story-3.svg ├── X-glow.svg ├── X-pixel.svg ├── X-story-1.svg ├── X-story-2.svg ├── X-story-3.svg ├── Y-glow.svg ├── Y-pixel.svg ├── Y-story-1.svg ├── Y-story-2.svg ├── Y-story-3.svg ├── Z-glow.svg ├── Z-pixel.svg ├── Z-story-1.svg ├── Z-story-2.svg ├── Z-story-3.svg ├── a-block.svg ├── abby-a.svg ├── abby-b.svg ├── abby-c.svg ├── abby-d.svg ├── airplane2.png ├── alonzo.png ├── alonzo.svg ├── amon.gif ├── anina_R_cross.png ├── anina_pop_L_arm.png ├── anina_pop_R_arm.png ├── anina_pop_down.png ├── anina_pop_front.png ├── anina_pop_left.png ├── anina_pop_right.png ├── anina_pop_stand.png ├── anina_stance.png ├── anina_top_L_step.png ├── anina_top_R_step.png ├── anina_top_freeze.png ├── anina_top_stand.png ├── anna-a.png ├── anna-b.png ├── anna01.png ├── anna02.png ├── anna03.png ├── anna04.png ├── anna05.png ├── anna06.png ├── anna07.png ├── anna07b.png ├── anna07c.png ├── anna08.png ├── anna09.png ├── anna10.png ├── anna11.png ├── anna12.png ├── apple.svg ├── arrow1-a.svg ├── arrow1-b.svg ├── arrow1-c.svg ├── arrow1-d.svg ├── avery-a.svg ├── avery-b.svg ├── avery_walking-a.svg ├── avery_walking-b.svg ├── avery_walking-c.svg ├── avery_walking-d.svg ├── b-block.svg ├── ball-a.svg ├── ball-b.svg ├── ball-c.svg ├── ball-d.svg ├── ball-e.svg ├── ball-soccer.svg ├── ballerina-a.svg ├── ballerina-b.svg ├── ballerina-c.svg ├── ballerina-d.svg ├── balloon1-a.svg ├── balloon1-b.svg ├── balloon1-c.svg ├── bananas.svg ├── baseball.svg ├── basketball.svg ├── bass.svg ├── bat1-a.png ├── bat1-a_.svg ├── bat1-b.png ├── bat1-b_.svg ├── bat2-a.png ├── bat2-a_.svg ├── bat2-b.png ├── bat2-b_.svg ├── beachball.svg ├── bear1-a.svg ├── bear1-b.svg ├── bear2-a.svg ├── bear2-b.svg ├── beetle.svg ├── bell1.svg ├── bells-a.svg ├── bells-b.svg ├── bowl-a.svg ├── bowtie-a.svg ├── bowtie-b.svg ├── boy1-standing.gif ├── boy1-walking.gif ├── boy2.gif ├── boy3.gif ├── breakdancer1-a.png ├── breakdancer1-b.png ├── breakdancer1-c.png ├── building-a.svg ├── building-b.svg ├── building-c.svg ├── building-d.svg ├── building-e.svg ├── building-f.svg ├── building-g.svg ├── building-h.svg ├── building-i.svg ├── building-j.svg ├── bus.png ├── butterfly1-a.svg ├── butterfly1-b_.svg ├── butterfly2_.svg ├── butterfly3_.svg ├── button1.svg ├── button2-a.svg ├── button2-b.svg ├── button3-a.svg ├── button3-b.svg ├── button4-a.svg ├── button4-b.svg ├── button5-a.svg ├── button5-b.svg ├── c-block.svg ├── cake-a.svg ├── cake-b.svg ├── calvrett_jumping.png ├── calvrett_thinking.png ├── candle1-a.svg ├── candle1-b.svg ├── candles1.svg ├── candles2.svg ├── car-bug.png ├── cassy-a.png ├── cassy-b.png ├── cassy-c.png ├── cassy-d.png ├── cassy_dance-a.png ├── cassy_dance-b.png ├── cassy_dance-c.png ├── cassy_dance-d.png ├── cat2.gif ├── cat2.svg ├── cat3.png ├── cat4.png ├── cat5.gif ├── catherine-a.png ├── catherine-b.png ├── catherine-c.png ├── catherine-d.png ├── champ99-a.png ├── champ99-b.png ├── champ99-c.png ├── champ99-d.png ├── champ99-e.png ├── champ99-f.png ├── champ99-g.png ├── cheesy-puffs.png ├── cloud-a.svg ├── cloud-b.svg ├── cloud-c.svg ├── cloud-d.svg ├── cloud.svg ├── cm_pop_L_arm.png ├── cm_pop_R_arm.png ├── cm_top_L_cross.png ├── cm_top_L_leg.png ├── cm_top_R_cross.png ├── cm_top_R_leg.png ├── cm_top_ready.png ├── cm_top_stand.png ├── convertible1.png ├── convertible2.png ├── convertible3.svg ├── cowbell.svg ├── crab-a.svg ├── crab-b.svg ├── creature1-a.svg ├── creature1-b.svg ├── creature1-c.svg ├── cymbal-a.svg ├── cymbal-b.svg ├── d-block.svg ├── dan-a.png ├── dan-b.png ├── dani-a.svg ├── dani-b.svg ├── dani-c.svg ├── dee-a.svg ├── dee-b.svg ├── dee-c.svg ├── dee-d.svg ├── dee-e.svg ├── devin-a.svg ├── devin-b.svg ├── devin-c.svg ├── devin-d.svg ├── dinosaur1-a.svg ├── dinosaur1-b.svg ├── dinosaur1-c.svg ├── dinosaur1-d.svg ├── dinosaur1-e.svg ├── dinosaur1-f.svg ├── dinosaur1-g.svg ├── dinosaur2-a.svg ├── dinosaur2-b.svg ├── dinosaur3.svg ├── diver1.svg ├── diver2.svg ├── dm_freeze.png ├── dm_pop_L_arm.png ├── dm_pop_R_arm.png ├── dm_pop_down.png ├── dm_pop_front.png ├── dm_pop_left.png ├── dm_pop_right.png ├── dm_pop_stand.png ├── dm_stance.svg ├── dm_top_L_leg.png ├── dm_top_R_leg.png ├── dm_top_stand.png ├── dog1-a.png ├── dog1-a.svg ├── dog1-b.png ├── dog1-b.svg ├── dog2-a.png ├── dog2-a.svg ├── dog2-b.png ├── dog2-b.svg ├── dog2-c.png ├── dog2-c.svg ├── dog_puppy_back.png ├── dog_puppy_right.png ├── dog_puppy_side.png ├── dog_puppy_sit.png ├── donut.svg ├── dove1-a.svg ├── dove1-b.svg ├── dove2-a.svg ├── dove2-b.svg ├── dragon1-a.png ├── dragon1-a.svg ├── dragon1-b.png ├── dragon1-b.svg ├── dragon2.gif ├── drum1-a.svg ├── drum1-b.svg ├── drum2-a.svg ├── drum2-b.svg ├── drum_bass-a.svg ├── drum_bass-b.svg ├── drum_snare-a.svg ├── drum_snare-b.svg ├── drums_conga-a.svg ├── drums_conga-b.svg ├── duck.svg ├── e-block.svg ├── earth.svg ├── elephant-a_.svg ├── elephant-b_.svg ├── f-block.svg ├── fire_hydrant.png ├── fish1.svg ├── fish2.svg ├── fish3.svg ├── flower_shape.svg ├── football_running.png ├── football_standing.png ├── fortunecookie.png ├── fox.svg ├── frog.svg ├── fruit_platter.png ├── fruitsalad.svg ├── g-block.svg ├── ghost1_.svg ├── ghost2-a.svg ├── ghost2-b.svg ├── ghoul-a.svg ├── ghoul-b.svg ├── gift-a.svg ├── gift-b.svg ├── girl1-standing.gif ├── girl1-walking.gif ├── girl2-shouting.gif ├── girl2-standing.gif ├── girl3-basketball.gif ├── girl3-running.gif ├── girl3-standing.gif ├── glass_water-a.svg ├── glass_water-b.svg ├── glasses.svg ├── green_flag.svg ├── guitar.svg ├── guitar_bass.svg ├── guitar_electric.svg ├── h-block.svg ├── hannah-a.png ├── hannah-b.png ├── hannah-c.png ├── hat_beanie.svg ├── hat_party2-a.svg ├── hat_winter.svg ├── hat_wizard.svg ├── headband.svg ├── heart_code.svg ├── heart_face.svg ├── heart_love_it.svg ├── heart_purple.svg ├── heart_red.svg ├── heart_smile.svg ├── heart_sweet.svg ├── helicopter.png ├── hippo1-a.svg ├── hippo1-b.svg ├── holly1.svg ├── holly2.svg ├── home_button.svg ├── horse1-a.svg ├── horse1-b.svg ├── i-block.svg ├── j-block.svg ├── jaime-a.png ├── jaime-b.png ├── jaime_walking-a.png ├── jaime_walking-b.png ├── jaime_walking-c.png ├── jaime_walking-d.png ├── jaime_walking-e.png ├── jay.gif ├── jeans-a.svg ├── jeans-b.svg ├── jo_pop_L_arm.png ├── jo_pop_R_arm.png ├── jo_pop_down.png ├── jo_pop_front.png ├── jo_pop_left.png ├── jo_pop_right.png ├── jo_pop_stand.png ├── jo_stance.png ├── jo_top_L_cross.png ├── jo_top_L_leg.png ├── jo_top_R_cross.png ├── jo_top_R_leg.png ├── jo_top_stand.png ├── jodi.gif ├── k-block.svg ├── kai-a.png ├── kai-b.png ├── key.svg ├── keyboard-a.svg ├── keyboard-b.svg ├── keyboard-c.svg ├── keyboard-d.svg ├── khalid-a.png ├── khalid-c.png ├── khalid-d.png ├── knight.svg ├── l-block.svg ├── ladybug2-a.svg ├── ladybug2-b.svg ├── ladybug2.svg ├── lamp.png ├── laptop.svg ├── lb_pop_L_arm.png ├── lb_pop_R_arm.png ├── lb_pop_down.png ├── lb_pop_front.png ├── lb_pop_left.png ├── lb_pop_right.png ├── lb_pop_stand.png ├── lb_stance.png ├── lb_top_L_cross.png ├── lb_top_L_leg.png ├── lb_top_R_cross.png ├── lb_top_R_leg.png ├── lb_top_stand.png ├── lightning.svg ├── lion-a.svg ├── lion-b.svg ├── lioness.svg ├── lorenz01.png ├── lorenz02.png ├── lorenz03.png ├── lorenz04.png ├── lorenz05.png ├── lorenz06.png ├── lorenz07.png ├── lorenz07b.png ├── m-block.svg ├── magiccarpet.png ├── magicwand.svg ├── marble-building.png ├── marissa-crouching.gif ├── marissa-sitting.gif ├── marissa.gif ├── maya.png ├── microphone.svg ├── microphonestand.svg ├── monkey1-a.svg ├── monkey1-b.svg ├── monkey2-a.svg ├── monkey2-b.svg ├── monkey2-c.svg ├── mori.png ├── mouse1-a.svg ├── mouse1-b.svg ├── muffin-a.svg ├── muffin-b.svg ├── n-block.svg ├── o-block.svg ├── octopus-a.svg ├── octopus-b.svg ├── orange.svg ├── orange2-a.svg ├── orange2-b.svg ├── orange2-c.svg ├── p-block.svg ├── paddle.svg ├── palmtree.gif ├── parrot-a.svg ├── parrot-b.svg ├── parrot2-a.svg ├── parrot2-b.svg ├── partyhat1.svg ├── paul.gif ├── pencil-a.svg ├── pencil-b.svg ├── penguin1.svg ├── penguin1_talk-a.svg ├── penguin1_talk-b.svg ├── penguin2.svg ├── penguin2_talk-a.svg ├── penguin2_talk-b.svg ├── penguin3-a.svg ├── penguin3-b.svg ├── penguin3-c.svg ├── piano.svg ├── planet2.svg ├── prince.svg ├── princess.svg ├── q-block.svg ├── r-block.svg ├── rainbow.svg ├── referee.gif ├── reindeer.svg ├── robot1.svg ├── rocks.svg ├── rory.png ├── ruby-a.png ├── ruby-b.png ├── s-block.svg ├── sail-boat.png ├── sam.gif ├── saxophone-a.svg ├── saxophone-b.svg ├── scarf1.svg ├── scarf2.svg ├── shark-a_.svg ├── shark-b_.svg ├── shark-c_.svg ├── shirt-a.svg ├── shirt-b.svg ├── shirt2-a.svg ├── shirt2-a2.svg ├── shirt_blouse.svg ├── shirt_collar-a.svg ├── shirt_collar-b.svg ├── shirt_collar-c.svg ├── shoes1.svg ├── shoes2.svg ├── skates.svg ├── sl_pop_L_arm.png ├── sl_pop_R_arm.png ├── sl_top_L_cross.png ├── sl_top_L_leg.png ├── sl_top_R_cross.png ├── sl_top_R_leg.png ├── sl_top_ready.png ├── sl_top_stand.png ├── snowflake.svg ├── snowman.svg ├── spaceship-a.svg ├── spaceship-b.svg ├── speaker.svg ├── squirrel1.png ├── star1.svg ├── star2.svg ├── star3-a.svg ├── star3-b.svg ├── starfish-a.svg ├── starfish-b_.svg ├── stop.svg ├── street-cleaner-mit.png ├── sun.svg ├── sunglasses1.svg ├── sunglasses2.svg ├── t-block.svg ├── tabla-a.svg ├── tabla-b.svg ├── taco-a.svg ├── taco-b.svg ├── tennisball.png ├── text_Halloween.svg ├── text_awesome.svg ├── trampoline.png ├── tree-lights-a.svg ├── tree-lights-b.svg ├── tree1.svg ├── tree2.svg ├── trees-a.svg ├── trees-b.svg ├── trombone-a.svg ├── trombone-b.svg ├── trumpet-a.svg ├── trumpet-a2.svg ├── u-block.svg ├── ukulele.svg ├── umbrella.png ├── unicorn.svg ├── unicorn1.png ├── v-block.svg ├── vest-a.svg ├── vest-b.svg ├── w-block.svg ├── wanda.svg ├── watermelon-a.svg ├── watermelon-b.svg ├── watermelon-c.svg ├── witch.svg ├── wizard.svg ├── wizard1.svg ├── wizard2.svg ├── x-block.svg ├── y-block.svg ├── z-block.svg ├── zara-a.png └── zara-b.png ├── Examples ├── Codification.xml ├── EXAMPLES ├── JSfunctions.xml ├── animal-game.xml ├── copter.xml ├── count-change.xml ├── icecream-visual.xml ├── live-tree.xml ├── swimmer.xml ├── tree.xml └── vee.xml ├── HISTORY.md ├── LICENSE ├── LICENSE.md ├── OFFLINE.md ├── README.md ├── Sounds ├── A_bass.wav ├── A_elec_bass.wav ├── A_elec_guitar.wav ├── A_elec_piano.wav ├── A_guitar.wav ├── A_minor_ukulele.wav ├── A_piano.wav ├── A_sax.wav ├── A_trombone.wav ├── A_trumpet.wav ├── B_bass.wav ├── B_elec_bass.wav ├── B_elec_guitar.wav ├── B_elec_piano.wav ├── B_guitar.wav ├── B_piano.wav ├── B_sax.wav ├── B_trombone.wav ├── B_trumpet.wav ├── C2_bass.wav ├── C2_elec_bass.wav ├── C2_elec_guitar.wav ├── C2_elec_piano.wav ├── C2_guitar.wav ├── C2_piano.wav ├── C2_sax.wav ├── C2_trombone.wav ├── C2_trumpet.wav ├── C_bass.wav ├── C_elec_bass.wav ├── C_elec_guitar.wav ├── C_elec_piano.wav ├── C_guitar.wav ├── C_major_ukulele.wav ├── C_piano.wav ├── C_sax.wav ├── C_trombone.wav ├── C_trumpet.wav ├── Cat.mp3 ├── Chord.wav ├── D_bass.wav ├── D_elec_bass.wav ├── D_elec_guitar.wav ├── D_elec_piano.wav ├── D_guitar.wav ├── D_piano.wav ├── D_sax.wav ├── D_trombone.wav ├── D_trumpet.wav ├── Dog1.wav ├── Dog2.wav ├── E_bass.wav ├── E_elec_bass.wav ├── E_elec_guitar.wav ├── E_elec_piano.wav ├── E_guitar.wav ├── E_piano.wav ├── E_sax.wav ├── E_trombone.wav ├── E_trumpet.wav ├── F_bass.wav ├── F_elec_bass.wav ├── F_elec_guitar.wav ├── F_elec_piano.wav ├── F_guitar.wav ├── F_major_ukulele.wav ├── F_piano.wav ├── F_sax.wav ├── F_trombone.wav ├── F_trumpet.wav ├── FingerSnap.wav ├── G_bass.wav ├── G_elec_bass.wav ├── G_elec_guitar.wav ├── G_elec_piano.wav ├── G_guitar.wav ├── G_piano.wav ├── G_sax.wav ├── G_trombone.wav ├── G_trumpet.wav ├── G_ukulele.wav ├── Kitten.wav ├── Laugh-female.wav ├── Laugh-male1.wav ├── Laugh-male2.wav ├── Laugh-male3.mp3 ├── Meow.wav ├── Pop.wav ├── SOUNDS ├── afro_string.wav ├── alien_creak1.wav ├── alien_creak2.wav ├── bass_beatbox.wav ├── beat_box1.wav ├── beat_box2.wav ├── bell_cymbal.wav ├── bell_toll.wav ├── bird.wav ├── birthday.wav ├── birthday_bells.wav ├── boing.wav ├── bubbles.wav ├── buzz_whir.wav ├── car_passing.wav ├── cave.wav ├── chee_chee.wav ├── cheer.wav ├── chomp.wav ├── clap_beatbox.wav ├── clapping.wav ├── computer_beeps1.wav ├── computer_beeps2.wav ├── cough-female.wav ├── cough-male.wav ├── crash_beatbox.wav ├── crash_cymbal.wav ├── cricket.wav ├── crickets.wav ├── cymbal.wav ├── cymbal_crash.wav ├── cymbal_echo.wav ├── dance_around.wav ├── dance_celebrate.wav ├── dance_chill_out.wav ├── dance_funky.wav ├── dance_head_nod.wav ├── dance_magic.wav ├── dance_slow_mo.wav ├── dance_snare_beat.wav ├── dance_space.wav ├── door_creak.wav ├── drip_drop.wav ├── drive_around.wav ├── drum.wav ├── drum_bass1.wav ├── drum_bass2.wav ├── drum_bass3.wav ├── drum_buzz.wav ├── drum_funky.wav ├── drum_jam.wav ├── drum_machine.wav ├── drum_satellite.wav ├── drum_set1.wav ├── drum_set2.wav ├── duck.wav ├── eggs.wav ├── elec_piano_A_minor.wav ├── elec_piano_C_major.wav ├── elec_piano_F_major.wav ├── elec_piano_G_major.wav ├── elec_piano_loop.wav ├── fairydust.wav ├── finger_snap.wav ├── flam_snare.wav ├── footsteps-1.wav ├── garden.wav ├── gong.wav ├── goose.wav ├── guitar_chords1.wav ├── guitar_chords2.wav ├── guitar_strum.wav ├── hand_clap.wav ├── hey.wav ├── hi_beatbox.wav ├── hi_na_tabla.wav ├── hi_tun_tabla.wav ├── high_conga.wav ├── high_hat.wav ├── high_tom.wav ├── hihat_cymbal.wav ├── hip_hop.wav ├── horse.wav ├── horse_gallop.wav ├── human_beatbox1.wav ├── human_beatbox2.wav ├── jungle.wav ├── kick_back.wav ├── large_cowbell.wav ├── laser1.wav ├── laser2.wav ├── lo_geh_tabla.wav ├── lo_gliss_tabla.wav ├── low_conga.wav ├── low_tom.wav ├── medieval1.wav ├── medieval2.wav ├── meow2.wav ├── motorcycle_passing.wav ├── muted_conga.wav ├── odesong-b.wav ├── owl.wav ├── party_noise.wav ├── plunge.wav ├── rattle.wav ├── ride_cymbal.wav ├── ripples.wav ├── roll_cymbal.wav ├── rooster.wav ├── scratch_beatbox.wav ├── scratchy_beat.wav ├── scream-female.wav ├── scream-male1.wav ├── screech.wav ├── shaker.wav ├── sidestick_snare.wav ├── singer1.wav ├── singer2.wav ├── small_cowbell.wav ├── snap.wav ├── snare_beatbox.wav ├── snare_beatbox2.wav ├── snare_drum.wav ├── sneeze-female.wav ├── sneeze-male.wav ├── space_ripple.wav ├── spiral.wav ├── splash_cymbal.wav ├── spooky_string.wav ├── squawk.wav ├── string_accent.wav ├── string_pluck.wav ├── suspense.wav ├── tambura.wav ├── tap_conga.wav ├── tap_snare.wav ├── techno.wav ├── techno2.wav ├── tom_drum.wav ├── triumph.wav ├── trumpet1.wav ├── trumpet2.wav ├── wah_beatbox.wav ├── water_drop.wav ├── whoop.wav ├── wolf_howl.wav ├── wub_beatbox.wav ├── xylo1.wav ├── xylo2.wav ├── xylo3.wav ├── xylo4.wav ├── ya.wav └── zoop.wav ├── edgy.html ├── edgy ├── Backgrounds │ ├── BACKGROUNDS │ ├── atom-playground.jpg │ ├── bedroom1.gif │ ├── bedroom2.gif │ ├── berkeley-mural.jpg │ ├── brick-wall-and-stairs.jpg │ ├── brick-wall1.jpg │ ├── brick-wall2.jpg │ ├── desert.gif │ ├── night-city-with-street.gif │ ├── party-room.jpg │ ├── pathway.jpg │ └── xy-grid.gif ├── Blob.js ├── Costumes │ ├── COSTUMES │ ├── alonzo.png │ ├── bat1-a.png │ ├── bat1-b.png │ ├── bat2-a.png │ ├── bat2-b.png │ ├── boy1-standing.gif │ ├── boy1-walking.gif │ ├── boy2.gif │ ├── boy3.gif │ ├── cat2.gif │ ├── cat3.png │ ├── cat4.png │ ├── cat5.gif │ ├── dog1-a.png │ ├── dog1-b.png │ ├── dog2-a.png │ ├── dog2-b.png │ ├── dog2-c.png │ ├── dragon1-a.png │ ├── dragon1-b.png │ ├── dragon2.gif │ ├── girl1-standing.gif │ ├── girl1-walking.gif │ ├── girl2-shouting.gif │ ├── girl2-standing.gif │ ├── girl3-basketball.gif │ ├── girl3-running.gif │ ├── girl3-standing.gif │ ├── marissa-crouching.gif │ ├── marissa-sitting.gif │ ├── marissa.gif │ └── unicorn1.png ├── Examples │ ├── 15 Puzzle.xml │ ├── 2048.xml │ ├── Atlas.xml │ ├── Axioms.xml │ ├── Binary Expression Trees.xml │ ├── Breadth-first search.xml │ ├── Collatz.xml │ ├── Conway's Game of Life.xml │ ├── Critical path algorithm.xml │ ├── Decision Tree Learning.xml │ ├── EXAMPLES │ ├── FSM-based sentence generation.xml │ ├── Fast max-flow.xml │ ├── Generate Maze.xml │ ├── Google Books.xml │ ├── Hamiltonian Circuits.xml │ ├── Jealous Husbands.xml │ ├── K7.xml │ ├── K7b.xml │ ├── Karatsuba.xml │ ├── Kargers.xml │ ├── LinkedList.xml │ ├── MCST.xml │ ├── Max Tree.xml │ ├── Most popular.xml │ ├── PageRank.xml │ ├── Priority queue.xml │ ├── README │ ├── Roads - Melbourne CBD, Coburg, Dandenong.xml │ ├── Shortening.xml │ ├── Sierpinski.xml │ ├── Sim.xml │ ├── Slow max-flow.xml │ ├── Strongly Connected Components.xml │ ├── Subtraction Game.xml │ ├── TMDB browser.xml │ ├── TSP heuristics via MCST.xml │ ├── Tic-Tac-Toe.xml │ ├── Topological sort.xml │ ├── Towers of Hanoi.xml │ ├── critical_path_graph.json │ ├── openstreetmap-coburg.json │ ├── openstreetmap-dandenong.json │ ├── openstreetmap-melbourne.json │ └── tictactoe-reduced.json ├── Sounds │ ├── Cat.mp3 │ ├── Chord.wav │ ├── Dog1.wav │ ├── Dog2.wav │ ├── FingerSnap.wav │ ├── Kitten.wav │ ├── Laugh-female.wav │ ├── Laugh-male1.wav │ ├── Laugh-male2.wav │ ├── Laugh-male3.mp3 │ ├── Meow.wav │ ├── Pop.wav │ └── SOUNDS ├── bheap.js ├── changesToBlocks.js ├── changesToByob.js ├── changesToGui.js ├── changesToMorphic.js ├── changesToObjects.js ├── changesToStore.js ├── changesToThreads.js ├── clickstream.js ├── cola.v3.min.js ├── collections.js ├── d3.v3.min.js ├── dotgraph.js ├── dotparser.js ├── embed.js ├── es6-shim.js ├── help │ ├── GenerateBalancedTree.png │ ├── SnapManual.pdf │ ├── addCustomBlock.png │ ├── addEdge.png │ ├── addNode.png │ ├── addVariable.png │ ├── bounceOffEdge.png │ ├── bubble.png │ ├── catch.png │ ├── changeBrightness.png │ ├── changeEffect.png │ ├── changeHue.png │ ├── changeScale.png │ ├── changeSize.png │ ├── changeXPosition.png │ ├── changeYPosition.png │ ├── clear.png │ ├── clearEffects.png │ ├── combinewithitemsof.png │ ├── comeToFront.png │ ├── convertToDigraph copy.png │ ├── convertToDigraph.png │ ├── convertToGraph.png │ ├── createClone.png │ ├── deleteVariable.png │ ├── direction.png │ ├── doAddToList.png │ ├── doAsk.png │ ├── doBroadcast.png │ ├── doBroadcastAndWait.png │ ├── doCallCC.png │ ├── doChangeTempo.png │ ├── doChangeVar.png │ ├── doDeclareVariables.png │ ├── doDeleteFromList.png │ ├── doFaceTowards.png │ ├── doForEach.png │ ├── doForever.png │ ├── doGlide.png │ ├── doGotoObject.png │ ├── doHideVar.png │ ├── doIf.png │ ├── doIfElse.png │ ├── doInsertInList.png │ ├── doNumericFor.png │ ├── doPauseAll.png │ ├── doPlayNote.png │ ├── doPlaySoundUntilDone.png │ ├── doRepeat.png │ ├── doReplaceInList.png │ ├── doReport.png │ ├── doResetTimer.png │ ├── doRest.png │ ├── doRun.png │ ├── doSayFor.png │ ├── doSetFastTracking.png │ ├── doSetTempo.png │ ├── doSetVar.png │ ├── doShowVar.png │ ├── doStamp.png │ ├── doStop.png │ ├── doStopAll.png │ ├── doStopAllSounds.png │ ├── doStopBlock.png │ ├── doStopOthers.png │ ├── doStopThis.png │ ├── doSwitchToCostume.png │ ├── doThink.png │ ├── doThinkFor.png │ ├── doUntil.png │ ├── doWait.png │ ├── doWaitUntil.png │ ├── doWarp.png │ ├── doWearNextCostume.png │ ├── down.png │ ├── empty.png │ ├── endNode.png │ ├── evaluate.png │ ├── evaluateCustomBlock.png │ ├── for=to.png │ ├── foreachof.png │ ├── fork.png │ ├── forward.png │ ├── generateBinomialGraph.png │ ├── generateCompleteGraph.png │ ├── generateCycleGraph.png │ ├── generateFullRaryTree.png │ ├── generateGridGraph.png │ ├── generateHavelHakimiGraph.png │ ├── generatePathGraph.png │ ├── getCostumeIdx.png │ ├── getDegree.png │ ├── getDict.png │ ├── getEdgeAttrib.png │ ├── getEdgeAttribDict.png │ ├── getEdges.png │ ├── getEdgesWithAttr.png │ ├── getInDegree.png │ ├── getIncoming.png │ ├── getIncomingEdges.png │ ├── getLastMessage.png │ ├── getLastfmFriends.png │ ├── getLastfmUserLovedTracks.png │ ├── getMatrixEntry.png │ ├── getMatrixEntryWeighted.png │ ├── getNeighborEdges.png │ ├── getNeighbors.png │ ├── getNodeAttrib.png │ ├── getNodeAttribDict.png │ ├── getNodes.png │ ├── getNodesWithAttr.png │ ├── getOutDegree.png │ ├── getOutgoing.png │ ├── getOutgoingEdges.png │ ├── getScale.png │ ├── getTMDBCast.png │ ├── getTMDBMoviesByPerson.png │ ├── getTMDBMoviesByTitle.png │ ├── getTMDBPeopleByName.png │ ├── getTMDBPersonName.png │ ├── getTMDBTitle.png │ ├── getTempo.png │ ├── getWordNetDefinition.png │ ├── getWordNetNounHypernyms.png │ ├── getWordNetNounHyponyms.png │ ├── getWordNetSynsets.png │ ├── goBack.png │ ├── gotoXY.png │ ├── hasEdge.png │ ├── hasNode.png │ ├── hide.png │ ├── hideActiveGraph.png │ ├── hideEdgeInSubgraph.png │ ├── hideNodeInSubgraph.png │ ├── ifthenelse.png │ ├── isConnected.png │ ├── isCyclic.png │ ├── isEmpty.png │ ├── isFinite.png │ ├── isNodeDisplayed.png │ ├── isPQueueEmpty.png │ ├── isQueueEmpty.png │ ├── isStackEmpty.png │ ├── isStronglyConnected.png │ ├── isWeaklyConnected.png │ ├── joinwords.png │ ├── keepitemssuchthatfrom.png │ ├── keyInDict.png │ ├── keysInDict.png │ ├── list$arrowRightsentence.png │ ├── loadGraph.png │ ├── loadGraphFromURL.png │ ├── manual-LaTeX │ │ ├── .gitignore │ │ ├── common │ │ │ ├── alonzo-waving.png │ │ │ ├── boy1-walking.png │ │ │ ├── btn-cloud.png │ │ │ ├── btn-file.png │ │ │ ├── btn-new-sprite.png │ │ │ ├── btn-settings.png │ │ │ ├── btn-start.png │ │ │ ├── btn-stop.png │ │ │ ├── cover-picture.png │ │ │ ├── defs.tex │ │ │ ├── dog2-c.png │ │ │ ├── logo.png │ │ │ ├── square.png │ │ │ ├── tree.png │ │ │ ├── turtle-says-its-position.png │ │ │ ├── turtle-says-its-rounded-position.png │ │ │ └── wiggling-line.png │ │ ├── en │ │ │ ├── ask-and-set.png │ │ │ ├── block-editor-square.png │ │ │ ├── block-prototype-with-plus-highlighted.pdf │ │ │ ├── block-prototype-with-plus-highlighted.svg │ │ │ ├── broadcast-bark-and-wait.png │ │ │ ├── concise-factorial-block-script.png │ │ │ ├── create-input-name.png │ │ │ ├── dragging-block-input.png │ │ │ ├── dragging-block-into-block-editor.png │ │ │ ├── example-script-that-uses-a-reporter.png │ │ │ ├── factorial-5-with-result.png │ │ │ ├── factorial-block-script.png │ │ │ ├── hand-waving-command.png │ │ │ ├── if.png │ │ │ ├── inter-sprite-communication-1.png │ │ │ ├── inter-sprite-communication-2.png │ │ │ ├── join-hello-world.png │ │ │ ├── make-a-block.png │ │ │ ├── make-a-variable.png │ │ │ ├── mouse-down.png │ │ │ ├── move-10-steps.png │ │ │ ├── move-mouse-down-steps.png │ │ │ ├── nested-sprites-in-corral.png │ │ │ ├── next-costume.png │ │ │ ├── play-sound-help-until-done.png │ │ │ ├── play-sound-help.png │ │ │ ├── plus.png │ │ │ ├── predicates-and-conditional-evaluation-1.png │ │ │ ├── predicates-and-conditional-evaluation-2.png │ │ │ ├── predicates-and-conditional-evaluation-3.png │ │ │ ├── predicates-and-conditional-evaluation-4.png │ │ │ ├── round-x-position-plus-100.png │ │ │ ├── script-variable-name-dialog.png │ │ │ ├── script-variables-a-b-c.png │ │ │ ├── scripting-area-with-additional-costume.png │ │ │ ├── sign-in.png │ │ │ ├── sign-up.png │ │ │ ├── snap-manual.tex │ │ │ ├── snapping-blocks.png │ │ │ ├── sprites-and-parallelism-1.png │ │ │ ├── sprites-and-parallelism-2.png │ │ │ ├── sprites-and-parallelism-3.png │ │ │ ├── sprites-and-parallelism-4.png │ │ │ ├── square-block-on-palette.pdf │ │ │ ├── square-block-on-palette.svg │ │ │ ├── square-block-script-with-size-input.png │ │ │ ├── square-block.png │ │ │ ├── squiral-script.png │ │ │ ├── switch-to-costume-turtle.png │ │ │ ├── tree-block-inside-script.png │ │ │ ├── tree-block-script.png │ │ │ ├── typical-script-inner.png │ │ │ ├── typical-script.png │ │ │ ├── using-reporters-for-arithmetic.png │ │ │ ├── variable-dragging.png │ │ │ ├── variable-name-dialog.png │ │ │ ├── variable-on-a-palette.png │ │ │ ├── variable-watcher.png │ │ │ ├── variables-palette.png │ │ │ ├── wiggling-line-script.png │ │ │ ├── window-regions.png │ │ │ ├── x-position-returns-a-number.png │ │ │ ├── x-position.png │ │ │ └── zebra-coloring.png │ │ └── pl │ │ │ ├── blok-drzewo-w-skrypcie.png │ │ │ ├── blok-kwadrat-na-palecie.pdf │ │ │ ├── blok-kwadrat-na-palecie.svg │ │ │ ├── blok-kwadrat.png │ │ │ ├── dialog-nazwy-zmiennej-skryptu.png │ │ │ ├── dialog-nazwy-zmiennej.png │ │ │ ├── duszki-i-wspolbieznosc-1.png │ │ │ ├── duszki-i-wspolbieznosc-2.png │ │ │ ├── duszki-i-wspolbieznosc-3.png │ │ │ ├── duszki-i-wspolbieznosc-4.png │ │ │ ├── edytor-blokow-kwadrat.png │ │ │ ├── jezeli-to.png │ │ │ ├── kolorowanie-w-zebre.png │ │ │ ├── komenda-machania-reka.png │ │ │ ├── laczenie-blokow.png │ │ │ ├── nadaj-szczekaj-do-wszystkich-i-czekaj.png │ │ │ ├── nadawanie-i-odbieranie-komunikatow-1.png │ │ │ ├── nadawanie-i-odbieranie-komunikatow-2.png │ │ │ ├── nastepny-kostium.png │ │ │ ├── nowy-blok.png │ │ │ ├── obszar-skryptow-z-dodatkowym-kostiumem.png │ │ │ ├── obszary-okna.pdf │ │ │ ├── obszary-okna.pdf_tex │ │ │ ├── obszary-okna.svg │ │ │ ├── paleta-dane.pdf │ │ │ ├── paleta-dane.pdf_tex │ │ │ ├── paleta-dane.svg │ │ │ ├── plus.png │ │ │ ├── podglad-zmiennej.png │ │ │ ├── polacz-witaj-swiecie.png │ │ │ ├── pozycja-x-zwraca-liczbe.png │ │ │ ├── pozycja-x.png │ │ │ ├── predykaty-i-obliczenia-warunkowe-1.png │ │ │ ├── predykaty-i-obliczenia-warunkowe-2.png │ │ │ ├── predykaty-i-obliczenia-warunkowe-3.png │ │ │ ├── predykaty-i-obliczenia-warunkowe-4.png │ │ │ ├── prototyp-bloku-z-podswietlonym-plusem.pdf │ │ │ ├── prototyp-bloku-z-podswietlonym-plusem.svg │ │ │ ├── przeciaganie-bloku-do-edytora-blokow.pdf │ │ │ ├── przeciaganie-bloku-do-edytora-blokow.svg │ │ │ ├── przeciaganie-parametru-bloku.pdf │ │ │ ├── przeciaganie-parametru-bloku.svg │ │ │ ├── przeciaganie-zmiennej.pdf │ │ │ ├── przeciaganie-zmiennej.svg │ │ │ ├── przesun-o-10-krokow.png │ │ │ ├── przesun-o-przycisk-myszy-nacisniety-krokow.png │ │ │ ├── przycisk-myszy-nacisniety.png │ │ │ ├── przykladowy-skrypt-wykorzystujacy-funkcje.png │ │ │ ├── rejestracja.png │ │ │ ├── silnia-5-z-rezultatem.png │ │ │ ├── skrypt-bloku-drzewo.png │ │ │ ├── skrypt-bloku-kwadrat-z-parametrem-rozmiar.png │ │ │ ├── skrypt-bloku-silnia.png │ │ │ ├── skrypt-bloku-zwiezla-silnia.png │ │ │ ├── skrypt-kwadratowej-spirali.png │ │ │ ├── skrypt-skrecajacej-linii.png │ │ │ ├── snap-podrecznik.tex │ │ │ ├── stworz-zmienna.png │ │ │ ├── typowy-skrypt-wnetrze.png │ │ │ ├── typowy-skrypt.png │ │ │ ├── utworz-nazwe-parametru.png │ │ │ ├── uzycie-funkcji-do-obliczen.png │ │ │ ├── zagniezdzone-duszki-w-zagrodzie.png │ │ │ ├── zagraj-dzwiek-ratunku-i-czekaj.png │ │ │ ├── zagraj-dzwiek-ratunku.png │ │ │ ├── zaloguj-sie.png │ │ │ ├── zaokraglij-pozycja-x-plus-100.png │ │ │ ├── zapytaj-i-ustaw.png │ │ │ ├── zmien-kostium-na-zolwia.png │ │ │ ├── zmienna-na-palecie.png │ │ │ └── zmienne-skryptu-a-b-c.png │ ├── mapover.png │ ├── newDigraph.png │ ├── newGraph.png │ ├── newNode.png │ ├── numberOfEdges.png │ ├── numberOfNodes.png │ ├── playSound.png │ ├── playSound_.png │ ├── popPqueue.png │ ├── popQueue.png │ ├── popStack.png │ ├── pushPqueue.png │ ├── pushQueue.png │ ├── pushStack.png │ ├── receiveGo.png │ ├── receiveInteraction.png │ ├── receiveKey.png │ ├── receiveMessage.png │ ├── receiveNodeClick.png │ ├── receiveOnClone.png │ ├── reifyPredicate.png │ ├── reifyReporter.png │ ├── reifyScript.png │ ├── removeClone.png │ ├── removeEdge.png │ ├── removeFromDict.png │ ├── removeNode.png │ ├── renameNode.png │ ├── reportAnd.png │ ├── reportAttributeOf.png │ ├── reportCDR.png │ ├── reportCONS.png │ ├── reportCallCC.png │ ├── reportColorIsTouchingColor.png │ ├── reportDate.png │ ├── reportDictLength.png │ ├── reportDifference.png │ ├── reportDistanceTo.png │ ├── reportE.png │ ├── reportEdge.png │ ├── reportEquals.png │ ├── reportFalse.png │ ├── reportGetVar.png │ ├── reportGreaterThan.png │ ├── reportInfinity.png │ ├── reportIsA.png │ ├── reportIsFastTracking.png │ ├── reportIsIdentical.png │ ├── reportJSFunction.png │ ├── reportJoinWords.png │ ├── reportKeyPressed.png │ ├── reportLastAnswer.png │ ├── reportLessThan.png │ ├── reportLetter.png │ ├── reportListContainsItem.png │ ├── reportListItem.png │ ├── reportListLength.png │ ├── reportMaxValue.png │ ├── reportMinValue.png │ ├── reportModulus.png │ ├── reportMonadic.png │ ├── reportMouseDown.png │ ├── reportMouseX.png │ ├── reportMouseY.png │ ├── reportNewDict.png │ ├── reportNewList.png │ ├── reportNewMaxPQueue.png │ ├── reportNewMinPQueue.png │ ├── reportNewQueue.png │ ├── reportNewStack.png │ ├── reportNot.png │ ├── reportOr.png │ ├── reportPQueueLength.png │ ├── reportPi.png │ ├── reportPower.png │ ├── reportPqueueTop.png │ ├── reportProduct.png │ ├── reportQueueLength.png │ ├── reportQueueTop.png │ ├── reportQuotient.png │ ├── reportRandom.png │ ├── reportRound.png │ ├── reportStackLength.png │ ├── reportStackTop.png │ ├── reportStringSize.png │ ├── reportSum.png │ ├── reportTextSplit.png │ ├── reportTimer.png │ ├── reportTouchingColor.png │ ├── reportTouchingObject.png │ ├── reportTrue.png │ ├── reportURL.png │ ├── reportUnicode.png │ ├── reportUnicodeAsLetter.png │ ├── saveGraph.png │ ├── searchGoogleBooks.png │ ├── sentence$arrowRightlist.png │ ├── setActiveGraph.png │ ├── setBrightness.png │ ├── setColor.png │ ├── setDict.png │ ├── setEdgeAttrib.png │ ├── setEdgeAttribsFromDict.png │ ├── setEdgeCostume.png │ ├── setEffect.png │ ├── setGlobalEdgeAttrib.png │ ├── setGlobalEdgeAttribDict.png │ ├── setGlobalNodeAttrib.png │ ├── setGlobalNodeAttribDict.png │ ├── setHeading.png │ ├── setHue.png │ ├── setMatrixEntry.png │ ├── setMatrixEntryWeighted.png │ ├── setNodeAttrib.png │ ├── setNodeAttribsFromDict.png │ ├── setNodeCostume.png │ ├── setScale.png │ ├── setSize.png │ ├── setXPosition.png │ ├── setYPosition.png │ ├── show.png │ ├── showEdgeInSubgraph.png │ ├── showGraphSlice.png │ ├── sortEdges.png │ ├── sortNodes.png │ ├── startNode.png │ ├── throw.png │ ├── topologicalSort.png │ ├── turn.png │ ├── turnLeft.png │ ├── up.png │ ├── updatePqueue.png │ ├── xPosition.png │ └── yPosition.png ├── jsnetworkx.js ├── jsonp.js ├── jszip.js ├── libraries │ ├── LIBRARIES │ ├── breadth-first-traversal.xml │ ├── cases.xml │ ├── depth-first-traversal.xml │ ├── iteration-composition.xml │ ├── last.fm-friend-graph.xml │ ├── leap-library.xml │ ├── list-utilities.xml │ ├── setrgb.xml │ ├── stream-tools.xml │ ├── tools.xml │ ├── variadic-reporters.xml │ └── word-sentence.xml ├── operators.js ├── osmextractintersections.py ├── resigclass.js ├── tictactoetree.py ├── tools.xml.js ├── ucsv-1.1.0.js ├── uuid.js ├── variables.js └── wordnet_nouns.json ├── edgy_logo.png ├── embed.html ├── help source ├── Add edge - Remove edge.ai ├── Add edge - Remove edge.png ├── Add node - remove node - new node - rename node to.ai ├── Add node - remove node - new node - rename node to.png ├── Thumbs.db ├── adj _ _ - set adj _ _ to _ - adj _ _ _ - set adj _ _ _ to _.ai ├── adj _ _ - set adj _ _ to _ - adj _ _ _ - set adj _ _ _ to _.png ├── all attributes of _ - set attributes of _ from dict _.ai ├── all attributes of _ - set attributes of _ from dict _.png ├── all attributes of edge_ - set attributes of edge _ from dict _.ai ├── all attributes of edge_ - set attributes of edge _ from dict _.png ├── all the edges - number of edges.ai ├── all the edges - number of edges.png ├── all the nodes - number of nodes.ai ├── all the nodes - number of nodes.png ├── copy.cmd ├── copy.command ├── degree of - in-degree of - out-degree of.ai ├── degree of - in-degree of - out-degree of.png ├── dict contains key, keys in dict, length of dict.ai ├── dict contains key, keys in dict, length of dict.png ├── dict.ai ├── dict.png ├── edge.ai ├── edge.png ├── edges of _ - outgoing edges of _ - incoming edges of _.ai ├── edges of _ - outgoing edges of _ - incoming edges of _.png ├── edges sorted by _.ai ├── edges sorted by _.png ├── enqueue to pqueue, dequeue from pqueue, update in pqueue, head of pqueue.ai ├── enqueue to pqueue, dequeue from pqueue, update in pqueue, head of pqueue.png ├── enqueue to queue, dequeue from queue, head of queue.ai ├── enqueue to queue, dequeue from queue, head of queue.png ├── for each item of.ai ├── for each item of.png ├── friends of, loved tracks of.ai ├── friends of, loved tracks of.png ├── generate a _ by _ 2D grid graph.ai ├── generate a _ by _ 2D grid graph.png ├── generate balanced tree of degree _ and height _ numbered from _ .ai ├── generate balanced tree of degree _ and height _ numbered from _ .png ├── generate complete graph on _ vertices numbered from _.ai ├── generate complete graph on _ vertices numbered from _.png ├── generate cycle graph of length _ numbered from _.ai ├── generate cycle graph of length _ numbered from _.png ├── generate full tree, generate havel-hakimi, generate binomial.ai ├── generate full tree, generate havel-hakimi, generate binomial.png ├── generate path graph of length _ numbered from _.ai ├── generate path graph of length _ numbered from _.png ├── get book info.ai ├── get book info.png ├── get in dict, set in dict to, remove from dict.ai ├── get in dict, set in dict to, remove from dict.png ├── hypernyms of, hyponyms of, synsets of, definition of.ai ├── hypernyms of, hyponyms of, synsets of, definition of.png ├── infinity, pi, e, is finite.ai ├── infinity, pi, e, is finite.png ├── is connected.ai ├── is connected.png ├── is cyclic.ai ├── is cyclic.png ├── is empty.ai ├── is empty.png ├── is node displayed, hide node in subgraph, show edge in subgraph, hide edge in subgraph.ai ├── is node displayed, hide node in subgraph, show edge in subgraph, hide edge in subgraph.png ├── is strongly connected - is weakly connected.ai ├── is strongly connected - is weakly connected.png ├── length of pqueue, is pqueue empty.ai ├── length of pqueue, is pqueue empty.png ├── load graph from url.ai ├── load graph from url.png ├── max of, min of.ai ├── max of, min of.png ├── max pqueue, min pqueue.ai ├── max pqueue, min pqueue.png ├── movies where title has, persons where name has.ai ├── movies where title has, persons where name has.png ├── neighbors of _ - outgoing nodes of _ - incoming nodes of _.ai ├── neighbors of _ - outgoing nodes of _ - incoming nodes of _.png ├── new graph - convert to graph - new digraph - convert to digraph.ai ├── new graph - convert to graph - new digraph - convert to digraph.png ├── node exists, edge exists.ai ├── node exists, edge exists.png ├── nodes sorted by _.ai ├── nodes sorted by _.png ├── push to stack, pop from stack, top of stack.ai ├── push to stack, pop from stack, top of stack.png ├── queue, is queue empty, length of queue.ai ├── queue, is queue empty, length of queue.png ├── raise to power.ai ├── raise to power.png ├── save graph, load graph.ai ├── save graph, load graph.png ├── set _ of edge _ to - of edge_ - edges with _ equal to _.ai ├── set _ of edge _ to - of edge_ - edges with _ equal to _.png ├── set _ of node _ to - of node_ - nodes with _ equal to _.ai ├── set _ of node _ to - of node_ - nodes with _ equal to _.png ├── set costume of edge _ to _.ai ├── set costume of edge _ to _.png ├── set costume of node _ to _.ai ├── set costume of node _ to _.png ├── show, hide, subgraph.ai ├── show, hide, subgraph.png ├── stack, is stack empty, length of stack.ai ├── stack, is stack empty, length of stack.png ├── start node of _ - end node of _.ai ├── start node of _ - end node of _.png ├── title of movie, cast of movie, movies with person, name of person.ai ├── title of movie, cast of movie, movies with person, name of person.png ├── topological sort.ai ├── topological sort.png ├── when node double clicked.ai └── when node double clicked.png ├── help ├── GenerateBalancedTree.png ├── SnapManual.pdf ├── addCustomBlock.png ├── addEdge.png ├── addNode.png ├── addVariable.png ├── bounceOffEdge.png ├── bubble.png ├── catch.png ├── changeBrightness.png ├── changeEffect.png ├── changeHue.png ├── changeScale.png ├── changeSize.png ├── changeXPosition.png ├── changeYPosition.png ├── clear.png ├── clearEffects.png ├── combinewithitemsof.png ├── comeToFront.png ├── convertToDigraph copy.png ├── convertToDigraph.png ├── convertToGraph.png ├── createClone.png ├── deleteVariable.png ├── direction.png ├── doAddToList.png ├── doAsk.png ├── doBroadcast.png ├── doBroadcastAndWait.png ├── doCallCC.png ├── doChangeTempo.png ├── doChangeVar.png ├── doDeclareVariables.png ├── doDeleteAttr.png ├── doDeleteFromList.png ├── doFaceTowards.png ├── doForEach.png ├── doForever.png ├── doGlide.png ├── doGotoObject.png ├── doHideVar.png ├── doIf.png ├── doIfElse.png ├── doInsertInList.png ├── doNumericFor.png ├── doPauseAll.png ├── doPlayNote.png ├── doPlaySoundUntilDone.png ├── doRepeat.png ├── doReplaceInList.png ├── doReport.png ├── doResetTimer.png ├── doRest.png ├── doRun.png ├── doSayFor.png ├── doSetFastTracking.png ├── doSetTempo.png ├── doSetVar.png ├── doShowVar.png ├── doStamp.png ├── doStop.png ├── doStopAll.png ├── doStopAllSounds.png ├── doStopBlock.png ├── doStopOthers.png ├── doStopThis.png ├── doSwitchToCostume.png ├── doThink.png ├── doThinkFor.png ├── doUntil.png ├── doWait.png ├── doWaitUntil.png ├── doWarp.png ├── doWearNextCostume.png ├── down.png ├── empty.png ├── endNode.png ├── evaluate.png ├── evaluateCustomBlock.png ├── for=to.png ├── foreachof.png ├── fork.png ├── forward.png ├── generateCompleteGraph.png ├── generateCycleGraph.png ├── generateGridGraph.png ├── generatePathGraph.png ├── getCostumeIdx.png ├── getDegree.png ├── getDict.png ├── getEdgeAttrib.png ├── getEdgeAttribDict.png ├── getEdges.png ├── getEdgesWithAttr.png ├── getInDegree.png ├── getIncoming.png ├── getIncomingEdges.png ├── getLastMessage.png ├── getLastfmFriends.png ├── getLastfmUserLovedTracks.png ├── getMatrixEntry.png ├── getMatrixEntryWeighted.png ├── getNeighborEdges.png ├── getNeighbors.png ├── getNodeAttrib.png ├── getNodeAttribDict.png ├── getNodes.png ├── getNodesWithAttr.png ├── getOutDegree.png ├── getOutgoing.png ├── getOutgoingEdges.png ├── getScale.png ├── getTMDBCast.png ├── getTMDBMoviesByPerson.png ├── getTMDBMoviesByTitle.png ├── getTMDBPeopleByName.png ├── getTMDBPersonName.png ├── getTMDBTitle.png ├── getTempo.png ├── getWordNetDefinition.png ├── getWordNetNounHypernyms.png ├── getWordNetNounHyponyms.png ├── getWordNetSynsets.png ├── goBack.png ├── gotoXY.png ├── hasEdge.png ├── hasNode.png ├── hide.png ├── hideActiveGraph.png ├── ifthenelse.png ├── joinwords.png ├── keepitemssuchthatfrom.png ├── list$arrowRightsentence.png ├── manual-LaTeX │ ├── .gitignore │ ├── common │ │ ├── alonzo-waving.png │ │ ├── boy1-walking.png │ │ ├── btn-cloud.png │ │ ├── btn-file.png │ │ ├── btn-new-sprite.png │ │ ├── btn-settings.png │ │ ├── btn-start.png │ │ ├── btn-stop.png │ │ ├── cover-picture.png │ │ ├── defs.tex │ │ ├── dog2-c.png │ │ ├── logo.png │ │ ├── square.png │ │ ├── tree.png │ │ ├── turtle-says-its-position.png │ │ ├── turtle-says-its-rounded-position.png │ │ └── wiggling-line.png │ ├── en │ │ ├── ask-and-set.png │ │ ├── block-editor-square.png │ │ ├── block-prototype-with-plus-highlighted.pdf │ │ ├── block-prototype-with-plus-highlighted.svg │ │ ├── broadcast-bark-and-wait.png │ │ ├── concise-factorial-block-script.png │ │ ├── create-input-name.png │ │ ├── dragging-block-input.png │ │ ├── dragging-block-into-block-editor.png │ │ ├── example-script-that-uses-a-reporter.png │ │ ├── factorial-5-with-result.png │ │ ├── factorial-block-script.png │ │ ├── hand-waving-command.png │ │ ├── if.png │ │ ├── inter-sprite-communication-1.png │ │ ├── inter-sprite-communication-2.png │ │ ├── join-hello-world.png │ │ ├── make-a-block.png │ │ ├── make-a-variable.png │ │ ├── mouse-down.png │ │ ├── move-10-steps.png │ │ ├── move-mouse-down-steps.png │ │ ├── nested-sprites-in-corral.png │ │ ├── next-costume.png │ │ ├── play-sound-help-until-done.png │ │ ├── play-sound-help.png │ │ ├── plus.png │ │ ├── predicates-and-conditional-evaluation-1.png │ │ ├── predicates-and-conditional-evaluation-2.png │ │ ├── predicates-and-conditional-evaluation-3.png │ │ ├── predicates-and-conditional-evaluation-4.png │ │ ├── round-x-position-plus-100.png │ │ ├── script-variable-name-dialog.png │ │ ├── script-variables-a-b-c.png │ │ ├── scripting-area-with-additional-costume.png │ │ ├── sign-in.png │ │ ├── sign-up.png │ │ ├── snap-manual.tex │ │ ├── snapping-blocks.png │ │ ├── sprites-and-parallelism-1.png │ │ ├── sprites-and-parallelism-2.png │ │ ├── sprites-and-parallelism-3.png │ │ ├── sprites-and-parallelism-4.png │ │ ├── square-block-on-palette.pdf │ │ ├── square-block-on-palette.svg │ │ ├── square-block-script-with-size-input.png │ │ ├── square-block.png │ │ ├── squiral-script.png │ │ ├── switch-to-costume-turtle.png │ │ ├── tree-block-inside-script.png │ │ ├── tree-block-script.png │ │ ├── typical-script-inner.png │ │ ├── typical-script.png │ │ ├── using-reporters-for-arithmetic.png │ │ ├── variable-dragging.png │ │ ├── variable-name-dialog.png │ │ ├── variable-on-a-palette.png │ │ ├── variable-watcher.png │ │ ├── variables-palette.png │ │ ├── wiggling-line-script.png │ │ ├── window-regions.png │ │ ├── x-position-returns-a-number.png │ │ ├── x-position.png │ │ └── zebra-coloring.png │ └── pl │ │ ├── blok-drzewo-w-skrypcie.png │ │ ├── blok-kwadrat-na-palecie.pdf │ │ ├── blok-kwadrat-na-palecie.svg │ │ ├── blok-kwadrat.png │ │ ├── dialog-nazwy-zmiennej-skryptu.png │ │ ├── dialog-nazwy-zmiennej.png │ │ ├── duszki-i-wspolbieznosc-1.png │ │ ├── duszki-i-wspolbieznosc-2.png │ │ ├── duszki-i-wspolbieznosc-3.png │ │ ├── duszki-i-wspolbieznosc-4.png │ │ ├── edytor-blokow-kwadrat.png │ │ ├── jezeli-to.png │ │ ├── kolorowanie-w-zebre.png │ │ ├── komenda-machania-reka.png │ │ ├── laczenie-blokow.png │ │ ├── nadaj-szczekaj-do-wszystkich-i-czekaj.png │ │ ├── nadawanie-i-odbieranie-komunikatow-1.png │ │ ├── nadawanie-i-odbieranie-komunikatow-2.png │ │ ├── nastepny-kostium.png │ │ ├── nowy-blok.png │ │ ├── obszar-skryptow-z-dodatkowym-kostiumem.png │ │ ├── obszary-okna.pdf │ │ ├── obszary-okna.pdf_tex │ │ ├── obszary-okna.svg │ │ ├── paleta-dane.pdf │ │ ├── paleta-dane.pdf_tex │ │ ├── paleta-dane.svg │ │ ├── plus.png │ │ ├── podglad-zmiennej.png │ │ ├── polacz-witaj-swiecie.png │ │ ├── pozycja-x-zwraca-liczbe.png │ │ ├── pozycja-x.png │ │ ├── predykaty-i-obliczenia-warunkowe-1.png │ │ ├── predykaty-i-obliczenia-warunkowe-2.png │ │ ├── predykaty-i-obliczenia-warunkowe-3.png │ │ ├── predykaty-i-obliczenia-warunkowe-4.png │ │ ├── prototyp-bloku-z-podswietlonym-plusem.pdf │ │ ├── prototyp-bloku-z-podswietlonym-plusem.svg │ │ ├── przeciaganie-bloku-do-edytora-blokow.pdf │ │ ├── przeciaganie-bloku-do-edytora-blokow.svg │ │ ├── przeciaganie-parametru-bloku.pdf │ │ ├── przeciaganie-parametru-bloku.svg │ │ ├── przeciaganie-zmiennej.pdf │ │ ├── przeciaganie-zmiennej.svg │ │ ├── przesun-o-10-krokow.png │ │ ├── przesun-o-przycisk-myszy-nacisniety-krokow.png │ │ ├── przycisk-myszy-nacisniety.png │ │ ├── przykladowy-skrypt-wykorzystujacy-funkcje.png │ │ ├── rejestracja.png │ │ ├── silnia-5-z-rezultatem.png │ │ ├── skrypt-bloku-drzewo.png │ │ ├── skrypt-bloku-kwadrat-z-parametrem-rozmiar.png │ │ ├── skrypt-bloku-silnia.png │ │ ├── skrypt-bloku-zwiezla-silnia.png │ │ ├── skrypt-kwadratowej-spirali.png │ │ ├── skrypt-skrecajacej-linii.png │ │ ├── snap-podrecznik.tex │ │ ├── stworz-zmienna.png │ │ ├── typowy-skrypt-wnetrze.png │ │ ├── typowy-skrypt.png │ │ ├── utworz-nazwe-parametru.png │ │ ├── uzycie-funkcji-do-obliczen.png │ │ ├── zagniezdzone-duszki-w-zagrodzie.png │ │ ├── zagraj-dzwiek-ratunku-i-czekaj.png │ │ ├── zagraj-dzwiek-ratunku.png │ │ ├── zaloguj-sie.png │ │ ├── zaokraglij-pozycja-x-plus-100.png │ │ ├── zapytaj-i-ustaw.png │ │ ├── zmien-kostium-na-zolwia.png │ │ ├── zmienna-na-palecie.png │ │ └── zmienne-skryptu-a-b-c.png ├── mapover.png ├── newClone.png ├── playSound.png ├── playSound_.png ├── receiveCondition.png ├── receiveGo.png ├── receiveInteraction.png ├── receiveKey.png ├── receiveMessage.png ├── receiveOnClone.png ├── reifyPredicate.png ├── reifyReporter.png ├── reifyScript.png ├── removeClone.png ├── reportAnd.png ├── reportAttributeOf.png ├── reportBoolean.png ├── reportCDR.png ├── reportCONS.png ├── reportCallCC.png ├── reportColorIsTouchingColor.png ├── reportDate.png ├── reportDifference.png ├── reportEquals.png ├── reportFalse.png ├── reportGet.png ├── reportGetVar.png ├── reportGreaterThan.png ├── reportIsA.png ├── reportIsFastTracking.png ├── reportIsIdentical.png ├── reportJSFunction.png ├── reportJoinWords.png ├── reportKeyPressed.png ├── reportLastAnswer.png ├── reportLessThan.png ├── reportLetter.png ├── reportListContainsItem.png ├── reportListItem.png ├── reportListLength.png ├── reportModulus.png ├── reportMonadic.png ├── reportMouseDown.png ├── reportMouseX.png ├── reportMouseY.png ├── reportNewList.png ├── reportNot.png ├── reportOr.png ├── reportPenTrailsAsCostume.png ├── reportProduct.png ├── reportQuotient.png ├── reportRandom.png ├── reportRelationTo.png ├── reportRound.png ├── reportStringSize.png ├── reportSum.png ├── reportTextSplit.png ├── reportTimer.png ├── reportTouchingColor.png ├── reportTouchingObject.png ├── reportTrue.png ├── reportURL.png ├── reportUnicode.png ├── reportUnicodeAsLetter.png ├── sentence$arrowRightlist.png ├── setBrightness.png ├── setColor.png ├── setEffect.png ├── setHeading.png ├── setHue.png ├── setScale.png ├── setSize.png ├── setXPosition.png ├── setYPosition.png ├── show.png ├── throw.png ├── turn.png ├── turnLeft.png ├── up.png ├── xPosition.png └── yPosition.png ├── index.html ├── k5_logo.png ├── libraries ├── Eisenbergification.xml ├── LIBRARIES ├── animation_module.xml ├── atomic_HOFs_module.xml ├── audioComp_module.xml ├── biginteger.js ├── bignumbers.xml ├── cases.xml ├── crayons.xml ├── frequency_distribution_module.xml ├── httpBlocks.xml ├── iteration-composition.xml ├── json.xml ├── leap-library.xml ├── list-utilities.xml ├── make-variables.xml ├── multiline.xml ├── parallel_module.xml ├── pixel_module.xml ├── schemeNumber.js ├── setrgb.xml ├── speech_module.xml ├── stream-tools.xml ├── tools.xml ├── try-catch.xml ├── variadic-reporters.xml └── word-sentence.xml ├── locale ├── lang-ar.js ├── lang-bg.js ├── lang-bn.js ├── lang-ca.js ├── lang-ca_VA.js ├── lang-cs.js ├── lang-de.js ├── lang-dk.js ├── lang-el.js ├── lang-eo.js ├── lang-es.js ├── lang-et.js ├── lang-eu.js ├── lang-fi.js ├── lang-fr.js ├── lang-gl.js ├── lang-hr.js ├── lang-hu.js ├── lang-ia.js ├── lang-id.js ├── lang-it.js ├── lang-ja.js ├── lang-ja_HIRA.js ├── lang-kn.js ├── lang-ko.js ├── lang-ml.js ├── lang-nl.js ├── lang-no.js ├── lang-pl.js ├── lang-pt.js ├── lang-pt_BR.js ├── lang-ro.js ├── lang-ru.js ├── lang-si.js ├── lang-sv.js ├── lang-ta.js ├── lang-te.js ├── lang-tr.js ├── lang-ua.js ├── lang-zh_CN.js └── lang-zh_TW.js └── src ├── FileSaver.min.js ├── blocks.js ├── byob.js ├── click.wav ├── cloud.js ├── favicon.ico ├── gui.js ├── lists.js ├── locale.js ├── morphic.js ├── morphic.txt ├── objects.js ├── paint.js ├── sha512.js ├── sketch.js ├── snap_logo_sm.png ├── store.js ├── symbols.js ├── tables.js ├── threads.js ├── widgets.js ├── xml.js └── ypr.js /.gitattributes: -------------------------------------------------------------------------------- 1 | jsnetworkx.js -diff 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.swp 3 | .tern-port 4 | -------------------------------------------------------------------------------- /Backgrounds/canyon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/canyon.jpg -------------------------------------------------------------------------------- /Backgrounds/desert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/desert.gif -------------------------------------------------------------------------------- /Backgrounds/doily.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/doily.svg -------------------------------------------------------------------------------- /Backgrounds/forest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/forest.jpg -------------------------------------------------------------------------------- /Backgrounds/goal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/goal1.png -------------------------------------------------------------------------------- /Backgrounds/goal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/goal2.png -------------------------------------------------------------------------------- /Backgrounds/hall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/hall.jpg -------------------------------------------------------------------------------- /Backgrounds/hill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/hill.jpg -------------------------------------------------------------------------------- /Backgrounds/houses.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/houses.jpg -------------------------------------------------------------------------------- /Backgrounds/lake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/lake.jpg -------------------------------------------------------------------------------- /Backgrounds/light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/light.svg -------------------------------------------------------------------------------- /Backgrounds/metro1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/metro1.png -------------------------------------------------------------------------------- /Backgrounds/moon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/moon.jpg -------------------------------------------------------------------------------- /Backgrounds/party.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/party.svg -------------------------------------------------------------------------------- /Backgrounds/pool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/pool.jpg -------------------------------------------------------------------------------- /Backgrounds/purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/purple.svg -------------------------------------------------------------------------------- /Backgrounds/rays.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/rays.svg -------------------------------------------------------------------------------- /Backgrounds/room1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/room1.jpg -------------------------------------------------------------------------------- /Backgrounds/room2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/room2.jpg -------------------------------------------------------------------------------- /Backgrounds/room3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/room3.jpg -------------------------------------------------------------------------------- /Backgrounds/slopes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/slopes.svg -------------------------------------------------------------------------------- /Backgrounds/space.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/space.svg -------------------------------------------------------------------------------- /Backgrounds/stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/stage1.png -------------------------------------------------------------------------------- /Backgrounds/stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/stage2.png -------------------------------------------------------------------------------- /Backgrounds/stars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/stars.gif -------------------------------------------------------------------------------- /Backgrounds/track.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/track.svg -------------------------------------------------------------------------------- /Backgrounds/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/tree.jpg -------------------------------------------------------------------------------- /Backgrounds/urban1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/urban1.png -------------------------------------------------------------------------------- /Backgrounds/urban2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/urban2.png -------------------------------------------------------------------------------- /Backgrounds/wave.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/wave.jpg -------------------------------------------------------------------------------- /Backgrounds/winter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/winter.svg -------------------------------------------------------------------------------- /Backgrounds/woods.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Backgrounds/woods.gif -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Costumes/0-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/0-pixel.svg -------------------------------------------------------------------------------- /Costumes/1-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/1-glow.svg -------------------------------------------------------------------------------- /Costumes/1-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/1-pixel.svg -------------------------------------------------------------------------------- /Costumes/2-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/2-glow.svg -------------------------------------------------------------------------------- /Costumes/2-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/2-pixel.svg -------------------------------------------------------------------------------- /Costumes/3-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/3-glow.svg -------------------------------------------------------------------------------- /Costumes/3-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/3-pixel.svg -------------------------------------------------------------------------------- /Costumes/4-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/4-glow.svg -------------------------------------------------------------------------------- /Costumes/4-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/4-pixel.svg -------------------------------------------------------------------------------- /Costumes/5-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/5-glow.svg -------------------------------------------------------------------------------- /Costumes/5-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/5-pixel.svg -------------------------------------------------------------------------------- /Costumes/6-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/6-glow.svg -------------------------------------------------------------------------------- /Costumes/6-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/6-pixel.svg -------------------------------------------------------------------------------- /Costumes/7-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/7-glow.svg -------------------------------------------------------------------------------- /Costumes/7-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/7-pixel.svg -------------------------------------------------------------------------------- /Costumes/8-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/8-glow.svg -------------------------------------------------------------------------------- /Costumes/8-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/8-pixel.svg -------------------------------------------------------------------------------- /Costumes/9-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/9-glow.svg -------------------------------------------------------------------------------- /Costumes/9-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/9-pixel.svg -------------------------------------------------------------------------------- /Costumes/A-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/A-glow.svg -------------------------------------------------------------------------------- /Costumes/A-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/A-pixel.svg -------------------------------------------------------------------------------- /Costumes/A-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/A-story-1.svg -------------------------------------------------------------------------------- /Costumes/A-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/A-story-2.svg -------------------------------------------------------------------------------- /Costumes/A-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/A-story-3.svg -------------------------------------------------------------------------------- /Costumes/AZ_stance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/AZ_stance.png -------------------------------------------------------------------------------- /Costumes/Alonzo3D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Alonzo3D.png -------------------------------------------------------------------------------- /Costumes/B-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/B-glow.svg -------------------------------------------------------------------------------- /Costumes/B-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/B-pixel.svg -------------------------------------------------------------------------------- /Costumes/B-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/B-story-1.svg -------------------------------------------------------------------------------- /Costumes/B-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/B-story-2.svg -------------------------------------------------------------------------------- /Costumes/B-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/B-story-3.svg -------------------------------------------------------------------------------- /Costumes/C-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/C-glow.svg -------------------------------------------------------------------------------- /Costumes/C-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/C-pixel.svg -------------------------------------------------------------------------------- /Costumes/C-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/C-story-1.svg -------------------------------------------------------------------------------- /Costumes/C-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/C-story-2.svg -------------------------------------------------------------------------------- /Costumes/C-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/C-story-3.svg -------------------------------------------------------------------------------- /Costumes/COSTUMES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/COSTUMES -------------------------------------------------------------------------------- /Costumes/COSTUMES-full: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/COSTUMES-full -------------------------------------------------------------------------------- /Costumes/D-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/D-glow.svg -------------------------------------------------------------------------------- /Costumes/D-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/D-pixel.svg -------------------------------------------------------------------------------- /Costumes/D-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/D-story-1.svg -------------------------------------------------------------------------------- /Costumes/D-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/D-story-2.svg -------------------------------------------------------------------------------- /Costumes/D-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/D-story-3.svg -------------------------------------------------------------------------------- /Costumes/E-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/E-glow.svg -------------------------------------------------------------------------------- /Costumes/E-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/E-pixel.svg -------------------------------------------------------------------------------- /Costumes/E-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/E-story-1.svg -------------------------------------------------------------------------------- /Costumes/E-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/E-story-2.svg -------------------------------------------------------------------------------- /Costumes/E-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/E-story-3.svg -------------------------------------------------------------------------------- /Costumes/F-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/F-glow.svg -------------------------------------------------------------------------------- /Costumes/F-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/F-pixel.svg -------------------------------------------------------------------------------- /Costumes/F-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/F-story-1.svg -------------------------------------------------------------------------------- /Costumes/F-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/F-story-2.svg -------------------------------------------------------------------------------- /Costumes/F-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/F-story-3.svg -------------------------------------------------------------------------------- /Costumes/G-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/G-glow.svg -------------------------------------------------------------------------------- /Costumes/G-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/G-pixel.svg -------------------------------------------------------------------------------- /Costumes/G-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/G-story-1.svg -------------------------------------------------------------------------------- /Costumes/G-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/G-story-2.svg -------------------------------------------------------------------------------- /Costumes/G-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/G-story-3.svg -------------------------------------------------------------------------------- /Costumes/H-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/H-glow.svg -------------------------------------------------------------------------------- /Costumes/H-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/H-pixel.svg -------------------------------------------------------------------------------- /Costumes/H-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/H-story-1.svg -------------------------------------------------------------------------------- /Costumes/H-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/H-story-2.svg -------------------------------------------------------------------------------- /Costumes/H-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/H-story-3.svg -------------------------------------------------------------------------------- /Costumes/Hat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Hat.svg -------------------------------------------------------------------------------- /Costumes/I-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/I-glow.svg -------------------------------------------------------------------------------- /Costumes/I-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/I-pixel.svg -------------------------------------------------------------------------------- /Costumes/I-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/I-story-1.svg -------------------------------------------------------------------------------- /Costumes/I-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/I-story-2.svg -------------------------------------------------------------------------------- /Costumes/I-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/I-story-3.svg -------------------------------------------------------------------------------- /Costumes/J-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/J-glow.svg -------------------------------------------------------------------------------- /Costumes/J-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/J-pixel.svg -------------------------------------------------------------------------------- /Costumes/J-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/J-story-1.svg -------------------------------------------------------------------------------- /Costumes/J-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/J-story-2.svg -------------------------------------------------------------------------------- /Costumes/J-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/J-story-3.svg -------------------------------------------------------------------------------- /Costumes/K-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/K-glow.svg -------------------------------------------------------------------------------- /Costumes/K-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/K-pixel.svg -------------------------------------------------------------------------------- /Costumes/K-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/K-story-1.svg -------------------------------------------------------------------------------- /Costumes/K-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/K-story-2.svg -------------------------------------------------------------------------------- /Costumes/K-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/K-story-3.svg -------------------------------------------------------------------------------- /Costumes/Khalid-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Khalid-b.png -------------------------------------------------------------------------------- /Costumes/L-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/L-glow.svg -------------------------------------------------------------------------------- /Costumes/L-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/L-pixel.svg -------------------------------------------------------------------------------- /Costumes/L-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/L-story-1.svg -------------------------------------------------------------------------------- /Costumes/L-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/L-story-2.svg -------------------------------------------------------------------------------- /Costumes/L-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/L-story-3.svg -------------------------------------------------------------------------------- /Costumes/M-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/M-glow.svg -------------------------------------------------------------------------------- /Costumes/M-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/M-pixel.svg -------------------------------------------------------------------------------- /Costumes/M-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/M-story-1.svg -------------------------------------------------------------------------------- /Costumes/M-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/M-story-2.svg -------------------------------------------------------------------------------- /Costumes/M-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/M-story-3.svg -------------------------------------------------------------------------------- /Costumes/N-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/N-glow.svg -------------------------------------------------------------------------------- /Costumes/N-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/N-pixel.svg -------------------------------------------------------------------------------- /Costumes/N-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/N-story-1.svg -------------------------------------------------------------------------------- /Costumes/N-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/N-story-2.svg -------------------------------------------------------------------------------- /Costumes/N-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/N-story-3.svg -------------------------------------------------------------------------------- /Costumes/O-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/O-glow.svg -------------------------------------------------------------------------------- /Costumes/O-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/O-pixel.svg -------------------------------------------------------------------------------- /Costumes/O-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/O-story-1.svg -------------------------------------------------------------------------------- /Costumes/O-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/O-story-2.svg -------------------------------------------------------------------------------- /Costumes/O-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/O-story-3.svg -------------------------------------------------------------------------------- /Costumes/P-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/P-glow.svg -------------------------------------------------------------------------------- /Costumes/P-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/P-pixel.svg -------------------------------------------------------------------------------- /Costumes/P-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/P-story-1.svg -------------------------------------------------------------------------------- /Costumes/P-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/P-story-2.svg -------------------------------------------------------------------------------- /Costumes/P-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/P-story-3.svg -------------------------------------------------------------------------------- /Costumes/Q-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Q-glow.svg -------------------------------------------------------------------------------- /Costumes/Q-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Q-pixel.svg -------------------------------------------------------------------------------- /Costumes/Q-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Q-story-1.svg -------------------------------------------------------------------------------- /Costumes/Q-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Q-story-2.svg -------------------------------------------------------------------------------- /Costumes/Q-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Q-story-3.svg -------------------------------------------------------------------------------- /Costumes/R-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/R-glow.svg -------------------------------------------------------------------------------- /Costumes/R-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/R-pixel.svg -------------------------------------------------------------------------------- /Costumes/R-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/R-story-1.svg -------------------------------------------------------------------------------- /Costumes/R-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/R-story-2.svg -------------------------------------------------------------------------------- /Costumes/R-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/R-story-3.svg -------------------------------------------------------------------------------- /Costumes/S-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/S-glow.svg -------------------------------------------------------------------------------- /Costumes/S-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/S-pixel.svg -------------------------------------------------------------------------------- /Costumes/S-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/S-story-1.svg -------------------------------------------------------------------------------- /Costumes/S-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/S-story-2.svg -------------------------------------------------------------------------------- /Costumes/S-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/S-story-3.svg -------------------------------------------------------------------------------- /Costumes/Singer1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Singer1.svg -------------------------------------------------------------------------------- /Costumes/T-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/T-glow.svg -------------------------------------------------------------------------------- /Costumes/T-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/T-pixel.svg -------------------------------------------------------------------------------- /Costumes/T-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/T-story-1.svg -------------------------------------------------------------------------------- /Costumes/T-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/T-story-2.svg -------------------------------------------------------------------------------- /Costumes/T-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/T-story-3.svg -------------------------------------------------------------------------------- /Costumes/U-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/U-glow.svg -------------------------------------------------------------------------------- /Costumes/U-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/U-pixel.svg -------------------------------------------------------------------------------- /Costumes/U-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/U-story-1.svg -------------------------------------------------------------------------------- /Costumes/U-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/U-story-2.svg -------------------------------------------------------------------------------- /Costumes/U-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/U-story-3.svg -------------------------------------------------------------------------------- /Costumes/V-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/V-glow.svg -------------------------------------------------------------------------------- /Costumes/V-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/V-pixel.svg -------------------------------------------------------------------------------- /Costumes/V-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/V-story-1.svg -------------------------------------------------------------------------------- /Costumes/V-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/V-story-2.svg -------------------------------------------------------------------------------- /Costumes/V-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/V-story-3.svg -------------------------------------------------------------------------------- /Costumes/W-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/W-glow.svg -------------------------------------------------------------------------------- /Costumes/W-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/W-pixel.svg -------------------------------------------------------------------------------- /Costumes/W-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/W-story-1.svg -------------------------------------------------------------------------------- /Costumes/W-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/W-story-2.svg -------------------------------------------------------------------------------- /Costumes/W-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/W-story-3.svg -------------------------------------------------------------------------------- /Costumes/X-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/X-glow.svg -------------------------------------------------------------------------------- /Costumes/X-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/X-pixel.svg -------------------------------------------------------------------------------- /Costumes/X-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/X-story-1.svg -------------------------------------------------------------------------------- /Costumes/X-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/X-story-2.svg -------------------------------------------------------------------------------- /Costumes/X-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/X-story-3.svg -------------------------------------------------------------------------------- /Costumes/Y-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Y-glow.svg -------------------------------------------------------------------------------- /Costumes/Y-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Y-pixel.svg -------------------------------------------------------------------------------- /Costumes/Y-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Y-story-1.svg -------------------------------------------------------------------------------- /Costumes/Y-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Y-story-2.svg -------------------------------------------------------------------------------- /Costumes/Y-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Y-story-3.svg -------------------------------------------------------------------------------- /Costumes/Z-glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Z-glow.svg -------------------------------------------------------------------------------- /Costumes/Z-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Z-pixel.svg -------------------------------------------------------------------------------- /Costumes/Z-story-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Z-story-1.svg -------------------------------------------------------------------------------- /Costumes/Z-story-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Z-story-2.svg -------------------------------------------------------------------------------- /Costumes/Z-story-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/Z-story-3.svg -------------------------------------------------------------------------------- /Costumes/a-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/a-block.svg -------------------------------------------------------------------------------- /Costumes/abby-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/abby-a.svg -------------------------------------------------------------------------------- /Costumes/abby-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/abby-b.svg -------------------------------------------------------------------------------- /Costumes/abby-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/abby-c.svg -------------------------------------------------------------------------------- /Costumes/abby-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/abby-d.svg -------------------------------------------------------------------------------- /Costumes/airplane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/airplane2.png -------------------------------------------------------------------------------- /Costumes/alonzo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/alonzo.png -------------------------------------------------------------------------------- /Costumes/alonzo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/alonzo.svg -------------------------------------------------------------------------------- /Costumes/amon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/amon.gif -------------------------------------------------------------------------------- /Costumes/anna-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna-a.png -------------------------------------------------------------------------------- /Costumes/anna-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna-b.png -------------------------------------------------------------------------------- /Costumes/anna01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna01.png -------------------------------------------------------------------------------- /Costumes/anna02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna02.png -------------------------------------------------------------------------------- /Costumes/anna03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna03.png -------------------------------------------------------------------------------- /Costumes/anna04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna04.png -------------------------------------------------------------------------------- /Costumes/anna05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna05.png -------------------------------------------------------------------------------- /Costumes/anna06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna06.png -------------------------------------------------------------------------------- /Costumes/anna07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna07.png -------------------------------------------------------------------------------- /Costumes/anna07b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna07b.png -------------------------------------------------------------------------------- /Costumes/anna07c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna07c.png -------------------------------------------------------------------------------- /Costumes/anna08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna08.png -------------------------------------------------------------------------------- /Costumes/anna09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna09.png -------------------------------------------------------------------------------- /Costumes/anna10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna10.png -------------------------------------------------------------------------------- /Costumes/anna11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna11.png -------------------------------------------------------------------------------- /Costumes/anna12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/anna12.png -------------------------------------------------------------------------------- /Costumes/apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/apple.svg -------------------------------------------------------------------------------- /Costumes/arrow1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/arrow1-a.svg -------------------------------------------------------------------------------- /Costumes/arrow1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/arrow1-b.svg -------------------------------------------------------------------------------- /Costumes/arrow1-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/arrow1-c.svg -------------------------------------------------------------------------------- /Costumes/arrow1-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/arrow1-d.svg -------------------------------------------------------------------------------- /Costumes/avery-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/avery-a.svg -------------------------------------------------------------------------------- /Costumes/avery-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/avery-b.svg -------------------------------------------------------------------------------- /Costumes/b-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/b-block.svg -------------------------------------------------------------------------------- /Costumes/ball-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ball-a.svg -------------------------------------------------------------------------------- /Costumes/ball-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ball-b.svg -------------------------------------------------------------------------------- /Costumes/ball-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ball-c.svg -------------------------------------------------------------------------------- /Costumes/ball-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ball-d.svg -------------------------------------------------------------------------------- /Costumes/ball-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ball-e.svg -------------------------------------------------------------------------------- /Costumes/bananas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bananas.svg -------------------------------------------------------------------------------- /Costumes/baseball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/baseball.svg -------------------------------------------------------------------------------- /Costumes/bass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bass.svg -------------------------------------------------------------------------------- /Costumes/bat1-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat1-a.png -------------------------------------------------------------------------------- /Costumes/bat1-a_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat1-a_.svg -------------------------------------------------------------------------------- /Costumes/bat1-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat1-b.png -------------------------------------------------------------------------------- /Costumes/bat1-b_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat1-b_.svg -------------------------------------------------------------------------------- /Costumes/bat2-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat2-a.png -------------------------------------------------------------------------------- /Costumes/bat2-a_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat2-a_.svg -------------------------------------------------------------------------------- /Costumes/bat2-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat2-b.png -------------------------------------------------------------------------------- /Costumes/bat2-b_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bat2-b_.svg -------------------------------------------------------------------------------- /Costumes/beachball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/beachball.svg -------------------------------------------------------------------------------- /Costumes/bear1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bear1-a.svg -------------------------------------------------------------------------------- /Costumes/bear1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bear1-b.svg -------------------------------------------------------------------------------- /Costumes/bear2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bear2-a.svg -------------------------------------------------------------------------------- /Costumes/bear2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bear2-b.svg -------------------------------------------------------------------------------- /Costumes/beetle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/beetle.svg -------------------------------------------------------------------------------- /Costumes/bell1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bell1.svg -------------------------------------------------------------------------------- /Costumes/bells-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bells-a.svg -------------------------------------------------------------------------------- /Costumes/bells-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bells-b.svg -------------------------------------------------------------------------------- /Costumes/bowl-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bowl-a.svg -------------------------------------------------------------------------------- /Costumes/bowtie-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bowtie-a.svg -------------------------------------------------------------------------------- /Costumes/bowtie-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bowtie-b.svg -------------------------------------------------------------------------------- /Costumes/boy2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/boy2.gif -------------------------------------------------------------------------------- /Costumes/boy3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/boy3.gif -------------------------------------------------------------------------------- /Costumes/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/bus.png -------------------------------------------------------------------------------- /Costumes/button1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button1.svg -------------------------------------------------------------------------------- /Costumes/button2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button2-a.svg -------------------------------------------------------------------------------- /Costumes/button2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button2-b.svg -------------------------------------------------------------------------------- /Costumes/button3-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button3-a.svg -------------------------------------------------------------------------------- /Costumes/button3-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button3-b.svg -------------------------------------------------------------------------------- /Costumes/button4-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button4-a.svg -------------------------------------------------------------------------------- /Costumes/button4-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button4-b.svg -------------------------------------------------------------------------------- /Costumes/button5-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button5-a.svg -------------------------------------------------------------------------------- /Costumes/button5-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/button5-b.svg -------------------------------------------------------------------------------- /Costumes/c-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/c-block.svg -------------------------------------------------------------------------------- /Costumes/cake-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cake-a.svg -------------------------------------------------------------------------------- /Costumes/cake-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cake-b.svg -------------------------------------------------------------------------------- /Costumes/candle1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/candle1-a.svg -------------------------------------------------------------------------------- /Costumes/candle1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/candle1-b.svg -------------------------------------------------------------------------------- /Costumes/candles1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/candles1.svg -------------------------------------------------------------------------------- /Costumes/candles2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/candles2.svg -------------------------------------------------------------------------------- /Costumes/car-bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/car-bug.png -------------------------------------------------------------------------------- /Costumes/cassy-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cassy-a.png -------------------------------------------------------------------------------- /Costumes/cassy-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cassy-b.png -------------------------------------------------------------------------------- /Costumes/cassy-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cassy-c.png -------------------------------------------------------------------------------- /Costumes/cassy-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cassy-d.png -------------------------------------------------------------------------------- /Costumes/cat2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cat2.gif -------------------------------------------------------------------------------- /Costumes/cat2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cat2.svg -------------------------------------------------------------------------------- /Costumes/cat3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cat3.png -------------------------------------------------------------------------------- /Costumes/cat4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cat4.png -------------------------------------------------------------------------------- /Costumes/cat5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cat5.gif -------------------------------------------------------------------------------- /Costumes/champ99-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/champ99-a.png -------------------------------------------------------------------------------- /Costumes/champ99-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/champ99-b.png -------------------------------------------------------------------------------- /Costumes/champ99-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/champ99-c.png -------------------------------------------------------------------------------- /Costumes/champ99-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/champ99-d.png -------------------------------------------------------------------------------- /Costumes/champ99-e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/champ99-e.png -------------------------------------------------------------------------------- /Costumes/champ99-f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/champ99-f.png -------------------------------------------------------------------------------- /Costumes/champ99-g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/champ99-g.png -------------------------------------------------------------------------------- /Costumes/cloud-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cloud-a.svg -------------------------------------------------------------------------------- /Costumes/cloud-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cloud-b.svg -------------------------------------------------------------------------------- /Costumes/cloud-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cloud-c.svg -------------------------------------------------------------------------------- /Costumes/cloud-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cloud-d.svg -------------------------------------------------------------------------------- /Costumes/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cloud.svg -------------------------------------------------------------------------------- /Costumes/cowbell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cowbell.svg -------------------------------------------------------------------------------- /Costumes/crab-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/crab-a.svg -------------------------------------------------------------------------------- /Costumes/crab-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/crab-b.svg -------------------------------------------------------------------------------- /Costumes/cymbal-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cymbal-a.svg -------------------------------------------------------------------------------- /Costumes/cymbal-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/cymbal-b.svg -------------------------------------------------------------------------------- /Costumes/d-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/d-block.svg -------------------------------------------------------------------------------- /Costumes/dan-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dan-a.png -------------------------------------------------------------------------------- /Costumes/dan-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dan-b.png -------------------------------------------------------------------------------- /Costumes/dani-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dani-a.svg -------------------------------------------------------------------------------- /Costumes/dani-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dani-b.svg -------------------------------------------------------------------------------- /Costumes/dani-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dani-c.svg -------------------------------------------------------------------------------- /Costumes/dee-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dee-a.svg -------------------------------------------------------------------------------- /Costumes/dee-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dee-b.svg -------------------------------------------------------------------------------- /Costumes/dee-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dee-c.svg -------------------------------------------------------------------------------- /Costumes/dee-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dee-d.svg -------------------------------------------------------------------------------- /Costumes/dee-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dee-e.svg -------------------------------------------------------------------------------- /Costumes/devin-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/devin-a.svg -------------------------------------------------------------------------------- /Costumes/devin-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/devin-b.svg -------------------------------------------------------------------------------- /Costumes/devin-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/devin-c.svg -------------------------------------------------------------------------------- /Costumes/devin-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/devin-d.svg -------------------------------------------------------------------------------- /Costumes/dinosaur3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dinosaur3.svg -------------------------------------------------------------------------------- /Costumes/diver1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/diver1.svg -------------------------------------------------------------------------------- /Costumes/diver2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/diver2.svg -------------------------------------------------------------------------------- /Costumes/dm_freeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dm_freeze.png -------------------------------------------------------------------------------- /Costumes/dm_stance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dm_stance.svg -------------------------------------------------------------------------------- /Costumes/dog1-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog1-a.png -------------------------------------------------------------------------------- /Costumes/dog1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog1-a.svg -------------------------------------------------------------------------------- /Costumes/dog1-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog1-b.png -------------------------------------------------------------------------------- /Costumes/dog1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog1-b.svg -------------------------------------------------------------------------------- /Costumes/dog2-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog2-a.png -------------------------------------------------------------------------------- /Costumes/dog2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog2-a.svg -------------------------------------------------------------------------------- /Costumes/dog2-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog2-b.png -------------------------------------------------------------------------------- /Costumes/dog2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog2-b.svg -------------------------------------------------------------------------------- /Costumes/dog2-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog2-c.png -------------------------------------------------------------------------------- /Costumes/dog2-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dog2-c.svg -------------------------------------------------------------------------------- /Costumes/donut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/donut.svg -------------------------------------------------------------------------------- /Costumes/dove1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dove1-a.svg -------------------------------------------------------------------------------- /Costumes/dove1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dove1-b.svg -------------------------------------------------------------------------------- /Costumes/dove2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dove2-a.svg -------------------------------------------------------------------------------- /Costumes/dove2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dove2-b.svg -------------------------------------------------------------------------------- /Costumes/dragon1-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dragon1-a.png -------------------------------------------------------------------------------- /Costumes/dragon1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dragon1-a.svg -------------------------------------------------------------------------------- /Costumes/dragon1-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dragon1-b.png -------------------------------------------------------------------------------- /Costumes/dragon1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dragon1-b.svg -------------------------------------------------------------------------------- /Costumes/dragon2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/dragon2.gif -------------------------------------------------------------------------------- /Costumes/drum1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/drum1-a.svg -------------------------------------------------------------------------------- /Costumes/drum1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/drum1-b.svg -------------------------------------------------------------------------------- /Costumes/drum2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/drum2-a.svg -------------------------------------------------------------------------------- /Costumes/drum2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/drum2-b.svg -------------------------------------------------------------------------------- /Costumes/duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/duck.svg -------------------------------------------------------------------------------- /Costumes/e-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/e-block.svg -------------------------------------------------------------------------------- /Costumes/earth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/earth.svg -------------------------------------------------------------------------------- /Costumes/f-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/f-block.svg -------------------------------------------------------------------------------- /Costumes/fish1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/fish1.svg -------------------------------------------------------------------------------- /Costumes/fish2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/fish2.svg -------------------------------------------------------------------------------- /Costumes/fish3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/fish3.svg -------------------------------------------------------------------------------- /Costumes/fox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/fox.svg -------------------------------------------------------------------------------- /Costumes/frog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/frog.svg -------------------------------------------------------------------------------- /Costumes/g-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/g-block.svg -------------------------------------------------------------------------------- /Costumes/ghost1_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ghost1_.svg -------------------------------------------------------------------------------- /Costumes/ghost2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ghost2-a.svg -------------------------------------------------------------------------------- /Costumes/ghost2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ghost2-b.svg -------------------------------------------------------------------------------- /Costumes/ghoul-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ghoul-a.svg -------------------------------------------------------------------------------- /Costumes/ghoul-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ghoul-b.svg -------------------------------------------------------------------------------- /Costumes/gift-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/gift-a.svg -------------------------------------------------------------------------------- /Costumes/gift-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/gift-b.svg -------------------------------------------------------------------------------- /Costumes/glasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/glasses.svg -------------------------------------------------------------------------------- /Costumes/guitar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/guitar.svg -------------------------------------------------------------------------------- /Costumes/h-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/h-block.svg -------------------------------------------------------------------------------- /Costumes/hannah-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/hannah-a.png -------------------------------------------------------------------------------- /Costumes/hannah-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/hannah-b.png -------------------------------------------------------------------------------- /Costumes/hannah-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/hannah-c.png -------------------------------------------------------------------------------- /Costumes/headband.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/headband.svg -------------------------------------------------------------------------------- /Costumes/heart_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/heart_red.svg -------------------------------------------------------------------------------- /Costumes/hippo1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/hippo1-a.svg -------------------------------------------------------------------------------- /Costumes/hippo1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/hippo1-b.svg -------------------------------------------------------------------------------- /Costumes/holly1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/holly1.svg -------------------------------------------------------------------------------- /Costumes/holly2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/holly2.svg -------------------------------------------------------------------------------- /Costumes/horse1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/horse1-a.svg -------------------------------------------------------------------------------- /Costumes/horse1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/horse1-b.svg -------------------------------------------------------------------------------- /Costumes/i-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/i-block.svg -------------------------------------------------------------------------------- /Costumes/j-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/j-block.svg -------------------------------------------------------------------------------- /Costumes/jaime-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/jaime-a.png -------------------------------------------------------------------------------- /Costumes/jaime-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/jaime-b.png -------------------------------------------------------------------------------- /Costumes/jay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/jay.gif -------------------------------------------------------------------------------- /Costumes/jeans-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/jeans-a.svg -------------------------------------------------------------------------------- /Costumes/jeans-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/jeans-b.svg -------------------------------------------------------------------------------- /Costumes/jo_stance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/jo_stance.png -------------------------------------------------------------------------------- /Costumes/jodi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/jodi.gif -------------------------------------------------------------------------------- /Costumes/k-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/k-block.svg -------------------------------------------------------------------------------- /Costumes/kai-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/kai-a.png -------------------------------------------------------------------------------- /Costumes/kai-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/kai-b.png -------------------------------------------------------------------------------- /Costumes/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/key.svg -------------------------------------------------------------------------------- /Costumes/khalid-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/khalid-a.png -------------------------------------------------------------------------------- /Costumes/khalid-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/khalid-c.png -------------------------------------------------------------------------------- /Costumes/khalid-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/khalid-d.png -------------------------------------------------------------------------------- /Costumes/knight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/knight.svg -------------------------------------------------------------------------------- /Costumes/l-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/l-block.svg -------------------------------------------------------------------------------- /Costumes/ladybug2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ladybug2.svg -------------------------------------------------------------------------------- /Costumes/lamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lamp.png -------------------------------------------------------------------------------- /Costumes/laptop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/laptop.svg -------------------------------------------------------------------------------- /Costumes/lb_stance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lb_stance.png -------------------------------------------------------------------------------- /Costumes/lightning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lightning.svg -------------------------------------------------------------------------------- /Costumes/lion-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lion-a.svg -------------------------------------------------------------------------------- /Costumes/lion-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lion-b.svg -------------------------------------------------------------------------------- /Costumes/lioness.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lioness.svg -------------------------------------------------------------------------------- /Costumes/lorenz01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz01.png -------------------------------------------------------------------------------- /Costumes/lorenz02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz02.png -------------------------------------------------------------------------------- /Costumes/lorenz03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz03.png -------------------------------------------------------------------------------- /Costumes/lorenz04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz04.png -------------------------------------------------------------------------------- /Costumes/lorenz05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz05.png -------------------------------------------------------------------------------- /Costumes/lorenz06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz06.png -------------------------------------------------------------------------------- /Costumes/lorenz07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz07.png -------------------------------------------------------------------------------- /Costumes/lorenz07b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/lorenz07b.png -------------------------------------------------------------------------------- /Costumes/m-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/m-block.svg -------------------------------------------------------------------------------- /Costumes/magicwand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/magicwand.svg -------------------------------------------------------------------------------- /Costumes/marissa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/marissa.gif -------------------------------------------------------------------------------- /Costumes/maya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/maya.png -------------------------------------------------------------------------------- /Costumes/monkey1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/monkey1-a.svg -------------------------------------------------------------------------------- /Costumes/monkey1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/monkey1-b.svg -------------------------------------------------------------------------------- /Costumes/monkey2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/monkey2-a.svg -------------------------------------------------------------------------------- /Costumes/monkey2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/monkey2-b.svg -------------------------------------------------------------------------------- /Costumes/monkey2-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/monkey2-c.svg -------------------------------------------------------------------------------- /Costumes/mori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/mori.png -------------------------------------------------------------------------------- /Costumes/mouse1-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/mouse1-a.svg -------------------------------------------------------------------------------- /Costumes/mouse1-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/mouse1-b.svg -------------------------------------------------------------------------------- /Costumes/muffin-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/muffin-a.svg -------------------------------------------------------------------------------- /Costumes/muffin-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/muffin-b.svg -------------------------------------------------------------------------------- /Costumes/n-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/n-block.svg -------------------------------------------------------------------------------- /Costumes/o-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/o-block.svg -------------------------------------------------------------------------------- /Costumes/octopus-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/octopus-a.svg -------------------------------------------------------------------------------- /Costumes/octopus-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/octopus-b.svg -------------------------------------------------------------------------------- /Costumes/orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/orange.svg -------------------------------------------------------------------------------- /Costumes/orange2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/orange2-a.svg -------------------------------------------------------------------------------- /Costumes/orange2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/orange2-b.svg -------------------------------------------------------------------------------- /Costumes/orange2-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/orange2-c.svg -------------------------------------------------------------------------------- /Costumes/p-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/p-block.svg -------------------------------------------------------------------------------- /Costumes/paddle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/paddle.svg -------------------------------------------------------------------------------- /Costumes/palmtree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/palmtree.gif -------------------------------------------------------------------------------- /Costumes/parrot-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/parrot-a.svg -------------------------------------------------------------------------------- /Costumes/parrot-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/parrot-b.svg -------------------------------------------------------------------------------- /Costumes/parrot2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/parrot2-a.svg -------------------------------------------------------------------------------- /Costumes/parrot2-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/parrot2-b.svg -------------------------------------------------------------------------------- /Costumes/partyhat1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/partyhat1.svg -------------------------------------------------------------------------------- /Costumes/paul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/paul.gif -------------------------------------------------------------------------------- /Costumes/pencil-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/pencil-a.svg -------------------------------------------------------------------------------- /Costumes/pencil-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/pencil-b.svg -------------------------------------------------------------------------------- /Costumes/penguin1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/penguin1.svg -------------------------------------------------------------------------------- /Costumes/penguin2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/penguin2.svg -------------------------------------------------------------------------------- /Costumes/piano.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/piano.svg -------------------------------------------------------------------------------- /Costumes/planet2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/planet2.svg -------------------------------------------------------------------------------- /Costumes/prince.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/prince.svg -------------------------------------------------------------------------------- /Costumes/princess.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/princess.svg -------------------------------------------------------------------------------- /Costumes/q-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/q-block.svg -------------------------------------------------------------------------------- /Costumes/r-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/r-block.svg -------------------------------------------------------------------------------- /Costumes/rainbow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/rainbow.svg -------------------------------------------------------------------------------- /Costumes/referee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/referee.gif -------------------------------------------------------------------------------- /Costumes/reindeer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/reindeer.svg -------------------------------------------------------------------------------- /Costumes/robot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/robot1.svg -------------------------------------------------------------------------------- /Costumes/rocks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/rocks.svg -------------------------------------------------------------------------------- /Costumes/rory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/rory.png -------------------------------------------------------------------------------- /Costumes/ruby-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ruby-a.png -------------------------------------------------------------------------------- /Costumes/ruby-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ruby-b.png -------------------------------------------------------------------------------- /Costumes/s-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/s-block.svg -------------------------------------------------------------------------------- /Costumes/sail-boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/sail-boat.png -------------------------------------------------------------------------------- /Costumes/sam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/sam.gif -------------------------------------------------------------------------------- /Costumes/scarf1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/scarf1.svg -------------------------------------------------------------------------------- /Costumes/scarf2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/scarf2.svg -------------------------------------------------------------------------------- /Costumes/shark-a_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shark-a_.svg -------------------------------------------------------------------------------- /Costumes/shark-b_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shark-b_.svg -------------------------------------------------------------------------------- /Costumes/shark-c_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shark-c_.svg -------------------------------------------------------------------------------- /Costumes/shirt-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shirt-a.svg -------------------------------------------------------------------------------- /Costumes/shirt-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shirt-b.svg -------------------------------------------------------------------------------- /Costumes/shirt2-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shirt2-a.svg -------------------------------------------------------------------------------- /Costumes/shirt2-a2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shirt2-a2.svg -------------------------------------------------------------------------------- /Costumes/shoes1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shoes1.svg -------------------------------------------------------------------------------- /Costumes/shoes2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/shoes2.svg -------------------------------------------------------------------------------- /Costumes/skates.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/skates.svg -------------------------------------------------------------------------------- /Costumes/snowflake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/snowflake.svg -------------------------------------------------------------------------------- /Costumes/snowman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/snowman.svg -------------------------------------------------------------------------------- /Costumes/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/speaker.svg -------------------------------------------------------------------------------- /Costumes/squirrel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/squirrel1.png -------------------------------------------------------------------------------- /Costumes/star1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/star1.svg -------------------------------------------------------------------------------- /Costumes/star2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/star2.svg -------------------------------------------------------------------------------- /Costumes/star3-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/star3-a.svg -------------------------------------------------------------------------------- /Costumes/star3-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/star3-b.svg -------------------------------------------------------------------------------- /Costumes/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/stop.svg -------------------------------------------------------------------------------- /Costumes/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/sun.svg -------------------------------------------------------------------------------- /Costumes/t-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/t-block.svg -------------------------------------------------------------------------------- /Costumes/tabla-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/tabla-a.svg -------------------------------------------------------------------------------- /Costumes/tabla-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/tabla-b.svg -------------------------------------------------------------------------------- /Costumes/taco-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/taco-a.svg -------------------------------------------------------------------------------- /Costumes/taco-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/taco-b.svg -------------------------------------------------------------------------------- /Costumes/tree1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/tree1.svg -------------------------------------------------------------------------------- /Costumes/tree2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/tree2.svg -------------------------------------------------------------------------------- /Costumes/trees-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/trees-a.svg -------------------------------------------------------------------------------- /Costumes/trees-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/trees-b.svg -------------------------------------------------------------------------------- /Costumes/trumpet-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/trumpet-a.svg -------------------------------------------------------------------------------- /Costumes/u-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/u-block.svg -------------------------------------------------------------------------------- /Costumes/ukulele.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/ukulele.svg -------------------------------------------------------------------------------- /Costumes/umbrella.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/umbrella.png -------------------------------------------------------------------------------- /Costumes/unicorn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/unicorn.svg -------------------------------------------------------------------------------- /Costumes/unicorn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/unicorn1.png -------------------------------------------------------------------------------- /Costumes/v-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/v-block.svg -------------------------------------------------------------------------------- /Costumes/vest-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/vest-a.svg -------------------------------------------------------------------------------- /Costumes/vest-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/vest-b.svg -------------------------------------------------------------------------------- /Costumes/w-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/w-block.svg -------------------------------------------------------------------------------- /Costumes/wanda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/wanda.svg -------------------------------------------------------------------------------- /Costumes/witch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/witch.svg -------------------------------------------------------------------------------- /Costumes/wizard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/wizard.svg -------------------------------------------------------------------------------- /Costumes/wizard1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/wizard1.svg -------------------------------------------------------------------------------- /Costumes/wizard2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/wizard2.svg -------------------------------------------------------------------------------- /Costumes/x-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/x-block.svg -------------------------------------------------------------------------------- /Costumes/y-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/y-block.svg -------------------------------------------------------------------------------- /Costumes/z-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/z-block.svg -------------------------------------------------------------------------------- /Costumes/zara-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/zara-a.png -------------------------------------------------------------------------------- /Costumes/zara-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Costumes/zara-b.png -------------------------------------------------------------------------------- /Examples/EXAMPLES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Examples/EXAMPLES -------------------------------------------------------------------------------- /Examples/copter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Examples/copter.xml -------------------------------------------------------------------------------- /Examples/live-tree.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Examples/live-tree.xml -------------------------------------------------------------------------------- /Examples/swimmer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Examples/swimmer.xml -------------------------------------------------------------------------------- /Examples/tree.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Examples/tree.xml -------------------------------------------------------------------------------- /Examples/vee.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Examples/vee.xml -------------------------------------------------------------------------------- /HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/HISTORY.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/LICENSE.md -------------------------------------------------------------------------------- /OFFLINE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/OFFLINE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/README.md -------------------------------------------------------------------------------- /Sounds/A_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/A_bass.wav -------------------------------------------------------------------------------- /Sounds/A_elec_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/A_elec_bass.wav -------------------------------------------------------------------------------- /Sounds/A_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/A_guitar.wav -------------------------------------------------------------------------------- /Sounds/A_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/A_piano.wav -------------------------------------------------------------------------------- /Sounds/A_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/A_sax.wav -------------------------------------------------------------------------------- /Sounds/A_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/A_trombone.wav -------------------------------------------------------------------------------- /Sounds/A_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/A_trumpet.wav -------------------------------------------------------------------------------- /Sounds/B_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/B_bass.wav -------------------------------------------------------------------------------- /Sounds/B_elec_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/B_elec_bass.wav -------------------------------------------------------------------------------- /Sounds/B_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/B_guitar.wav -------------------------------------------------------------------------------- /Sounds/B_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/B_piano.wav -------------------------------------------------------------------------------- /Sounds/B_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/B_sax.wav -------------------------------------------------------------------------------- /Sounds/B_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/B_trombone.wav -------------------------------------------------------------------------------- /Sounds/B_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/B_trumpet.wav -------------------------------------------------------------------------------- /Sounds/C2_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C2_bass.wav -------------------------------------------------------------------------------- /Sounds/C2_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C2_guitar.wav -------------------------------------------------------------------------------- /Sounds/C2_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C2_piano.wav -------------------------------------------------------------------------------- /Sounds/C2_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C2_sax.wav -------------------------------------------------------------------------------- /Sounds/C2_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C2_trombone.wav -------------------------------------------------------------------------------- /Sounds/C2_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C2_trumpet.wav -------------------------------------------------------------------------------- /Sounds/C_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C_bass.wav -------------------------------------------------------------------------------- /Sounds/C_elec_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C_elec_bass.wav -------------------------------------------------------------------------------- /Sounds/C_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C_guitar.wav -------------------------------------------------------------------------------- /Sounds/C_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C_piano.wav -------------------------------------------------------------------------------- /Sounds/C_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C_sax.wav -------------------------------------------------------------------------------- /Sounds/C_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C_trombone.wav -------------------------------------------------------------------------------- /Sounds/C_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/C_trumpet.wav -------------------------------------------------------------------------------- /Sounds/Cat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Cat.mp3 -------------------------------------------------------------------------------- /Sounds/Chord.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Chord.wav -------------------------------------------------------------------------------- /Sounds/D_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/D_bass.wav -------------------------------------------------------------------------------- /Sounds/D_elec_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/D_elec_bass.wav -------------------------------------------------------------------------------- /Sounds/D_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/D_guitar.wav -------------------------------------------------------------------------------- /Sounds/D_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/D_piano.wav -------------------------------------------------------------------------------- /Sounds/D_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/D_sax.wav -------------------------------------------------------------------------------- /Sounds/D_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/D_trombone.wav -------------------------------------------------------------------------------- /Sounds/D_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/D_trumpet.wav -------------------------------------------------------------------------------- /Sounds/Dog1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Dog1.wav -------------------------------------------------------------------------------- /Sounds/Dog2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Dog2.wav -------------------------------------------------------------------------------- /Sounds/E_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/E_bass.wav -------------------------------------------------------------------------------- /Sounds/E_elec_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/E_elec_bass.wav -------------------------------------------------------------------------------- /Sounds/E_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/E_guitar.wav -------------------------------------------------------------------------------- /Sounds/E_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/E_piano.wav -------------------------------------------------------------------------------- /Sounds/E_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/E_sax.wav -------------------------------------------------------------------------------- /Sounds/E_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/E_trombone.wav -------------------------------------------------------------------------------- /Sounds/E_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/E_trumpet.wav -------------------------------------------------------------------------------- /Sounds/F_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/F_bass.wav -------------------------------------------------------------------------------- /Sounds/F_elec_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/F_elec_bass.wav -------------------------------------------------------------------------------- /Sounds/F_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/F_guitar.wav -------------------------------------------------------------------------------- /Sounds/F_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/F_piano.wav -------------------------------------------------------------------------------- /Sounds/F_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/F_sax.wav -------------------------------------------------------------------------------- /Sounds/F_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/F_trombone.wav -------------------------------------------------------------------------------- /Sounds/F_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/F_trumpet.wav -------------------------------------------------------------------------------- /Sounds/FingerSnap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/FingerSnap.wav -------------------------------------------------------------------------------- /Sounds/G_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_bass.wav -------------------------------------------------------------------------------- /Sounds/G_elec_bass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_elec_bass.wav -------------------------------------------------------------------------------- /Sounds/G_guitar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_guitar.wav -------------------------------------------------------------------------------- /Sounds/G_piano.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_piano.wav -------------------------------------------------------------------------------- /Sounds/G_sax.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_sax.wav -------------------------------------------------------------------------------- /Sounds/G_trombone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_trombone.wav -------------------------------------------------------------------------------- /Sounds/G_trumpet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_trumpet.wav -------------------------------------------------------------------------------- /Sounds/G_ukulele.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/G_ukulele.wav -------------------------------------------------------------------------------- /Sounds/Kitten.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Kitten.wav -------------------------------------------------------------------------------- /Sounds/Laugh-male1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Laugh-male1.wav -------------------------------------------------------------------------------- /Sounds/Laugh-male2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Laugh-male2.wav -------------------------------------------------------------------------------- /Sounds/Laugh-male3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Laugh-male3.mp3 -------------------------------------------------------------------------------- /Sounds/Meow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Meow.wav -------------------------------------------------------------------------------- /Sounds/Pop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/Pop.wav -------------------------------------------------------------------------------- /Sounds/SOUNDS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/SOUNDS -------------------------------------------------------------------------------- /Sounds/afro_string.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/afro_string.wav -------------------------------------------------------------------------------- /Sounds/beat_box1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/beat_box1.wav -------------------------------------------------------------------------------- /Sounds/beat_box2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/beat_box2.wav -------------------------------------------------------------------------------- /Sounds/bell_cymbal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/bell_cymbal.wav -------------------------------------------------------------------------------- /Sounds/bell_toll.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/bell_toll.wav -------------------------------------------------------------------------------- /Sounds/bird.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/bird.wav -------------------------------------------------------------------------------- /Sounds/birthday.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/birthday.wav -------------------------------------------------------------------------------- /Sounds/boing.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/boing.wav -------------------------------------------------------------------------------- /Sounds/bubbles.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/bubbles.wav -------------------------------------------------------------------------------- /Sounds/buzz_whir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/buzz_whir.wav -------------------------------------------------------------------------------- /Sounds/car_passing.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/car_passing.wav -------------------------------------------------------------------------------- /Sounds/cave.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/cave.wav -------------------------------------------------------------------------------- /Sounds/chee_chee.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/chee_chee.wav -------------------------------------------------------------------------------- /Sounds/cheer.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/cheer.wav -------------------------------------------------------------------------------- /Sounds/chomp.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/chomp.wav -------------------------------------------------------------------------------- /Sounds/clapping.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/clapping.wav -------------------------------------------------------------------------------- /Sounds/cough-male.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/cough-male.wav -------------------------------------------------------------------------------- /Sounds/cricket.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/cricket.wav -------------------------------------------------------------------------------- /Sounds/crickets.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/crickets.wav -------------------------------------------------------------------------------- /Sounds/cymbal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/cymbal.wav -------------------------------------------------------------------------------- /Sounds/cymbal_echo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/cymbal_echo.wav -------------------------------------------------------------------------------- /Sounds/dance_funky.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/dance_funky.wav -------------------------------------------------------------------------------- /Sounds/dance_magic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/dance_magic.wav -------------------------------------------------------------------------------- /Sounds/dance_space.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/dance_space.wav -------------------------------------------------------------------------------- /Sounds/door_creak.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/door_creak.wav -------------------------------------------------------------------------------- /Sounds/drip_drop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drip_drop.wav -------------------------------------------------------------------------------- /Sounds/drum.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum.wav -------------------------------------------------------------------------------- /Sounds/drum_bass1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_bass1.wav -------------------------------------------------------------------------------- /Sounds/drum_bass2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_bass2.wav -------------------------------------------------------------------------------- /Sounds/drum_bass3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_bass3.wav -------------------------------------------------------------------------------- /Sounds/drum_buzz.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_buzz.wav -------------------------------------------------------------------------------- /Sounds/drum_funky.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_funky.wav -------------------------------------------------------------------------------- /Sounds/drum_jam.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_jam.wav -------------------------------------------------------------------------------- /Sounds/drum_set1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_set1.wav -------------------------------------------------------------------------------- /Sounds/drum_set2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/drum_set2.wav -------------------------------------------------------------------------------- /Sounds/duck.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/duck.wav -------------------------------------------------------------------------------- /Sounds/eggs.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/eggs.wav -------------------------------------------------------------------------------- /Sounds/fairydust.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/fairydust.wav -------------------------------------------------------------------------------- /Sounds/finger_snap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/finger_snap.wav -------------------------------------------------------------------------------- /Sounds/flam_snare.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/flam_snare.wav -------------------------------------------------------------------------------- /Sounds/footsteps-1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/footsteps-1.wav -------------------------------------------------------------------------------- /Sounds/garden.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/garden.wav -------------------------------------------------------------------------------- /Sounds/gong.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/gong.wav -------------------------------------------------------------------------------- /Sounds/goose.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/goose.wav -------------------------------------------------------------------------------- /Sounds/hand_clap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/hand_clap.wav -------------------------------------------------------------------------------- /Sounds/hey.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/hey.wav -------------------------------------------------------------------------------- /Sounds/hi_beatbox.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/hi_beatbox.wav -------------------------------------------------------------------------------- /Sounds/hi_na_tabla.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/hi_na_tabla.wav -------------------------------------------------------------------------------- /Sounds/high_conga.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/high_conga.wav -------------------------------------------------------------------------------- /Sounds/high_hat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/high_hat.wav -------------------------------------------------------------------------------- /Sounds/high_tom.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/high_tom.wav -------------------------------------------------------------------------------- /Sounds/hip_hop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/hip_hop.wav -------------------------------------------------------------------------------- /Sounds/horse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/horse.wav -------------------------------------------------------------------------------- /Sounds/jungle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/jungle.wav -------------------------------------------------------------------------------- /Sounds/kick_back.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/kick_back.wav -------------------------------------------------------------------------------- /Sounds/laser1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/laser1.wav -------------------------------------------------------------------------------- /Sounds/laser2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/laser2.wav -------------------------------------------------------------------------------- /Sounds/low_conga.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/low_conga.wav -------------------------------------------------------------------------------- /Sounds/low_tom.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/low_tom.wav -------------------------------------------------------------------------------- /Sounds/medieval1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/medieval1.wav -------------------------------------------------------------------------------- /Sounds/medieval2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/medieval2.wav -------------------------------------------------------------------------------- /Sounds/meow2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/meow2.wav -------------------------------------------------------------------------------- /Sounds/muted_conga.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/muted_conga.wav -------------------------------------------------------------------------------- /Sounds/odesong-b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/odesong-b.wav -------------------------------------------------------------------------------- /Sounds/owl.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/owl.wav -------------------------------------------------------------------------------- /Sounds/party_noise.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/party_noise.wav -------------------------------------------------------------------------------- /Sounds/plunge.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/plunge.wav -------------------------------------------------------------------------------- /Sounds/rattle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/rattle.wav -------------------------------------------------------------------------------- /Sounds/ride_cymbal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/ride_cymbal.wav -------------------------------------------------------------------------------- /Sounds/ripples.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/ripples.wav -------------------------------------------------------------------------------- /Sounds/roll_cymbal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/roll_cymbal.wav -------------------------------------------------------------------------------- /Sounds/rooster.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/rooster.wav -------------------------------------------------------------------------------- /Sounds/screech.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/screech.wav -------------------------------------------------------------------------------- /Sounds/shaker.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/shaker.wav -------------------------------------------------------------------------------- /Sounds/singer1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/singer1.wav -------------------------------------------------------------------------------- /Sounds/singer2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/singer2.wav -------------------------------------------------------------------------------- /Sounds/snap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/snap.wav -------------------------------------------------------------------------------- /Sounds/snare_drum.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/snare_drum.wav -------------------------------------------------------------------------------- /Sounds/sneeze-male.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/sneeze-male.wav -------------------------------------------------------------------------------- /Sounds/spiral.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/spiral.wav -------------------------------------------------------------------------------- /Sounds/squawk.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/squawk.wav -------------------------------------------------------------------------------- /Sounds/suspense.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/suspense.wav -------------------------------------------------------------------------------- /Sounds/tambura.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/tambura.wav -------------------------------------------------------------------------------- /Sounds/tap_conga.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/tap_conga.wav -------------------------------------------------------------------------------- /Sounds/tap_snare.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/tap_snare.wav -------------------------------------------------------------------------------- /Sounds/techno.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/techno.wav -------------------------------------------------------------------------------- /Sounds/techno2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/techno2.wav -------------------------------------------------------------------------------- /Sounds/tom_drum.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/tom_drum.wav -------------------------------------------------------------------------------- /Sounds/triumph.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/triumph.wav -------------------------------------------------------------------------------- /Sounds/trumpet1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/trumpet1.wav -------------------------------------------------------------------------------- /Sounds/trumpet2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/trumpet2.wav -------------------------------------------------------------------------------- /Sounds/wah_beatbox.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/wah_beatbox.wav -------------------------------------------------------------------------------- /Sounds/water_drop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/water_drop.wav -------------------------------------------------------------------------------- /Sounds/whoop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/whoop.wav -------------------------------------------------------------------------------- /Sounds/wolf_howl.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/wolf_howl.wav -------------------------------------------------------------------------------- /Sounds/wub_beatbox.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/wub_beatbox.wav -------------------------------------------------------------------------------- /Sounds/xylo1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/xylo1.wav -------------------------------------------------------------------------------- /Sounds/xylo2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/xylo2.wav -------------------------------------------------------------------------------- /Sounds/xylo3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/xylo3.wav -------------------------------------------------------------------------------- /Sounds/xylo4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/xylo4.wav -------------------------------------------------------------------------------- /Sounds/ya.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/ya.wav -------------------------------------------------------------------------------- /Sounds/zoop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/Sounds/zoop.wav -------------------------------------------------------------------------------- /edgy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy.html -------------------------------------------------------------------------------- /edgy/Blob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Blob.js -------------------------------------------------------------------------------- /edgy/Costumes/COSTUMES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Costumes/COSTUMES -------------------------------------------------------------------------------- /edgy/Costumes/boy2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Costumes/boy2.gif -------------------------------------------------------------------------------- /edgy/Costumes/boy3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Costumes/boy3.gif -------------------------------------------------------------------------------- /edgy/Costumes/cat2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Costumes/cat2.gif -------------------------------------------------------------------------------- /edgy/Costumes/cat3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Costumes/cat3.png -------------------------------------------------------------------------------- /edgy/Costumes/cat4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Costumes/cat4.png -------------------------------------------------------------------------------- /edgy/Costumes/cat5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Costumes/cat5.gif -------------------------------------------------------------------------------- /edgy/Examples/2048.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Examples/2048.xml -------------------------------------------------------------------------------- /edgy/Examples/EXAMPLES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Examples/EXAMPLES -------------------------------------------------------------------------------- /edgy/Examples/K7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Examples/K7.xml -------------------------------------------------------------------------------- /edgy/Examples/K7b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Examples/K7b.xml -------------------------------------------------------------------------------- /edgy/Examples/MCST.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Examples/MCST.xml -------------------------------------------------------------------------------- /edgy/Examples/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Examples/README -------------------------------------------------------------------------------- /edgy/Examples/Sim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Examples/Sim.xml -------------------------------------------------------------------------------- /edgy/Sounds/Cat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/Cat.mp3 -------------------------------------------------------------------------------- /edgy/Sounds/Chord.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/Chord.wav -------------------------------------------------------------------------------- /edgy/Sounds/Dog1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/Dog1.wav -------------------------------------------------------------------------------- /edgy/Sounds/Dog2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/Dog2.wav -------------------------------------------------------------------------------- /edgy/Sounds/Kitten.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/Kitten.wav -------------------------------------------------------------------------------- /edgy/Sounds/Meow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/Meow.wav -------------------------------------------------------------------------------- /edgy/Sounds/Pop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/Pop.wav -------------------------------------------------------------------------------- /edgy/Sounds/SOUNDS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/Sounds/SOUNDS -------------------------------------------------------------------------------- /edgy/bheap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/bheap.js -------------------------------------------------------------------------------- /edgy/changesToByob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/changesToByob.js -------------------------------------------------------------------------------- /edgy/changesToGui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/changesToGui.js -------------------------------------------------------------------------------- /edgy/changesToStore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/changesToStore.js -------------------------------------------------------------------------------- /edgy/clickstream.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/clickstream.js -------------------------------------------------------------------------------- /edgy/cola.v3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/cola.v3.min.js -------------------------------------------------------------------------------- /edgy/collections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/collections.js -------------------------------------------------------------------------------- /edgy/d3.v3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/d3.v3.min.js -------------------------------------------------------------------------------- /edgy/dotgraph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/dotgraph.js -------------------------------------------------------------------------------- /edgy/dotparser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/dotparser.js -------------------------------------------------------------------------------- /edgy/embed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/embed.js -------------------------------------------------------------------------------- /edgy/es6-shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/es6-shim.js -------------------------------------------------------------------------------- /edgy/help/addEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/addEdge.png -------------------------------------------------------------------------------- /edgy/help/addNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/addNode.png -------------------------------------------------------------------------------- /edgy/help/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/bubble.png -------------------------------------------------------------------------------- /edgy/help/catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/catch.png -------------------------------------------------------------------------------- /edgy/help/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/clear.png -------------------------------------------------------------------------------- /edgy/help/doAsk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doAsk.png -------------------------------------------------------------------------------- /edgy/help/doCallCC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doCallCC.png -------------------------------------------------------------------------------- /edgy/help/doGlide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doGlide.png -------------------------------------------------------------------------------- /edgy/help/doIf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doIf.png -------------------------------------------------------------------------------- /edgy/help/doIfElse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doIfElse.png -------------------------------------------------------------------------------- /edgy/help/doRepeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doRepeat.png -------------------------------------------------------------------------------- /edgy/help/doReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doReport.png -------------------------------------------------------------------------------- /edgy/help/doRest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doRest.png -------------------------------------------------------------------------------- /edgy/help/doRun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doRun.png -------------------------------------------------------------------------------- /edgy/help/doSayFor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doSayFor.png -------------------------------------------------------------------------------- /edgy/help/doSetVar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doSetVar.png -------------------------------------------------------------------------------- /edgy/help/doStamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doStamp.png -------------------------------------------------------------------------------- /edgy/help/doStop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doStop.png -------------------------------------------------------------------------------- /edgy/help/doThink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doThink.png -------------------------------------------------------------------------------- /edgy/help/doUntil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doUntil.png -------------------------------------------------------------------------------- /edgy/help/doWait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doWait.png -------------------------------------------------------------------------------- /edgy/help/doWarp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/doWarp.png -------------------------------------------------------------------------------- /edgy/help/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/down.png -------------------------------------------------------------------------------- /edgy/help/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/empty.png -------------------------------------------------------------------------------- /edgy/help/endNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/endNode.png -------------------------------------------------------------------------------- /edgy/help/evaluate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/evaluate.png -------------------------------------------------------------------------------- /edgy/help/for=to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/for=to.png -------------------------------------------------------------------------------- /edgy/help/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/fork.png -------------------------------------------------------------------------------- /edgy/help/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/forward.png -------------------------------------------------------------------------------- /edgy/help/getDict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/getDict.png -------------------------------------------------------------------------------- /edgy/help/getEdges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/getEdges.png -------------------------------------------------------------------------------- /edgy/help/getNodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/getNodes.png -------------------------------------------------------------------------------- /edgy/help/getScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/getScale.png -------------------------------------------------------------------------------- /edgy/help/getTempo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/getTempo.png -------------------------------------------------------------------------------- /edgy/help/goBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/goBack.png -------------------------------------------------------------------------------- /edgy/help/gotoXY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/gotoXY.png -------------------------------------------------------------------------------- /edgy/help/hasEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/hasEdge.png -------------------------------------------------------------------------------- /edgy/help/hasNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/hasNode.png -------------------------------------------------------------------------------- /edgy/help/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/hide.png -------------------------------------------------------------------------------- /edgy/help/isCyclic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/isCyclic.png -------------------------------------------------------------------------------- /edgy/help/isEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/isEmpty.png -------------------------------------------------------------------------------- /edgy/help/isFinite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/isFinite.png -------------------------------------------------------------------------------- /edgy/help/mapover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/mapover.png -------------------------------------------------------------------------------- /edgy/help/newGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/newGraph.png -------------------------------------------------------------------------------- /edgy/help/newNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/newNode.png -------------------------------------------------------------------------------- /edgy/help/popQueue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/popQueue.png -------------------------------------------------------------------------------- /edgy/help/popStack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/popStack.png -------------------------------------------------------------------------------- /edgy/help/reportE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/reportE.png -------------------------------------------------------------------------------- /edgy/help/reportOr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/reportOr.png -------------------------------------------------------------------------------- /edgy/help/reportPi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/reportPi.png -------------------------------------------------------------------------------- /edgy/help/setColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/setColor.png -------------------------------------------------------------------------------- /edgy/help/setDict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/setDict.png -------------------------------------------------------------------------------- /edgy/help/setHue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/setHue.png -------------------------------------------------------------------------------- /edgy/help/setScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/setScale.png -------------------------------------------------------------------------------- /edgy/help/setSize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/setSize.png -------------------------------------------------------------------------------- /edgy/help/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/show.png -------------------------------------------------------------------------------- /edgy/help/throw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/throw.png -------------------------------------------------------------------------------- /edgy/help/turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/turn.png -------------------------------------------------------------------------------- /edgy/help/turnLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/turnLeft.png -------------------------------------------------------------------------------- /edgy/help/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/help/up.png -------------------------------------------------------------------------------- /edgy/jsnetworkx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/jsnetworkx.js -------------------------------------------------------------------------------- /edgy/jsonp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/jsonp.js -------------------------------------------------------------------------------- /edgy/jszip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/jszip.js -------------------------------------------------------------------------------- /edgy/operators.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/operators.js -------------------------------------------------------------------------------- /edgy/resigclass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/resigclass.js -------------------------------------------------------------------------------- /edgy/tictactoetree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/tictactoetree.py -------------------------------------------------------------------------------- /edgy/tools.xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/tools.xml.js -------------------------------------------------------------------------------- /edgy/ucsv-1.1.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/ucsv-1.1.0.js -------------------------------------------------------------------------------- /edgy/uuid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/uuid.js -------------------------------------------------------------------------------- /edgy/variables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy/variables.js -------------------------------------------------------------------------------- /edgy_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/edgy_logo.png -------------------------------------------------------------------------------- /embed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/embed.html -------------------------------------------------------------------------------- /help source/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help source/Thumbs.db -------------------------------------------------------------------------------- /help source/copy.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help source/copy.cmd -------------------------------------------------------------------------------- /help source/dict.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help source/dict.ai -------------------------------------------------------------------------------- /help source/dict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help source/dict.png -------------------------------------------------------------------------------- /help source/edge.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help source/edge.ai -------------------------------------------------------------------------------- /help source/edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help source/edge.png -------------------------------------------------------------------------------- /help/SnapManual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/SnapManual.pdf -------------------------------------------------------------------------------- /help/addEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/addEdge.png -------------------------------------------------------------------------------- /help/addNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/addNode.png -------------------------------------------------------------------------------- /help/addVariable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/addVariable.png -------------------------------------------------------------------------------- /help/bounceOffEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/bounceOffEdge.png -------------------------------------------------------------------------------- /help/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/bubble.png -------------------------------------------------------------------------------- /help/catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/catch.png -------------------------------------------------------------------------------- /help/changeHue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/changeHue.png -------------------------------------------------------------------------------- /help/changeSize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/changeSize.png -------------------------------------------------------------------------------- /help/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/clear.png -------------------------------------------------------------------------------- /help/direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/direction.png -------------------------------------------------------------------------------- /help/doAsk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doAsk.png -------------------------------------------------------------------------------- /help/doCallCC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doCallCC.png -------------------------------------------------------------------------------- /help/doForEach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doForEach.png -------------------------------------------------------------------------------- /help/doForever.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doForever.png -------------------------------------------------------------------------------- /help/doGlide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doGlide.png -------------------------------------------------------------------------------- /help/doHideVar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doHideVar.png -------------------------------------------------------------------------------- /help/doIf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doIf.png -------------------------------------------------------------------------------- /help/doIfElse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doIfElse.png -------------------------------------------------------------------------------- /help/doPauseAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doPauseAll.png -------------------------------------------------------------------------------- /help/doPlayNote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doPlayNote.png -------------------------------------------------------------------------------- /help/doRepeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doRepeat.png -------------------------------------------------------------------------------- /help/doReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doReport.png -------------------------------------------------------------------------------- /help/doRest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doRest.png -------------------------------------------------------------------------------- /help/doRun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doRun.png -------------------------------------------------------------------------------- /help/doSayFor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doSayFor.png -------------------------------------------------------------------------------- /help/doSetTempo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doSetTempo.png -------------------------------------------------------------------------------- /help/doSetVar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doSetVar.png -------------------------------------------------------------------------------- /help/doShowVar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doShowVar.png -------------------------------------------------------------------------------- /help/doStamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doStamp.png -------------------------------------------------------------------------------- /help/doStop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doStop.png -------------------------------------------------------------------------------- /help/doStopAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doStopAll.png -------------------------------------------------------------------------------- /help/doStopThis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doStopThis.png -------------------------------------------------------------------------------- /help/doThink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doThink.png -------------------------------------------------------------------------------- /help/doThinkFor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doThinkFor.png -------------------------------------------------------------------------------- /help/doUntil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doUntil.png -------------------------------------------------------------------------------- /help/doWait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doWait.png -------------------------------------------------------------------------------- /help/doWarp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/doWarp.png -------------------------------------------------------------------------------- /help/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/down.png -------------------------------------------------------------------------------- /help/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/empty.png -------------------------------------------------------------------------------- /help/endNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/endNode.png -------------------------------------------------------------------------------- /help/evaluate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/evaluate.png -------------------------------------------------------------------------------- /help/for=to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/for=to.png -------------------------------------------------------------------------------- /help/foreachof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/foreachof.png -------------------------------------------------------------------------------- /help/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/fork.png -------------------------------------------------------------------------------- /help/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/forward.png -------------------------------------------------------------------------------- /help/getDegree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/getDegree.png -------------------------------------------------------------------------------- /help/getDict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/getDict.png -------------------------------------------------------------------------------- /help/getEdges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/getEdges.png -------------------------------------------------------------------------------- /help/getNodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/getNodes.png -------------------------------------------------------------------------------- /help/getScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/getScale.png -------------------------------------------------------------------------------- /help/getTempo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/getTempo.png -------------------------------------------------------------------------------- /help/goBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/goBack.png -------------------------------------------------------------------------------- /help/gotoXY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/gotoXY.png -------------------------------------------------------------------------------- /help/hasEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/hasEdge.png -------------------------------------------------------------------------------- /help/hasNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/hasNode.png -------------------------------------------------------------------------------- /help/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/hide.png -------------------------------------------------------------------------------- /help/ifthenelse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/ifthenelse.png -------------------------------------------------------------------------------- /help/joinwords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/joinwords.png -------------------------------------------------------------------------------- /help/mapover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/mapover.png -------------------------------------------------------------------------------- /help/newClone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/newClone.png -------------------------------------------------------------------------------- /help/playSound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/playSound.png -------------------------------------------------------------------------------- /help/playSound_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/playSound_.png -------------------------------------------------------------------------------- /help/receiveGo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/receiveGo.png -------------------------------------------------------------------------------- /help/receiveKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/receiveKey.png -------------------------------------------------------------------------------- /help/reportAnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportAnd.png -------------------------------------------------------------------------------- /help/reportCDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportCDR.png -------------------------------------------------------------------------------- /help/reportCONS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportCONS.png -------------------------------------------------------------------------------- /help/reportDate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportDate.png -------------------------------------------------------------------------------- /help/reportGet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportGet.png -------------------------------------------------------------------------------- /help/reportIsA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportIsA.png -------------------------------------------------------------------------------- /help/reportNot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportNot.png -------------------------------------------------------------------------------- /help/reportOr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportOr.png -------------------------------------------------------------------------------- /help/reportSum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportSum.png -------------------------------------------------------------------------------- /help/reportTrue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportTrue.png -------------------------------------------------------------------------------- /help/reportURL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/reportURL.png -------------------------------------------------------------------------------- /help/setColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/setColor.png -------------------------------------------------------------------------------- /help/setEffect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/setEffect.png -------------------------------------------------------------------------------- /help/setHeading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/setHeading.png -------------------------------------------------------------------------------- /help/setHue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/setHue.png -------------------------------------------------------------------------------- /help/setScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/setScale.png -------------------------------------------------------------------------------- /help/setSize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/setSize.png -------------------------------------------------------------------------------- /help/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/show.png -------------------------------------------------------------------------------- /help/throw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/throw.png -------------------------------------------------------------------------------- /help/turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/turn.png -------------------------------------------------------------------------------- /help/turnLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/turnLeft.png -------------------------------------------------------------------------------- /help/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/up.png -------------------------------------------------------------------------------- /help/xPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/xPosition.png -------------------------------------------------------------------------------- /help/yPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/help/yPosition.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/index.html -------------------------------------------------------------------------------- /k5_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/k5_logo.png -------------------------------------------------------------------------------- /libraries/LIBRARIES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/libraries/LIBRARIES -------------------------------------------------------------------------------- /libraries/cases.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/libraries/cases.xml -------------------------------------------------------------------------------- /libraries/json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/libraries/json.xml -------------------------------------------------------------------------------- /libraries/tools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/libraries/tools.xml -------------------------------------------------------------------------------- /locale/lang-ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ar.js -------------------------------------------------------------------------------- /locale/lang-bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-bg.js -------------------------------------------------------------------------------- /locale/lang-bn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-bn.js -------------------------------------------------------------------------------- /locale/lang-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ca.js -------------------------------------------------------------------------------- /locale/lang-cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-cs.js -------------------------------------------------------------------------------- /locale/lang-de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-de.js -------------------------------------------------------------------------------- /locale/lang-dk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-dk.js -------------------------------------------------------------------------------- /locale/lang-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-el.js -------------------------------------------------------------------------------- /locale/lang-eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-eo.js -------------------------------------------------------------------------------- /locale/lang-es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-es.js -------------------------------------------------------------------------------- /locale/lang-et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-et.js -------------------------------------------------------------------------------- /locale/lang-eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-eu.js -------------------------------------------------------------------------------- /locale/lang-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-fi.js -------------------------------------------------------------------------------- /locale/lang-fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-fr.js -------------------------------------------------------------------------------- /locale/lang-gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-gl.js -------------------------------------------------------------------------------- /locale/lang-hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-hr.js -------------------------------------------------------------------------------- /locale/lang-hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-hu.js -------------------------------------------------------------------------------- /locale/lang-ia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ia.js -------------------------------------------------------------------------------- /locale/lang-id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-id.js -------------------------------------------------------------------------------- /locale/lang-it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-it.js -------------------------------------------------------------------------------- /locale/lang-ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ja.js -------------------------------------------------------------------------------- /locale/lang-kn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-kn.js -------------------------------------------------------------------------------- /locale/lang-ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ko.js -------------------------------------------------------------------------------- /locale/lang-ml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ml.js -------------------------------------------------------------------------------- /locale/lang-nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-nl.js -------------------------------------------------------------------------------- /locale/lang-no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-no.js -------------------------------------------------------------------------------- /locale/lang-pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-pl.js -------------------------------------------------------------------------------- /locale/lang-pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-pt.js -------------------------------------------------------------------------------- /locale/lang-ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ro.js -------------------------------------------------------------------------------- /locale/lang-ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ru.js -------------------------------------------------------------------------------- /locale/lang-si.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-si.js -------------------------------------------------------------------------------- /locale/lang-sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-sv.js -------------------------------------------------------------------------------- /locale/lang-ta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ta.js -------------------------------------------------------------------------------- /locale/lang-te.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-te.js -------------------------------------------------------------------------------- /locale/lang-tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-tr.js -------------------------------------------------------------------------------- /locale/lang-ua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/locale/lang-ua.js -------------------------------------------------------------------------------- /src/blocks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/blocks.js -------------------------------------------------------------------------------- /src/byob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/byob.js -------------------------------------------------------------------------------- /src/click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/click.wav -------------------------------------------------------------------------------- /src/cloud.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/cloud.js -------------------------------------------------------------------------------- /src/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/favicon.ico -------------------------------------------------------------------------------- /src/gui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/gui.js -------------------------------------------------------------------------------- /src/lists.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/lists.js -------------------------------------------------------------------------------- /src/locale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/locale.js -------------------------------------------------------------------------------- /src/morphic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/morphic.js -------------------------------------------------------------------------------- /src/morphic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/morphic.txt -------------------------------------------------------------------------------- /src/objects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/objects.js -------------------------------------------------------------------------------- /src/paint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/paint.js -------------------------------------------------------------------------------- /src/sha512.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/sha512.js -------------------------------------------------------------------------------- /src/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/sketch.js -------------------------------------------------------------------------------- /src/store.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/store.js -------------------------------------------------------------------------------- /src/symbols.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/symbols.js -------------------------------------------------------------------------------- /src/tables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/tables.js -------------------------------------------------------------------------------- /src/threads.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/threads.js -------------------------------------------------------------------------------- /src/widgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/widgets.js -------------------------------------------------------------------------------- /src/xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/xml.js -------------------------------------------------------------------------------- /src/ypr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snapapps/edgy/HEAD/src/ypr.js --------------------------------------------------------------------------------