Skip to content

Commit

Permalink
Merge pull request #16000 from code-dot-org/lock-zero-params-starwars
Browse files Browse the repository at this point in the history
do not show right-arrow for adding params to function calls in starwars levels
  • Loading branch information
davidsbailey committed Jun 21, 2017
2 parents f0443d4 + ae4a181 commit 4915d56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/src/studio/levels.js
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,7 @@ levels.js_hoc2015_move_finale = {
/* ** level 7 ** */

levels.js_hoc2015_event_two_items = {
lockZeroParamFunctions: true,
'editCode': true,
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -2295,6 +2296,7 @@ levels.js_hoc2015_event_two_items = {
};

levels.js_hoc2015_event_four_items = {
lockZeroParamFunctions: true,
'editCode': true,
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -2358,6 +2360,7 @@ levels.js_hoc2015_event_four_items = {

levels.js_hoc2015_score =
{
lockZeroParamFunctions: true,
'avatarList': ['R2-D2'],
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -2479,6 +2482,7 @@ levels.js_hoc2015_score =


levels.js_hoc2015_win_lose = {
lockZeroParamFunctions: true,
'editCode': true,
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -2580,6 +2584,7 @@ levels.js_hoc2015_win_lose = {


levels.js_hoc2015_add_characters = {
lockZeroParamFunctions: true,
'editCode': true,
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -2678,6 +2683,7 @@ levels.js_hoc2015_add_characters = {
};

levels.js_hoc2015_chain_characters = {
lockZeroParamFunctions: true,
'editCode': true,
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -2776,6 +2782,7 @@ levels.js_hoc2015_chain_characters = {
};

levels.js_hoc2015_multiply_characters = {
lockZeroParamFunctions: true,
'editCode': true,
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -2861,6 +2868,7 @@ levels.js_hoc2015_multiply_characters = {
};

levels.js_hoc2015_change_setting = {
lockZeroParamFunctions: true,
'editCode': true,
autocompletePaletteApisOnly: true,
executePaletteApisOnly: true,
Expand Down Expand Up @@ -3018,6 +3026,7 @@ var js_hoc2015_event_free_markdown = [
].join('\r\n');

levels.js_hoc2015_event_free = {
lockZeroParamFunctions: true,
'editCode': true,
'freePlay': true,
'background': 'endor',
Expand Down

0 comments on commit 4915d56

Please sign in to comment.