diff --git a/src/lib/libraries/decks/index.jsx b/src/lib/libraries/decks/index.jsx index 635839827e9569145df119d7ee623e06385a1324..3e09346f1e1ac54893b241c5c42969f28d9d2537 100644 --- a/src/lib/libraries/decks/index.jsx +++ b/src/lib/libraries/decks/index.jsx @@ -1197,105 +1197,6 @@ export default { urlId: 'code-cartoon' }, - 'cartoon-network': { - name: ( - <FormattedMessage - defaultMessage="Animate an Adventure Game" - description="Animate an Adventure Game' how-to" - id="gui.howtos.cartoon-network" - /> - ), - requiredProjectId: '249143200', - img: libraryCartoonNetwork, - steps: [{ - video: 'uz5oz5h9yg', - trackingPixel: ( - <img src="https://code.org/api/hour/begin_scratch_adventure.png" /> - ) - }, { - title: ( - <FormattedMessage - defaultMessage="Choose a Character to Show" - description="Step name for 'Choose a Character to Show' step" - id="gui.howtos.cartoon-network.step_CNcharacter" - /> - ), - image: 'cnShowCharacter' - }, { - title: ( - <FormattedMessage - defaultMessage="Say Something" - description="Step name for 'Say Something' step" - id="gui.howtos.cartoon-network.step_CNsay" - /> - ), - image: 'cnSay' - }, { - title: ( - <FormattedMessage - defaultMessage="Glide Around" - description="Step name for 'Glide Around' step" - id="gui.howtos.cartoon-network.step_CNglide" - /> - ), - image: 'cnGlide' - }, { - title: ( - <FormattedMessage - defaultMessage=" Choose an Object to Chase " - description="Step name for 'Choose an Object to Chase' step" - id="gui.howtos.cartoon-network.step_CNpicksprite" - /> - ), - image: 'cnPickSprite' - }, { - title: ( - <FormattedMessage - defaultMessage="Collect Objects" - description="Step name for 'Collect Objects' step" - id="gui.howtos.cartoon-network.step_CNcollect" - /> - ), - image: 'cnCollect' - }, { - title: ( - <FormattedMessage - defaultMessage="Make a Score Variable" - description="Step name for 'Make a Score Variable' step" - id="gui.howtos.cartoon-network.step_CNvariable" - /> - ), - image: 'cnVariable' - }, { - title: ( - <FormattedMessage - defaultMessage="Keep Score" - description="Step name for 'Keep Score' step" - id="gui.howtos.cartoon-network.step_CNscore" - /> - ), - image: 'cnScore' - }, { - title: ( - <FormattedMessage - defaultMessage="Level Up: Change Backdrop" - description="Step name for 'Level Up: Change Backdrop' step" - id="gui.howtos.cartoon-network.step_CNbackdrop" - /> - ), - image: 'cnBackdrop' - }, - { - video: '6o76f5ivo1' - }, - { - deckIds: [ - 'switch-costume', - 'add-effects' - ] - } - ], - 'cartoon-network': { name: ( <FormattedMessage