mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Update starter project
This commit is contained in:
parent
4f033c47e4
commit
98dbc88708
3 changed files with 6 additions and 6 deletions
|
@ -199,10 +199,10 @@ class GdxFor extends ExtensionLanding {
|
|||
<Steps>
|
||||
<ProjectCard
|
||||
cardUrl="/projects//editor"
|
||||
description={this.props.intl.formatMessage({id: 'gdxfor.robotBandDescription'})}
|
||||
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.imgAltRobotBand'})}
|
||||
description={this.props.intl.formatMessage({id: 'gdxfor.frogBandDescription'})}
|
||||
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.imgAltFrogBand'})}
|
||||
imageSrc="/images/gdxfor/gdxfor-starter1.png"
|
||||
title={this.props.intl.formatMessage({id: 'gdxfor.robotBand'})}
|
||||
title={this.props.intl.formatMessage({id: 'gdxfor.frogBand'})}
|
||||
/>
|
||||
<ProjectCard
|
||||
cardUrl="/projects//editor"
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
"gdxfor.otherComputerConnectedText": "Only one computer can be connected to a Force and Acceleration sensor at a time. If you have another computer connected to your sensor, disconnect the sensor or close Scratch on that computer and try again.",
|
||||
"gdxfor.imgAltGdxforIllustration": "Illustration of the Vernier GoDirect Force and Acceleration sensor.",
|
||||
"gdxfor.imgAltPushForce": "A hand pushing the force sensor on the The Vernier GoDirect Force and Acceleration sensor.",
|
||||
"gdxfor.robotBand": "Robot Band",
|
||||
"gdxfor.robotBandDescription": "Shake, push and toss the sensor to make music.",
|
||||
"gdxfor.imgAltRobotBand": "A Scratch project with a robot and musical instruments",
|
||||
"gdxfor.frogBand": "Frog Band",
|
||||
"gdxfor.frogBandDescription": "Shake, push and toss the sensor to make music.",
|
||||
"gdxfor.imgAltFrogBand": "A Scratch project with a frog and musical instruments",
|
||||
"gdxfor.dayAndNight": "Day and Night",
|
||||
"gdxfor.dayAndNightDescription": "Turn the sensor face down to change day into night.",
|
||||
"gdxfor.imgAltDayAndNight": "A Scratch project with an elf in a cloak",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 52 KiB |
Loading…
Reference in a new issue