From 14e8eabd25a4ad6dfe2980a49a112f4a7e547a58 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 27 Sep 2016 09:35:52 -0700 Subject: [PATCH] updated simulator ratio, domain names --- pxtarget.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 8eb78afa..7b3d2ab0 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -72,7 +72,7 @@ "simulator": { "autoRun": true, "streams": true, - "aspectRatio": 1.22, + "aspectRatio": 1.08, "parts": true, "partsAspectRatio": 0.69, "builtinParts": { @@ -82,7 +82,8 @@ "speaker": true, "bluetooth": true, "thermometer": true, - "compass": true + "compass": true, + "headphone": true }, "boardDefinition": { "visual": "calliope", @@ -190,7 +191,7 @@ }, "appTheme": { "accentColor": "#5C005C", - "logoUrl": "https://codethemicrobit.com/about", + "logoUrl": "https://calliope.cc/about", "logo": "./static/calliope.simplified.svg", "docsLogo": "./static/calliope.simplified.svg", "portraitLogo": "./static/calliope.simplified.svg", @@ -198,7 +199,7 @@ "cardLogo": "https://az851932.vo.msecnd.net/pub/drbwxcth", "appLogo": "https://az851932.vo.msecnd.net/pub/tbhemtig", "organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png", - "homeUrl": "https://codethemicrobit.com/", + "homeUrl": "https://calliope.cc/", "privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839", "termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977", "githubUrl": "https://github.com/Microsoft/pxt-calliope",