diff --git a/libs/blocksprj/pxt.json b/libs/blocksprj/pxt.json index 192c92a7b1e..3a7693fbb75 100644 --- a/libs/blocksprj/pxt.json +++ b/libs/blocksprj/pxt.json @@ -4,7 +4,8 @@ "core": "file:../core", "radio": "file:../radio", "microphone": "file:../microphone", - "arcadeshield": "file:../arcadeshield" + "arcadeshield": "file:../arcadeshield", + "game---light": "file:../game---light" }, "description": "", "files": [ diff --git a/libs/game---light/pxt.json b/libs/game---light/pxt.json index f7dc0eba98c..2231afab51f 100644 --- a/libs/game---light/pxt.json +++ b/libs/game---light/pxt.json @@ -3,7 +3,7 @@ "description": "Empty game library - beta", "dependencies": { "settings": "file:../settings", - "screen": "file:../arcadeshield" + "arcadeshield": "file:../arcadeshield" }, "files": [ "control.cpp", diff --git a/pxtarget.json b/pxtarget.json index 1d27e8ef6ae..a550e8ca52a 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -18,6 +18,7 @@ "libs/datalogger", "libs/color", "libs/audio-recording", + "libs/arcadeshield", "libs/game---light" ], "cloud": {