pxt-common-packages 13.2.1 → 13.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/libs/azureiot/built/debug/binary.js +461 -461
  2. package/libs/color/built/debug/binary.js +8 -8
  3. package/libs/color-sensor/built/debug/binary.js +8 -8
  4. package/libs/controller/built/debug/binary.js +7756 -7829
  5. package/libs/controller---none/built/debug/binary.js +7764 -7837
  6. package/libs/datalogger/built/debug/binary.js +63 -63
  7. package/libs/edge-connector/built/debug/binary.js +8 -8
  8. package/libs/esp32/built/debug/binary.js +462 -462
  9. package/libs/game/built/debug/binary.js +7677 -7750
  10. package/libs/game/physics.ts +4 -2
  11. package/libs/game/pxt.json +4 -1
  12. package/libs/game/test.ts +60 -0
  13. package/libs/game/tilemap.ts +6 -0
  14. package/libs/lcd/built/debug/binary.js +8 -8
  15. package/libs/light-spectrum-sensor/built/debug/binary.js +8 -8
  16. package/libs/lora/built/debug/binary.js +8 -8
  17. package/libs/matrix-keypad/built/debug/binary.js +8 -8
  18. package/libs/mixer/instrument.ts +5 -0
  19. package/libs/mqtt/built/debug/binary.js +176 -176
  20. package/libs/net/built/debug/binary.js +176 -176
  21. package/libs/net-game/built/debug/binary.js +9568 -9641
  22. package/libs/palette/built/debug/binary.js +7676 -7749
  23. package/libs/pixel/built/debug/binary.js +8 -8
  24. package/libs/power/built/debug/binary.js +8 -8
  25. package/libs/proximity/built/debug/binary.js +8 -8
  26. package/libs/radio/built/debug/binary.js +8 -8
  27. package/libs/radio-broadcast/built/debug/binary.js +8 -8
  28. package/libs/radio-broadcast/docs/reference/radio/on-received-message.md +1 -1
  29. package/libs/radio-broadcast/docs/reference/radio/send-message.md +2 -2
  30. package/libs/radio-broadcast/docs/reference/radio-broadcast.md +2 -2
  31. package/libs/rotary-encoder/built/debug/binary.js +8 -8
  32. package/libs/screen/_locales/screen-strings.json +1 -1
  33. package/libs/screen/built/debug/binary.js +50 -50
  34. package/libs/screen/fieldeditors.ts +2 -2
  35. package/libs/servo/built/debug/binary.js +8 -8
  36. package/libs/sprite-scaling/built/debug/binary.js +7676 -7749
  37. package/libs/storyboard/built/debug/binary.js +7676 -7749
  38. package/package.json +2 -2
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P56789(s) {
59
+ function _main___P56785(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___57033 = (undefined);
70
- globals._pollEventQueue___57046 = (undefined);
69
+ globals._intervals___57029 = (undefined);
70
+ globals._pollEventQueue___57042 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P56789.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/light/neopixel.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P56789.continuations = [ ]
75
+ _main___P56785.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/light/neopixel.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P56785.continuations = [ ]
77
77
 
78
- function _main___P56789_mk(s) {
78
+ function _main___P56785_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P56789, depth: s.depth + 1,
81
+ parent: s, fn: _main___P56785, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P56789_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P56789
90
+ return _main___P56785
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P63619(s) {
59
+ function _main___P63615(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___63863 = (undefined);
70
- globals._pollEventQueue___63876 = (undefined);
69
+ globals._intervals___63859 = (undefined);
70
+ globals._pollEventQueue___63872 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P63619.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"power.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P63619.continuations = [ ]
75
+ _main___P63615.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"power.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P63615.continuations = [ ]
77
77
 
78
- function _main___P63619_mk(s) {
78
+ function _main___P63615_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P63619, depth: s.depth + 1,
81
+ parent: s, fn: _main___P63615, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P63619_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P63619
90
+ return _main___P63615
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P104579(s) {
59
+ function _main___P104567(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___104823 = (undefined);
70
- globals._pollEventQueue___104836 = (undefined);
69
+ globals._intervals___104811 = (undefined);
70
+ globals._pollEventQueue___104824 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P104579.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"vl53l0x.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P104579.continuations = [ ]
75
+ _main___P104567.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"vl53l0x.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P104567.continuations = [ ]
77
77
 
78
- function _main___P104579_mk(s) {
78
+ function _main___P104567_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P104579, depth: s.depth + 1,
81
+ parent: s, fn: _main___P104567, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P104579_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P104579
90
+ return _main___P104567
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P193335(s) {
59
+ function _main___P193307(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___193579 = (undefined);
70
- globals._pollEventQueue___193592 = (undefined);
69
+ globals._intervals___193551 = (undefined);
70
+ globals._pollEventQueue___193564 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P193335.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P193335.continuations = [ ]
75
+ _main___P193307.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P193307.continuations = [ ]
77
77
 
78
- function _main___P193335_mk(s) {
78
+ function _main___P193307_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P193335, depth: s.depth + 1,
81
+ parent: s, fn: _main___P193307, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P193335_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P193335
90
+ return _main___P193307
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P195153(s) {
59
+ function _main___P195125(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___195397 = (undefined);
70
- globals._pollEventQueue___195410 = (undefined);
69
+ globals._intervals___195369 = (undefined);
70
+ globals._pollEventQueue___195382 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P195153.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"radio-broadcast.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P195153.continuations = [ ]
75
+ _main___P195125.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"radio-broadcast.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P195125.continuations = [ ]
77
77
 
78
- function _main___P195153_mk(s) {
78
+ function _main___P195125_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P195153, depth: s.depth + 1,
81
+ parent: s, fn: _main___P195125, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P195153_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P195153
90
+ return _main___P195125
91
91
  })
@@ -15,7 +15,7 @@ radio.onReceivedMessage(0, function() {})
15
15
 
16
16
  ## See also
17
17
 
18
- [Bit Radio](/reference/radio)
18
+ [Radio blocks](/reference/radio)
19
19
  [send message](/reference/radio/send-message),
20
20
 
21
21
  ```package
@@ -14,8 +14,8 @@ radio.sendMessage(0);
14
14
 
15
15
  ## See also
16
16
 
17
- [Bit Radio](/reference/radio)
18
- [on received number](/reference/radio/on-received-number)
17
+ [Radio blocks](/reference/radio)
18
+ [on received message](/reference/radio/on-received-message)
19
19
 
20
20
  ```package
21
21
  radio-broadcast
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Radio Broadcast extension has blocks for sending to and receiving messages from all the @boardname@ boards nearby. Just two blocks are used, one to send a broadcast message and another to run code when a broadcast message is received.
4
4
 
5
- A message, which is a [number](/types/number), is sent to, or received by all nearby @boardname@ boards regardless of which [Group](/reference/radio/set-group) number they are transmitting or receiving on.
5
+ A message, which is a [number](/types/number), is sent to, or received by all nearby @boardname@ boards that are part of the same radio [Group](/reference/radio/set-group).
6
6
 
7
7
  ## Blocks in this extension
8
8
 
@@ -14,7 +14,7 @@ radio.onReceivedMessage(0, function() {})
14
14
  ## See Also
15
15
 
16
16
  [send message](/reference/radio/send-message),
17
- [send value](/reference/radio/on-received-message)
17
+ [on received message](/reference/radio/on-received-message)
18
18
 
19
19
  ```package
20
20
  radio-broadcast
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P175334(s) {
59
+ function _main___P175310(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___175578 = (undefined);
70
- globals._pollEventQueue___175591 = (undefined);
69
+ globals._intervals___175554 = (undefined);
70
+ globals._pollEventQueue___175567 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P175334.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P175334.continuations = [ ]
75
+ _main___P175310.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P175310.continuations = [ ]
77
77
 
78
- function _main___P175334_mk(s) {
78
+ function _main___P175310_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P175334, depth: s.depth + 1,
81
+ parent: s, fn: _main___P175310, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P175334_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P175334
90
+ return _main___P175310
91
91
  })
@@ -37,6 +37,6 @@
37
37
  "{id:group}Compare": "Compare",
38
38
  "{id:group}Create": "Create",
39
39
  "{id:group}Drawing": "Drawing",
40
- "{id:group}Tiles": "Tiles",
40
+ "{id:group}Locations": "Locations",
41
41
  "{id:group}Transformations": "Transformations"
42
42
  }
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P51409(s) {
59
+ function _main___P51405(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,29 +66,29 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___51653 = (undefined);
70
- globals._pollEventQueue___51666 = (undefined);
71
- globals.__updated___51900 = (false);
72
- r0 = pxsim.control.runInParallel(control___screen_inline__P51905);
69
+ globals._intervals___51649 = (undefined);
70
+ globals._pollEventQueue___51662 = (undefined);
71
+ globals.__updated___51896 = (false);
72
+ r0 = pxsim.control.runInParallel(control___screen_inline__P51901);
73
73
  r0 = pxsim.image.create(178, 128);
74
- globals.screen___51928 = (r0);
75
- s.tmp_0 = control___screen_setupUpdate__P51902_mk(s);
76
- s.tmp_0.arg0 = _screen_internal_inline__P51933;
74
+ globals.screen___51924 = (r0);
75
+ s.tmp_0 = control___screen_setupUpdate__P51898_mk(s);
76
+ s.tmp_0.arg0 = _screen_internal_inline__P51929;
77
77
  s.callLocIdx = 4; s.pc = 1; return s.tmp_0;
78
78
  case 1:
79
79
  r0 = s.retval;
80
- globals.control_EventContext_onStats___51721 = (_screen_internal_inline__P51938);
80
+ globals.control_EventContext_onStats___51717 = (_screen_internal_inline__P51934);
81
81
  r0 = undefined;
82
82
  return leave(s, r0)
83
83
  default: oops()
84
84
  } } }
85
- _main___P51409.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"imagesoverrides.ts","functionName":"<main>","argumentNames":[]}
86
- _main___P51409.continuations = [ ]
85
+ _main___P51405.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"imagesoverrides.ts","functionName":"<main>","argumentNames":[]}
86
+ _main___P51405.continuations = [ ]
87
87
 
88
- function _main___P51409_mk(s) {
88
+ function _main___P51405_mk(s) {
89
89
  checkStack(s.depth);
90
90
  return {
91
- parent: s, fn: _main___P51409, depth: s.depth + 1,
91
+ parent: s, fn: _main___P51405, depth: s.depth + 1,
92
92
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
93
93
  tmp_0: undefined,
94
94
  } }
@@ -96,7 +96,7 @@ function _main___P51409_mk(s) {
96
96
 
97
97
 
98
98
 
99
- function control___screen_inline__P51905(s) {
99
+ function control___screen_inline__P51901(s) {
100
100
  let r0 = s.r0, step = s.pc;
101
101
  s.pc = -1;
102
102
 
@@ -109,23 +109,23 @@ switch (step) {
109
109
  case 1:
110
110
  r0 = pxsim_numops_toBoolDecr(true);
111
111
  if (!r0) { step = 4; continue; }
112
- globals.__updated___51900 = (false);
113
- s.tmp_0 = pause__P51730_mk(s);
112
+ globals.__updated___51896 = (false);
113
+ s.tmp_0 = pause__P51726_mk(s);
114
114
  s.tmp_0.arg0 = 200;
115
115
  s.callLocIdx = 2; s.pc = 5; return s.tmp_0;
116
116
  case 5:
117
117
  r0 = s.retval;
118
- r0 = pxsim_numops_toBoolDecr(globals.__updated___51900);
118
+ r0 = pxsim_numops_toBoolDecr(globals.__updated___51896);
119
119
  s.tmp_1 = r0;
120
120
  r0 = pxsim_Boolean__bang(s.tmp_1);
121
121
  s.tmp_0 = r0;
122
122
  r0 = pxsim_numops_toBoolDecr(s.tmp_0);
123
123
  if (!r0) { step = 2; continue; }
124
- s.tmp_2 = control___screen_update__P51901_mk(s);
124
+ s.tmp_2 = control___screen_update__P51897_mk(s);
125
125
  s.callLocIdx = 3; s.pc = 6; return s.tmp_2;
126
126
  case 6:
127
127
  r0 = s.retval;
128
- globals.__updated___51900 = (true);
128
+ globals.__updated___51896 = (true);
129
129
  case 2:
130
130
  case 3:
131
131
  { step = 1; continue; }
@@ -134,12 +134,12 @@ switch (step) {
134
134
  return leave(s, r0)
135
135
  default: oops()
136
136
  } } }
137
- control___screen_inline__P51905.info = {"start":396,"length":211,"line":17,"column":26,"endLine":26,"endColumn":5,"fileName":"frame.ts","functionName":"inline","argumentNames":[]}
137
+ control___screen_inline__P51901.info = {"start":396,"length":211,"line":17,"column":26,"endLine":26,"endColumn":5,"fileName":"frame.ts","functionName":"inline","argumentNames":[]}
138
138
 
139
- function control___screen_inline__P51905_mk(s) {
139
+ function control___screen_inline__P51901_mk(s) {
140
140
  checkStack(s.depth);
141
141
  return {
142
- parent: s, fn: control___screen_inline__P51905, depth: s.depth + 1,
142
+ parent: s, fn: control___screen_inline__P51901, depth: s.depth + 1,
143
143
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
144
144
  tmp_0: undefined,
145
145
  tmp_1: undefined,
@@ -149,7 +149,7 @@ function control___screen_inline__P51905_mk(s) {
149
149
 
150
150
 
151
151
 
152
- function _screen_internal_inline__P51933(s) {
152
+ function _screen_internal_inline__P51929(s) {
153
153
  let r0 = s.r0, step = s.pc;
154
154
  s.pc = -1;
155
155
 
@@ -159,24 +159,24 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
159
159
  switch (step) {
160
160
  case 0:
161
161
 
162
- r0 = pxsim_pxtcore.updateScreen(globals.screen___51928);
162
+ r0 = pxsim_pxtcore.updateScreen(globals.screen___51924);
163
163
  r0 = undefined;
164
164
  return leave(s, r0)
165
165
  default: oops()
166
166
  } } }
167
- _screen_internal_inline__P51933.info = {"start":327,"length":26,"line":8,"column":33,"endLine":8,"endColumn":59,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":[]}
167
+ _screen_internal_inline__P51929.info = {"start":327,"length":26,"line":8,"column":33,"endLine":8,"endColumn":59,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":[]}
168
168
 
169
- function _screen_internal_inline__P51933_mk(s) {
169
+ function _screen_internal_inline__P51929_mk(s) {
170
170
  checkStack(s.depth);
171
171
  return {
172
- parent: s, fn: _screen_internal_inline__P51933, depth: s.depth + 1,
172
+ parent: s, fn: _screen_internal_inline__P51929, depth: s.depth + 1,
173
173
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
174
174
  } }
175
175
 
176
176
 
177
177
 
178
178
 
179
- function _screen_internal_inline__P51938(s) {
179
+ function _screen_internal_inline__P51934(s) {
180
180
  let r0 = s.r0, step = s.pc;
181
181
  s.pc = -1;
182
182
 
@@ -195,12 +195,12 @@ switch (step) {
195
195
  return leave(s, r0)
196
196
  default: oops()
197
197
  } } }
198
- _screen_internal_inline__P51938.info = {"start":390,"length":56,"line":9,"column":35,"endLine":11,"endColumn":5,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":["msg"]}
198
+ _screen_internal_inline__P51934.info = {"start":390,"length":56,"line":9,"column":35,"endLine":11,"endColumn":5,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":["msg"]}
199
199
 
200
- function _screen_internal_inline__P51938_mk(s) {
200
+ function _screen_internal_inline__P51934_mk(s) {
201
201
  checkStack(s.depth);
202
202
  return {
203
- parent: s, fn: _screen_internal_inline__P51938, depth: s.depth + 1,
203
+ parent: s, fn: _screen_internal_inline__P51934, depth: s.depth + 1,
204
204
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
205
205
  arg0: undefined,
206
206
  } }
@@ -208,7 +208,7 @@ function _screen_internal_inline__P51938_mk(s) {
208
208
 
209
209
 
210
210
 
211
- function control___screen_setupUpdate__P51902(s) {
211
+ function control___screen_setupUpdate__P51898(s) {
212
212
  let r0 = s.r0, step = s.pc;
213
213
  s.pc = -1;
214
214
 
@@ -222,8 +222,8 @@ switch (step) {
222
222
  s.arg0 = (s.lambdaArgs[0]);
223
223
  s.lambdaArgs = null;
224
224
  }
225
- globals.__updated___51900 = (true);
226
- globals.__update___51898 = (s.arg0);
225
+ globals.__updated___51896 = (true);
226
+ globals.__update___51894 = (s.arg0);
227
227
  s.tmp_0 = lambda_1_mk(s);
228
228
  s.tmp_0.argL = s.arg0;
229
229
  setupLambda(s.tmp_0, s.tmp_0.argL);
@@ -234,12 +234,12 @@ switch (step) {
234
234
  return leave(s, r0)
235
235
  default: oops()
236
236
  } } }
237
- control___screen_setupUpdate__P51902.info = {"start":198,"length":125,"line":10,"column":4,"endLine":14,"endColumn":5,"fileName":"frame.ts","functionName":"setupUpdate","argumentNames":["update"]}
237
+ control___screen_setupUpdate__P51898.info = {"start":198,"length":125,"line":10,"column":4,"endLine":14,"endColumn":5,"fileName":"frame.ts","functionName":"setupUpdate","argumentNames":["update"]}
238
238
 
239
- function control___screen_setupUpdate__P51902_mk(s) {
239
+ function control___screen_setupUpdate__P51898_mk(s) {
240
240
  checkStack(s.depth);
241
241
  return {
242
- parent: s, fn: control___screen_setupUpdate__P51902, depth: s.depth + 1,
242
+ parent: s, fn: control___screen_setupUpdate__P51898, depth: s.depth + 1,
243
243
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
244
244
  tmp_0: undefined,
245
245
  arg0: undefined,
@@ -248,7 +248,7 @@ function control___screen_setupUpdate__P51902_mk(s) {
248
248
 
249
249
 
250
250
 
251
- function control___screen_update__P51901(s) {
251
+ function control___screen_update__P51897(s) {
252
252
  let r0 = s.r0, step = s.pc;
253
253
  s.pc = -1;
254
254
 
@@ -258,27 +258,27 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
258
258
  switch (step) {
259
259
  case 0:
260
260
 
261
- r0 = pxsim_numops_toBoolDecr(globals.__update___51898);
261
+ r0 = pxsim_numops_toBoolDecr(globals.__update___51894);
262
262
  if (!r0) { step = 1; continue; }
263
263
  s.tmp_0 = lambda_1_mk(s);
264
- s.tmp_0.argL = globals.__update___51898;
264
+ s.tmp_0.argL = globals.__update___51894;
265
265
  setupLambda(s.tmp_0, s.tmp_0.argL);
266
266
  s.callLocIdx = 0; s.pc = 3; return s.tmp_0;
267
267
  case 3:
268
268
  r0 = s.retval;
269
269
  case 1:
270
270
  case 2:
271
- globals.__updated___51900 = (true);
271
+ globals.__updated___51896 = (true);
272
272
  r0 = undefined;
273
273
  return leave(s, r0)
274
274
  default: oops()
275
275
  } } }
276
- control___screen_update__P51901.info = {"start":90,"length":102,"line":4,"column":4,"endLine":8,"endColumn":5,"fileName":"frame.ts","functionName":"update","argumentNames":[]}
276
+ control___screen_update__P51897.info = {"start":90,"length":102,"line":4,"column":4,"endLine":8,"endColumn":5,"fileName":"frame.ts","functionName":"update","argumentNames":[]}
277
277
 
278
- function control___screen_update__P51901_mk(s) {
278
+ function control___screen_update__P51897_mk(s) {
279
279
  checkStack(s.depth);
280
280
  return {
281
- parent: s, fn: control___screen_update__P51901, depth: s.depth + 1,
281
+ parent: s, fn: control___screen_update__P51897, depth: s.depth + 1,
282
282
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
283
283
  tmp_0: undefined,
284
284
  } }
@@ -286,7 +286,7 @@ function control___screen_update__P51901_mk(s) {
286
286
 
287
287
 
288
288
 
289
- function pause__P51730(s) {
289
+ function pause__P51726(s) {
290
290
  let r0 = s.r0, step = s.pc;
291
291
  s.pc = -1;
292
292
 
@@ -310,12 +310,12 @@ switch (step) {
310
310
  return leave(s, r0)
311
311
  default: oops()
312
312
  } } }
313
- pause__P51730.info = {"start":246,"length":57,"line":7,"column":0,"endLine":9,"endColumn":1,"fileName":"pxt_modules/base/pause.ts","functionName":"pause","argumentNames":["ms"]}
313
+ pause__P51726.info = {"start":246,"length":57,"line":7,"column":0,"endLine":9,"endColumn":1,"fileName":"pxt_modules/base/pause.ts","functionName":"pause","argumentNames":["ms"]}
314
314
 
315
- function pause__P51730_mk(s) {
315
+ function pause__P51726_mk(s) {
316
316
  checkStack(s.depth);
317
317
  return {
318
- parent: s, fn: pause__P51730, depth: s.depth + 1,
318
+ parent: s, fn: pause__P51726, depth: s.depth + 1,
319
319
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
320
320
  arg0: undefined,
321
321
  } }
@@ -336,7 +336,7 @@ function lambda_1_mk(s) {
336
336
  } }
337
337
 
338
338
 
339
- const breakpoints = setupDebugger(1, ["__updated___51900","screen___51928","__update___51898"])
339
+ const breakpoints = setupDebugger(1, ["__updated___51896","screen___51924","__update___51894"])
340
340
 
341
- return _main___P51409
341
+ return _main___P51405
342
342
  })
@@ -60,8 +60,8 @@ namespace images {
60
60
  //% shim=TD_ID
61
61
  //% tile.fieldEditor="tileset"
62
62
  //% tile.fieldOptions.decompileIndirectFixedInstances="true"
63
- //% weight=10 blockNamespace="scene" group="Tiles"
64
- //% blockHidden=1 duplicateShadowOnDrag
63
+ //% weight=0 blockNamespace="scene" group="Locations"
64
+ //% duplicateShadowOnDrag
65
65
  export function _tile(tile: Image) {
66
66
  return tile
67
67
  }
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P53332(s) {
59
+ function _main___P53328(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___53576 = (undefined);
70
- globals._pollEventQueue___53589 = (undefined);
69
+ globals._intervals___53572 = (undefined);
70
+ globals._pollEventQueue___53585 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P53332.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P53332.continuations = [ ]
75
+ _main___P53328.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P53328.continuations = [ ]
77
77
 
78
- function _main___P53332_mk(s) {
78
+ function _main___P53328_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P53332, depth: s.depth + 1,
81
+ parent: s, fn: _main___P53328, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P53332_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P53332
90
+ return _main___P53328
91
91
  })