Adding Fashion and Story activities to Things to Try ()

Added Fashion and Story activities between Hide and Pong.
Updated description text.
Note that Cards and Guide locations were already included in l10n-static.json
This commit is contained in:
chrisgarrity 2017-02-15 23:21:27 -05:00 committed by GitHub
parent ff1410ee6f
commit 3b4a07c7b8
2 changed files with 19 additions and 1 deletions
src/views/thingstotry

View file

@ -24,7 +24,7 @@
"ttt.StoryTitle": "Create a Story",
"ttt.StoryDescription": "Choose characters, add conversation, and bring your story to life.",
"ttt.FashionTitle": "Fashion Game",
"ttt.FashionDescription": "Dress up a character with different clothes and styles.",
"ttt.FashionDescription": "Make a game where you dress a character with different clothes and styles.",
"ttt.PongTitle": "Pong Game",
"ttt.PongDescription": "Make a bouncing ball game with sounds, points, and other effects.",
"ttt.DanceTitle": "Let's Dance",

View file

@ -44,6 +44,24 @@
"activityLoc": "ttt.HideAndSeekActivityLoc",
"guideLoc": "ttt.HideAndSeekGuideLoc"
},
{
"title": "ttt.FashionTitle",
"description": "ttt.FashionDescription",
"thumbUrl": "/images/ttt/fashion-game.jpg",
"bannerUrl": "/images/ttt/fashion-game-banner.jpg",
"tutorialLoc": "/projects/editor/?tip_bar=fashion",
"activityLoc": "ttt.FashionActivityLoc",
"guideLoc": "ttt.FashionGuideLoc"
},
{
"title": "ttt.StoryTitle",
"description": "ttt.StoryDescription",
"thumbUrl": "/images/ttt/create-a-story.jpg",
"bannerUrl": "/images/ttt/create-a-story-banner.jpg",
"tutorialLoc": "/projects/editor/?tip_bar=story",
"activityLoc": "ttt.StoryActivityLoc",
"guideLoc": "ttt.StoryGuideLoc"
},
{
"title": "ttt.PongTitle",
"description": "ttt.PongDescription",